What's new.

Releases, features, and fixes — newest first.

Public launch

seedkit is officially out. The CLI is live on npm as seedkit-cli and the dashboard is open at app.seedkit.dev.

What ships today:

  • Schema-driven generator. Point at a Prisma file, raw DDL, or a live Postgres URL — get realistic, FK-correct, deterministic seed data. No fixtures to write.
  • Ephemeral Postgres on Neon. seedkit new returns a real connection string in seconds. EU-hosted by default; revivable from cache after expiry.
  • Synthetic Data API. A Pro+ REST endpoint that returns deterministic JSON sampled from a curated pool: ~540 identities, ~580 companies, ~300 posts, ~220 products, ~500 reviews. All cross-referenced (every posts.author_id resolves, every reviews.product_id resolves). For frontend prototypes, demos, and content fixtures.
  • Avatar API. Public, no-auth, deterministic SVG avatars at /api/avatars/<seed>. Eight styles, immutable cache, free for everyone.
  • Reproducible seed cache. Lock a seed name with --seed; replay byte-identically from CI, your laptop, or your teammate's PR preview.

Get started: npx seedkit-cli new or read the docs.