npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2026 – Pkg Stats / Ryan Hefner

thoth-markup-lang

v12.0.1

Published

THOTH Sovereign Suite v12.0.0 (The Sovereign Cloud): The ultimate indentation-based reactive web engine. Features native API Fetch Engine, Smart Routing (SPA builder), Native Layouts (Flexbox), Sovereign Components, State Management, Python-style tracebac

Readme

𓂀 THOTH: The Sovereign Web Intelligence Engine

v12.0.0 — Sovereign Cloud • Async Core • Reactive Architecture


🧠 What is THOTH?

THOTH is a next-generation Asynchronous Reactive Web Engine designed to eliminate the structural and cognitive overhead of modern frontend development.

It is not:

  • ❌ A framework
  • ❌ A wrapper
  • ❌ A templating engine

It is:

  • ✅ A unified architecture layer
  • ✅ A runtime + syntax + philosophy
  • ✅ A replacement for fragmented stacks

You don’t “build UI” with THOTH… you define systems.


🚨 The Problem THOTH Solves

Modern web stacks suffer from:

  • Dependency hell (React, Vite, Redux, Axios…)
  • Boilerplate explosion
  • Context switching (HTML + CSS + JS)
  • Manual state wiring
  • Routing complexity
  • API integration overhead

THOTH Response:

✔ Zero-bracket syntax
✔ Native state engine
✔ Built-in SPA routing
✔ Direct API binding
✔ No external JS required for core logic
✔ Single unified architecture file


🏗️ Sovereign Scaffolding System [REVOLUTION]

thoth create my-app

Instantly Generates:

/my-app
 ├── index.thoth
 ├── /components
 ├── /data
 ├── /pages
 ├── thoth.config.json

Built for:

  • Rapid prototyping
  • Enterprise architecture
  • Scalable systems

💎 Core Engine Capabilities

☁️ Sovereign Cloud Engine (Native API Layer)

API users="https://api.example.com/users"
  • Async by default
  • Non-blocking rendering
  • Auto binding to UI nodes

⚡ Native Reactive State Engine

State energy: 0
  • Instant UI updates
  • No virtual DOM diffing
  • No hooks / reducers

🌐 Smart SPA Routing Engine

Route "/":
Route "/dashboard":
Route "/system":
  • History API handled internally
  • Zero configuration
  • Automatic DOM hydration

📐 Native Layout System (Flex Engine)

Row gap="20px" align="center":
Column width="300px":
  • No Tailwind
  • No Bootstrap
  • Pure structural layout logic

🧩 Sovereign Component System

Define Card:
    Box:
        Text: @{{title}}
  • Reusable
  • Stateless or stateful
  • Fully isolated

🔗 Recursive Data Binding Engine

Text: @{{username}}
  • JSON / API binding
  • Deep nesting support
  • Zero transformation layer

🔐 Structural Security (Auth Guards)

Header Auth="admin":
  • Built-in access control
  • DOM-level protection

🐞 Intelligent Traceback System

File "app.thoth", line 22
APIError: Invalid endpoint
  • Precise debugging
  • Developer-friendly errors
  • Runtime + overlay support

🚀 Master Example (Full System)

TYPE THOTH

# Data & Imports
DataSource: data/config.json
Import: components/Navbar.thoth

# API Layer
API users="https://jsonplaceholder.typicode.com/users"

# State Layer
State clicks: 0

# Root Architecture
Container class="app-shell":

    Navbar title="THOTH Engine"

    Route "/":
        Column align="center":

            Title: "Sovereign Cloud Interface"

            Row gap="20px":
                Repeat Over="users":
                    Box class="card":
                        Sub: @{{name}}
                        Text: @{{email}}

            Row:
                Text: "Clicks: @{{clicks}}"
                Button action="set:clicks=clicks+1":
                    "Inject Signal"

    Route "/system":
        Column:
            Sub: "Diagnostics"
            Text: "All systems operational."

⚙️ CLI Commands

Install Engine

npm install -g thoth-markup-lang

Run Dev Server

thoth serve index.thoth

Build Production

thoth build index.thoth

🧬 Architecture Keywords (SEO + Indexing)

Asynchronous Web Engine
Reactive UI Engine
No-JavaScript Framework Alternative
Zero-Bracket Markup Language
Indentation-Based Syntax Engine
SPA Without React
Native State Management Engine
API-First Frontend Architecture
Unified Web Stack
Declarative Web Systems
Non-Blocking Rendering Engine
Component-Based Architecture
Modern Web Engine 2026
Frontend Without Frameworks
Alternative to React / Vue / Angular
Sovereign Architecture System


🔥 Competitive Comparison

| Feature | React / Vue | THOTH | |--------|------------|-------| | Setup Complexity | High | Minimal | | State Management | External | Native | | Routing | Library-based | Built-in | | API Calls | Manual | Native | | Syntax | JSX / Templates | Indentation Logic | | Performance | Virtual DOM | Direct Render Engine |


🏛️ Core Philosophy

“The web is not broken…
developers just built too many layers on top of it.”

THOTH removes the layers.


🌍 Vision

THOTH aims to:

  • Replace frontend frameworks
  • Simplify web architecture
  • Reduce dev time by 70%+
  • Enable true system-level thinking

👑 Final Statement

“You don’t scale code…
you scale architecture.”