Install one package.
Ship the whole app.
@clank.run/framework includes the reactive TypeScript runtime, compiler, authenticated starter, live SQLite data, and deployment CLI. Create a working full-stack app without cloning this repository or assembling a toolchain.
npm install --global @clank.run/frameworkRunning in four commands.
The npm package creates a complete application with safe defaults. Install, scaffold, resolve the one dependency, and start the server.
- 01Install the CLI
npm install --global @clank.run/framework - 02Create an app
clank create my-app - 03Install its locked package
cd my-app && npm install - 04Run it locally
npm run dev
Everything needed to build.
The browser, server, database, agent contract, and deployment artifact use one versioned TypeScript package.
Continue from a working app.
Start with the generated application, then open only the guide needed for the next product change.
Edit typed TSX, add signals and forms, preserve SSR, and style with Tailwind.
Open the framework guide →Add product dataBackend, auth, and SQLiteDeclare validated functions and user-owned tables with inferred client types and live queries.
Open the full-stack guide →DeployShip from the terminalLogin, projects, secrets, migrations, verified artifacts, logs, backups, and rollback.
Read the guide →Connect an agentUse the app's queries and mutationsEvery backend is its own authenticated MCP server, with typed tools that stay aligned with the UI.
Open the MCP guide →Every maintained guide.
77 documents and 135,359 words, versioned with the npm package and built from the canonical source.
Start with npm
Install the package, create an app, choose its shape, and ship the first working version.
Framework
The reactive runtime, rendering model, routing, forms, UI behavior, and public APIs.
Full stack
Server rendering, live SQLite data, authentication, migrations, services, and observability.
Agents and generation
Deterministic blueprints, authenticated application actions, and contracts that make applications legible to agents.
Deploy and operate
The CLI, control plane, releases, custom domains, organizations, and production hosting.
Security and resilience
Threat boundaries, verification evidence, failure testing, recovery, and platform hardening.
Project
Maintenance, compatibility, releases, contribution rules, and the open-source project record.