Download & install. The fast way.

Get a real Postgres URL with realistic data in under a minute. No Docker, no scaffolding, no fixture code.

npmCLI
1

Install the seedkit CLI

Use whichever runtime you already have. Or skip the install and just npx seedkit-cli ... on the fly.

$npm install -g seedkit-cli
2

Sign in to seedkit

First run opens a browser to authenticate.

$seedkit login

Don't have an account? Create one for free →

3

Run your first command

Describe an app or point at a schema file. Seedkit returns a real Postgres URL in seconds.

$seedkit new --prompt "your app"

Your Postgres URL is now live — paste it into psql, your IDE, or your app.