#monorepo
3 posts tagged monorepo.
3 min read
True full-stack context engineering
The complete version: two monorepos, a Dockerized backend with a database, API, and Mailpit, and Chrome DevTools MCP watching both the UI and the API traffic. One system the agent sees end to end.
#context-engineering#ai#full-stack
2 min read
Context engineering: giving an AI agent the whole stack
Running the frontend and backend together, a monorepo, and a typed GraphQL contract turn an AI coding agent from a guesser into a teammate.
#context-engineering#ai#monorepo
2 min read
How we run multiple frontend apps in one Turborepo monorepo
One repo, several apps, a shared design system, and Turborepo keeping builds fast. Here is how it fits together and why it is worth it.
#monorepo#turborepo#frontend