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 these prompts in Cursor, Codex, ChatGPT, Claude, or another coding agent.
Deploy This Project
Use Zerct to deploy this project. Read https://docs.zerct.com/llms.txt first.
Run `npx @zerct/zerct doctor`. Fix every reported issue by following
`agent_instruction`. Then run `npx @zerct/zerct deploy --database` if the Rust
backend needs managed Postgres, otherwise run `npx @zerct/zerct deploy`.
Create A Full-Stack Starter
Create a Zerct full-stack project. Run
`npx @zerct/zerct init my-app --template fullstack-rust-tanstack`, then install
frontend packages in `my-app/web`. Keep dynamic server logic in the Rust backend.
Keep the TanStack frontend static at runtime. Run doctor, preview both projects
locally, then deploy from the repo root.
Fix A Failed Deploy
Read the Zerct JSON error. Apply the `agent_instruction` exactly. Do not weaken
Rust lints, TypeScript strictness, frontend linting, or unsafe restrictions.
After fixing, rerun `npx @zerct/zerct doctor` before deploying again.