Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.zerct.com/llms.txt

Use this file to discover all available pages before exploring further.

Use templates when you want Zerct to create the project shape.

Rust API

npx @zerct/zerct init api --template rust-api
npx @zerct/zerct doctor
npx @zerct/zerct preview

TanStack Static Frontend

npx @zerct/zerct init web --template tanstack-static-frontend
bun install
npx @zerct/zerct doctor
npx @zerct/zerct preview

Full Stack

npx @zerct/zerct init my-app --template fullstack-rust-tanstack
cd my-app/web && bun install && cd ..
npx @zerct/zerct doctor
npx @zerct/zerct deploy --database
The full-stack template creates api/ and web/. The Rust API owns dynamic server behavior, managed Postgres, and CORS. The TanStack frontend builds to static files and calls the Rust API.
Last modified on May 26, 2026