{"id":51341880,"url":"https://github.com/jafb321/create-saas-harness","last_synced_at":"2026-07-04T10:00:45.328Z","repository":{"id":368737923,"uuid":"1284804093","full_name":"JAFB321/create-saas-harness","owner":"JAFB321","description":"Ready-for-dev, agents-powered SaaS template","archived":false,"fork":false,"pushed_at":"2026-07-02T00:28:25.000Z","size":793,"stargazers_count":3,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-07-02T08:36:09.699Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://maker.jafb.dev","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/JAFB321.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2026-06-30T07:59:25.000Z","updated_at":"2026-07-02T05:52:15.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/JAFB321/create-saas-harness","commit_stats":null,"previous_names":["jafb321/create-saas-harness"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/JAFB321/create-saas-harness","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JAFB321%2Fcreate-saas-harness","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JAFB321%2Fcreate-saas-harness/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JAFB321%2Fcreate-saas-harness/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JAFB321%2Fcreate-saas-harness/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/JAFB321","download_url":"https://codeload.github.com/JAFB321/create-saas-harness/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JAFB321%2Fcreate-saas-harness/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":35079379,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-07-03T02:00:05.635Z","response_time":110,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2026-07-02T08:33:08.188Z","updated_at":"2026-07-03T09:01:22.682Z","avatar_url":"https://github.com/JAFB321.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# create-saas-harness\n\nA **ready-for-dev, agents-powered SaaS template**: a Next.js 15 + Supabase monorepo that ships\nwith a built-in agent **harness** (orchestrator + subagents + commands + roadmap + docs) so an AI\ncoding agent (Claude Code) can take your idea from **0 → 100**.\n\nYou don't just get a boilerplate. You get a boilerplate **plus the machinery to plan and build your\nspecific product on top of it** — guided by a structured interview that writes your foundations and\na fully populated, executable roadmap.\n\n```bash\nnpx create-saas-harness@latest\n```\n\n## What you get\n\n- **Monorepo** — Turborepo + pnpm, TypeScript strict, `@app/*` workspace packages\n  (`core`, `db`, `integrations`, `config`).\n- **Next.js 15** App Router + React 19 + Tailwind v4/shadcn, i18n-ready, a neutral SaaS shell\n  (auth, dashboard, settings, billing/tiers, one generic CRUD resource with RLS).\n- **Supabase** — Auth, Postgres with RLS, private Storage. Mock-first: the app runs 100% without\n  third-party keys.\n- **Modular by scaffold** — the CLI assembles your stack deterministically and prunes the rest:\n  - **Payments**: **Stripe** or **MercadoPago** (single `PaymentProvider` interface).\n  - **Storage**: **Supabase Storage** or **S3-compatible** (Cloudflare R2 / AWS S3 / MinIO).\n  - **Email**: **Resend** or none for now (mock-first either way).\n  The chosen adapters are wired via `packages/integrations/src/\u003ckind\u003e/real.ts`; unchosen adapters\n  and their SDK dependencies never land in your repo.\n- **Tests** — Playwright (E2E) + Vitest (unit) with a critical-flow baseline.\n- **CI/CD** — GitHub Actions (verify, e2e, migrations) + Vercel + Supabase config.\n- **The harness** — `harness/` with an orchestrator workflow, specialized subagents\n  (`dev-agent`, `dev-agent-pro`, `verifier`, `reviewer`, `doc-keeper`), slash commands\n  (`/session-start`, `/session-wrap`, `/verify`, `/project-setup`), deterministic guards (hooks),\n  and machine-readable state + roadmap.\n\n## The experience\n\n1. **Scaffold.** `npx create-saas-harness@latest` asks the essentials (project name, payments,\n   storage, email, package manager), copies the template, assembles the chosen modules, installs\n   deps, and makes the **first commit**. Every prompt is also a flag, so the whole thing runs\n   unattended:\n\n   ```bash\n   npx create-saas-harness@latest my-saas --payments stripe --storage supabase --email resend --pm pnpm -y\n   ```\n\n   Prefer clicking? Build your command visually at the **[configurator](./landing/)** (the Astro\n   landing page in this repo).\n2. **Define your product.** Open your agent and run `/project-setup`. It interviews you across\n   7 rounds (idea, critical features, secondary features, business model, inspirations, dev\n   profile), then spawns two agents:\n   - `foundations-synthesizer` → writes `FOUNDATIONS/*` (your product's source of truth).\n   - `roadmap-architect` → fills `harness/docs/roadmap/mvp-*.json` + `plans/*.md` with an\n     executable roadmap.\n3. **Build.** Read `INSTRUCTIONS.md` and run the daily loop: `/session-start` → work the roadmap →\n   `/verify` → `/session-wrap`.\n\nNo MVP task is executed during setup — you end with a clean first commit, complete foundations, and\na roadmap ready for agents to execute.\n\n## Requirements\n\n- Node.js \u003e= 20, pnpm (recommended), and an agent that supports custom commands/subagents\n  (Claude Code today).\n- A Supabase project (or the local stack via the Supabase CLI). The app runs mock-first without\n  any third-party keys.\n\n## Repo layout (this repo)\n\n```\ncreate-saas-harness/\n├─ packages/cli/   # the npx scaffolder (prompts + flags, copy, prune, git init + first commit)\n├─ template/       # the project that gets copied into your new folder\n└─ landing/        # the Astro landing page / command configurator (deployed on Vercel)\n```\n\n## License\n\nMIT — see [LICENSE](./LICENSE).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjafb321%2Fcreate-saas-harness","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjafb321%2Fcreate-saas-harness","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjafb321%2Fcreate-saas-harness/lists"}