Documentation
All docs live in the repository under /docs/.
Links below open the source on GitHub.
The documentation is a work in progress alongside the code.
If a link 404s, check the docs/ directory in the repo directly.
Concepts
Guides
Auth & multi-user setup bcrypt + JWT, three roles, collection-level CRUD rules. Typed Collections PocketBase-style schemas: field types, validation, role scoping. File storage Local and S3-compatible backends. SigV4 signing built-in. Realtime SSE Subscribe to live write streams filtered by topic and kind. Agents & agentic admin 10 typed actions, LLM tool-use loop, persisted run audit trail. Cloud providers 10-cloud control plane, AES-256-GCM credentials, real deploy+destroy. Outbound DB sinks Mirror every write to 12 target databases asynchronously. Database admin Cloudflare D1-style admin: stat cards, query REPL, time travel, restore.
Deploy
Fly.io Render Railway Google Cloud Run AWS App Runner / ECS Azure Container Apps DigitalOcean App Platform Hetzner / any VM Cloudflare Worker (edge gateway) Heroku Kubernetes (Helm) Oracle Cloud (OCI) Alibaba Cloud ECS Scaleway (EU) E2E Networks (India) ESDS eNlight (India) CtrlS Tier-4 (India) Sify CloudInfinit (India) Hostinger India VPS
Wiki
Framework snippets
The admin UI at /admin/ ships a "Connect" tab with copy-paste integration
snippets for 12 frameworks: Next.js (App + Pages Router), Remix, React (Vite), Nuxt,
Vue.js, SvelteKit, Solid.js, Astro, Flask, Express, plus curl and shell.
Run kynetradb, open http://localhost:8080/admin, and navigate to Connect.