Dispatches from the data seed

Short notes on synthetic data, databases, and building seedkit.

Featured · Product updates

Seedkit: realistic Postgres data without copying production

Why I built seedkit — a CLI that reads your Postgres schema fresh each run, generates realistic FK-correct data, and hands you a connection string. Without leaking prod, without breaking on schema drift.

April 28, 2026 · 3 min read
$ seedkit new
Describe your app…
↳ analyzing schema
✓ seeded 10,000 rows
↳ postgres://…
$
Product updates

Hello, seedkit blog

Welcome to the seedkit blog — short notes on synthetic data, Postgres, and shipping faster.

Apr 22, 2026 · 1 min read
Subscribe via RSS