v1.0 Public Template

Agentic Monorepo Starter

Stop fighting your agents. Give them guardrails, strict types, and clear boundaries so they can actually ship code.

git clone ...
pnpm install
pnpm dev
The Philosophy

Agents drift.
Architecture shouldn't.

When you let an agent loose on a repo, it takes the path of least resistance. Without boundaries, it creates duplicate utils, messy imports, and side effects.

This template enforces shared rules, consistent tooling, and strict boundaries. If the agent breaks a rule, the build fails. Simple as that.

Repo Structure

apps/
webNext.js
playgroundVite
packages/
uiShadcn
tooling/
agentsPrompts & Context
typescriptTS Configs
eslintLint Rules
prettierCode Formatting

The Workflow

Simple enough for humans, strict enough for bots.

01

Clone

Use the template to create a new repo.

02

Dev

pnpm dev runs both apps instantly.

03

Verify

Lint, typecheck, and build gate the PR.

Common Questions

Is this just create-turbo?

It builds on Turbo but adds agent guardrails, strict boundaries, and documentation specifically designed for LLM context windows.

Do I need AI tools to use this?

No. It's a rock-solid monorepo template on its own. The agent tooling is just a bonus layer that stays out of your way if you don't use it.