DocsGetting started
Documentation
Reference and guides for the seedkit CLI, the hosted side, and everything in between. Browse by section in the sidebar, or start with a quick link below.
$npx seedkit-cli new
Read the quickstart Start here
QuickstartFrom zero to a real Postgres URL in 60 seconds.Installationnpm, pnpm, bun. No account needed for local-only use.Seed cacheLock data with --seed for byte-identical replay.GitHub ActionsDrop-in workflow snippet for preview-per-PR seeding.
What's documented
- CLI9 commands for local generation, ephemeral DBs, cache, and CI.
- Synthetic dataSchema introspection, the generator stack, deterministic seeding.
- Ephemeral databasesReal Postgres on Neon. Connection strings, lifecycle, restore.
- Seed cacheContent-addressed by schema + name + generator versions.
- REST APIJSON endpoints per seed. Pagination, bearer auth, CORS.
- CI integrationGitHub, GitLab, Vercel previews — all from one --from-cache flag.