Point your agent at this stack.
It ships production-grade, or it doesn't compile.
curl -fsSL https://boringstack.xyz/install.sh | sh -s -- --project acmePreflight, scaffold, rename, boot, health check. It never prompts, and --json
puts one object per phase on stdout. Pass --dry-run first to see the plan.
Or run the steps yourself:
gh repo create acme --template boringstack-xyz/boringstack --private --clone
cd acme
./scripts/rename-project.sh acme acme-corp acme.com
./setup.sh --upDocker and Compose v2 are the only prerequisites; Compose runs every runtime. Bun is needed to develop, not to boot.
Read boringstack.xyz/agents.md. One page: the setup command, the health checks, the machine-readable config manifest at /scaffold-manifest.json, and the invariants that make your output pass CI instead of merely look right.
Inside this repo, start at AGENTS.md, then
apps/api/AGENTS.md or
apps/ui/AGENTS.md. Each is a one-table index pointing at
single-concern guides under apps/*/docs/agents/. Load the row your task
matches, not the whole tree.
bun run check is the oracle. If the docs and the lint config disagree, the
lint config wins.
Full documentation is at boringstack.xyz, starting with the Quickstart and Why BoringStack.
MIT