Skip to main content

Documentation Index

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

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

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

Rust API

npx tovuk init api --template rust-api
npx tovuk doctor
npx tovuk preview

TanStack Static Frontend

npx tovuk init web --template tanstack-static-frontend
bun install
npx tovuk doctor
npx tovuk preview

Full Stack

npx tovuk init my-app --template fullstack-rust-tanstack
cd my-app/web && bun install && cd ..
npx tovuk doctor
npx tovuk deploy --database
The fullstack template creates api/, web/, and one root tovuk.toml. The Rust API owns dynamic server behavior and managed Postgres. The TanStack frontend builds to static files and calls same-origin /api.
Last modified on May 29, 2026