A production-ready monorepo starter generator based on the ArchonHQ project shape, but generalized for new products.
shadcn-svelte-ready component setup.agents and .codex guidance copied into generated projects./scripts/create-project.sh my-project \
--display-name "My Project" \
--module github.com/your-org/my-project \
--github-owner your-handle
BOOTSTRAP_SECRET_OPENAI_API_KEY=your-key \
./scripts/create-and-publish.sh my-project \
--display-name "My Project" \
--module github.com/your-org/my-project \
--github-owner your-handle \
--public
That flow now:
mainBOOTSTRAP_SECRET_* values as repo secretsbuild-and-checkshadcn-svelte-ready frontend80% coverage for Go and frontend tests.agents, .codex, .github, and repo hygiene filesThe starter itself is published as a GitHub template repository: