Skip to content

v0.1.0 — first public release

Choose a tag to compare

@duolahypercho duolahypercho released this 29 May 07:57
· 9 commits to main since this release

A cross-agent startup kit that interviews the user, then scaffolds and wires a complete product on a locked, minimal design system. Point an AI agent at the repo, say what you want, and it onboards you before building.

Highlights

  • Onboard before build, enforced. A "build me X" request starts an interview, not a build. The gate lives at every surface an agent reads (SKILL.md, AGENTS.md, agents/openai.yaml) and is backed mechanically: scaffolds refuse to run until a confirmed .startup-kit/intake.md exists.
  • Locked design system. SF Pro, fixed type scale, light/dark token contract, shadcn/ui, three brand presets (Linear, Vercel, Notion), bundled icons, and 42 background components.
  • One-command scaffolds, both verified. Single Next.js app (default) and the pnpm + Turborepo monorepo (Vercel + Koyeb + Supabase) were both built end-to-end and compile clean on Next.js 16.
  • Reproducible. create-next-app and shadcn pinned to known-good majors (env-overridable).
  • Quality tooling. Pre-flight gate, onboarding gate test suite, and CI (bash -n, shellcheck, tests). MIT licensed.

See CHANGELOG.md for the full list.