npm downloads
Analyze and visualize download stats for npm packages and authors.
Analyze and visualize download stats for npm packages and authors.
Analyze and visualize download stats for npm packages and authors.
Analyze and visualize download stats for npm packages and authors.
Showing npm packages maintained by this author. Pick a package to open detailed download analytics.
Hono server adapter for Vike
Express server adapter for Vike
Elysia server adapter for Vike
An opinionated Biome config to use accross Vike projects.
Fastify server adapter for Vike
Publish your npm packages.
The (AI) Framework: turnkey, zero-config AI orchestration that wraps a coding-agent CLI (Claude Code) as a black box and takes you from an idea to a running app. Vite for AI.
The (AI) Framework: turnkey, zero-config AI orchestration that wraps a coding-agent CLI (Claude Code) as a black box and takes you from an idea to a running app. Vite for AI.
Orchestration for @gemstack/ai-sdk agents: a Supervisor that plans, dispatches subagents (bounded concurrency + budget guardrails), and synthesizes the result.
AI engine: providers, agents, tools, streaming, middleware. The first GemStack package.
Portable capability bundles for @gemstack/ai-sdk agents: load SKILL.md skills (instructions + tools + resources) and compose them onto an Agent.
Scaffold a intaj app: renderer choice, typed routes, working dev/build out of the box (RFC 0000)
Agent-agnostic framework for authoring Model Context Protocol (MCP) servers: tools, resources, prompts, decorators, OAuth 2.1, a framework-neutral HTTP handler, and a test client. The graduation of @rudderjs/mcp.
Bridge between @gemstack/ai-sdk Agents and Model Context Protocol servers: consume remote MCP tools as Agent tools, and expose an Agent as an MCP server.
View-based admin panel for RudderJS
Tiptap rich-text editor adapter for @pilotiq/pilotiq — slash menu, draggable blocks, custom-block API
Legacy alias for `create-rudder` — `npm create rudder-app@latest` still works but `npm create rudder@latest` is the canonical command.
Vue renderer adapter (RFC 0005)
Framework-level TypeScript contracts for HTTP, routing, middleware, and server adapters.
Debug assistant for RudderJS — records requests, queries, jobs, exceptions, logs, mail, notifications, events, cache operations, scheduled tasks, model changes, CLI commands, outgoing HTTP requests, authorization decisions, WebSocket lifecycle, Yjs CRDT e
GitHub connector for GemStack AI orchestration: read and act on issues, pull requests, and repo files over the GitHub REST API. Built with @gemstack/mcp-connectors.
Shared renderer contracts, helpers, conformance suite (RFC 0005)
Google Drive connector for GemStack AI orchestration: browse, read, and share Drive files over the Drive REST API. Built with @gemstack/mcp-connectors.
ORM contract, `Model` base class, and `ModelRegistry` for RudderJS applications.
Application bootstrap, service provider lifecycle, and framework-level runtime orchestration.
The connector contract for GemStack AI orchestration: define a tool connector to an external service (GitHub, Google Drive, ...) once with `defineConnector`, compose any number into a single MCP server with `mountConnectors`. Built on @gemstack/mcp; frame
Rudder's AI integration: re-exports the agnostic agent engine from @gemstack/ai-sdk and adds the Rudder-specific bindings (AiProvider, ORM-backed stores, doctor check, make:agent/ai:eval CLI).
Decorator-based and fluent HTTP router for RudderJS. Supports named routes, URL generation, signed URLs, route-level middleware, and controller registration.
The intaj CLI: plugin-contributed commands on a prepared kernel app (RFC 0000/0001)
Web-standard HTTP layer: routing engine, middleware, adapters (RFC 0002)
App routing: file conventions, loaders/actions, typed registry (RFC 0004)
Vanilla renderer adapter (RFC 0005)
Native authentication for RudderJS. Laravel-style guards, user providers, and Auth facade.
H3 server adapter for Vike
Kernel: app container, typed services, two-phase plugins, hooks, config (RFC 0001)
Data layer: composable schema fragments, typed merge, repository + adapters (RFC 0006)
RudderJS CLI — code generators, module scaffolding, and rudder command dispatch.
OAuth 2 server for RudderJS — the Laravel Passport equivalent. Turns your app into an OAuth 2 provider that issues JWT-signed access tokens, refresh tokens, and personal access tokens.
Command registry and class-based command primitives for the RudderJS CLI.
HTTP middleware base class, pipeline runner, built-in middleware, and cache-backed rate limiting.
HTTP session support for RudderJS — signed cookie sessions (default) and Redis-backed sessions.
Scaffold a new Rudder application — `npm create rudder@latest`
MCP (Model Context Protocol) server framework for Rudder
Vite plugin for RudderJS. Registers Vike (SSR), sets the `@/` and `App/` path aliases, externalizes server-only packages from the client bundle, wires up WebSocket upgrade handling for `@rudderjs/broadcast` and `@rudderjs/sync`, and installs Vike framewor
Cache facade, registry, and provider factory with built-in memory and Redis drivers.
Shared utility primitives for RudderJS: collections, environment access, config lookup, debug helpers, and general-purpose functions.
Vite plugin: environments, SSR, per-route ssr/spa/ssg (RFC 0003)
Typed client + loader-data wire format: registry-driven end-to-end typing (RFC 0004)
Showing 50 of 96 packages
Analyze and visualize download stats for npm packages and authors.
Showing npm packages maintained by this author. Pick a package to open detailed download analytics.
Hono server adapter for Vike
Express server adapter for Vike
Elysia server adapter for Vike
An opinionated Biome config to use accross Vike projects.
Fastify server adapter for Vike
Publish your npm packages.
The (AI) Framework: turnkey, zero-config AI orchestration that wraps a coding-agent CLI (Claude Code) as a black box and takes you from an idea to a running app. Vite for AI.
The (AI) Framework: turnkey, zero-config AI orchestration that wraps a coding-agent CLI (Claude Code) as a black box and takes you from an idea to a running app. Vite for AI.
Orchestration for @gemstack/ai-sdk agents: a Supervisor that plans, dispatches subagents (bounded concurrency + budget guardrails), and synthesizes the result.
AI engine: providers, agents, tools, streaming, middleware. The first GemStack package.
Portable capability bundles for @gemstack/ai-sdk agents: load SKILL.md skills (instructions + tools + resources) and compose them onto an Agent.
Scaffold a intaj app: renderer choice, typed routes, working dev/build out of the box (RFC 0000)
Agent-agnostic framework for authoring Model Context Protocol (MCP) servers: tools, resources, prompts, decorators, OAuth 2.1, a framework-neutral HTTP handler, and a test client. The graduation of @rudderjs/mcp.
Bridge between @gemstack/ai-sdk Agents and Model Context Protocol servers: consume remote MCP tools as Agent tools, and expose an Agent as an MCP server.
View-based admin panel for RudderJS
Tiptap rich-text editor adapter for @pilotiq/pilotiq — slash menu, draggable blocks, custom-block API
Legacy alias for `create-rudder` — `npm create rudder-app@latest` still works but `npm create rudder@latest` is the canonical command.
Vue renderer adapter (RFC 0005)
Framework-level TypeScript contracts for HTTP, routing, middleware, and server adapters.
Debug assistant for RudderJS — records requests, queries, jobs, exceptions, logs, mail, notifications, events, cache operations, scheduled tasks, model changes, CLI commands, outgoing HTTP requests, authorization decisions, WebSocket lifecycle, Yjs CRDT e
GitHub connector for GemStack AI orchestration: read and act on issues, pull requests, and repo files over the GitHub REST API. Built with @gemstack/mcp-connectors.
Shared renderer contracts, helpers, conformance suite (RFC 0005)
Google Drive connector for GemStack AI orchestration: browse, read, and share Drive files over the Drive REST API. Built with @gemstack/mcp-connectors.
ORM contract, `Model` base class, and `ModelRegistry` for RudderJS applications.
Application bootstrap, service provider lifecycle, and framework-level runtime orchestration.
The connector contract for GemStack AI orchestration: define a tool connector to an external service (GitHub, Google Drive, ...) once with `defineConnector`, compose any number into a single MCP server with `mountConnectors`. Built on @gemstack/mcp; frame
Rudder's AI integration: re-exports the agnostic agent engine from @gemstack/ai-sdk and adds the Rudder-specific bindings (AiProvider, ORM-backed stores, doctor check, make:agent/ai:eval CLI).
Decorator-based and fluent HTTP router for RudderJS. Supports named routes, URL generation, signed URLs, route-level middleware, and controller registration.
The intaj CLI: plugin-contributed commands on a prepared kernel app (RFC 0000/0001)
Web-standard HTTP layer: routing engine, middleware, adapters (RFC 0002)
App routing: file conventions, loaders/actions, typed registry (RFC 0004)
Vanilla renderer adapter (RFC 0005)
Native authentication for RudderJS. Laravel-style guards, user providers, and Auth facade.
H3 server adapter for Vike
Kernel: app container, typed services, two-phase plugins, hooks, config (RFC 0001)
Data layer: composable schema fragments, typed merge, repository + adapters (RFC 0006)
RudderJS CLI — code generators, module scaffolding, and rudder command dispatch.
OAuth 2 server for RudderJS — the Laravel Passport equivalent. Turns your app into an OAuth 2 provider that issues JWT-signed access tokens, refresh tokens, and personal access tokens.
Command registry and class-based command primitives for the RudderJS CLI.
HTTP middleware base class, pipeline runner, built-in middleware, and cache-backed rate limiting.
HTTP session support for RudderJS — signed cookie sessions (default) and Redis-backed sessions.
Scaffold a new Rudder application — `npm create rudder@latest`
MCP (Model Context Protocol) server framework for Rudder
Vite plugin for RudderJS. Registers Vike (SSR), sets the `@/` and `App/` path aliases, externalizes server-only packages from the client bundle, wires up WebSocket upgrade handling for `@rudderjs/broadcast` and `@rudderjs/sync`, and installs Vike framewor
Cache facade, registry, and provider factory with built-in memory and Redis drivers.
Shared utility primitives for RudderJS: collections, environment access, config lookup, debug helpers, and general-purpose functions.
Vite plugin: environments, SSR, per-route ssr/spa/ssg (RFC 0003)
Typed client + loader-data wire format: registry-driven end-to-end typing (RFC 0004)
Showing 50 of 96 packages