A code-less repo. Specs, tests, and modules only. An agent (Claude Code) reads this folder, interviews you, and generates a tailor-made SaaS with Next.js 16.
Inspired by whenwords — same philosophy: code is the output, not the input.
-
Copy the contents of this folder into an empty directory.
-
Open Claude Code in that directory.
-
Paste this:
Read
AGENT.mdand run the interview. When done, generate the project according toSPEC.md+ the active modules inmodules/. Then run the tests intests/until they all pass. -
Pick a mode: Preset (30 sec) / Quick (1 min) / Custom (3 min).
-
The agent scaffolds, installs, runs tests, and iterates.
ai-saas— AI product with billing and waitlistwaitlist— Landing + lead captureb2b-classic— Auth + teams + billing + contactsolopreneur— Auth + billing + waitlistapi-service— Paid API with key dashboard
Always-on modules (opt-out): SEO, legal pages, rate-limit, error-tracking.
SPEC.md— core of the SaaS (always generated)AGENT.md— interview prompt (the agent runs it)INSTALL.md— end-user instructionsmodules/— specs per optional feature (auth, db, billing, email, …)tests/— module tests in YAML (input/output + commands)CHANGELOG.md— releasesCONTRIBUTING.md— how to add modulesLICENSE— MIT
- Next.js 16 (App Router, React 19)
- TypeScript strict
- Tailwind CSS v4
- Biome (lint + format)
- pnpm
- Deploy: Vercel
Active modules are pulled on demand: Clerk or Supabase Auth, Stripe, Drizzle/Prisma, Resend, MailerLite, Sentry, PostHog, Upstash Redis, Fumadocs/Nextra, UploadThing, Vercel Cron, Claude SDK with usage tracking, etc.
MIT.