II.
StackProfile JSON
Structured · livestack-profile:monorepo-fullstack
Monorepo Full-Stack Stack (Turborepo, Next.js, NestJS, Prisma, PostgreSQL) json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "stack-profile:monorepo-fullstack",
"_kind": "StackProfile",
"_file": "domain/stack-profiles/deep-stacks-1.yaml",
"_cluster": "domain",
"attributes": {
"displayName": "Monorepo Full-Stack Stack (Turborepo, Next.js, NestJS, Prisma, PostgreSQL)",
"description": "A TypeScript-first monorepo architecture for full-stack web applications\nwhere frontend, backend, and shared libraries live in a single\nrepository with unified tooling. Turborepo provides incremental builds,\nremote caching, and task orchestration across packages. Next.js serves\nthe frontend with SSR, ISR, and API routes. NestJS provides a structured\nbackend framework with dependency injection, guards, and decorators.\n\nPrisma handles database access with a type-safe ORM, auto-generated\nclient, and declarative schema migrations. PostgreSQL is the production\ndatabase. TypeScript spans every package, enabling shared types and\nvalidation schemas (via Zod) between frontend and backend without code\nduplication. This stack suits product-focused teams of 5-20 engineers\nwho want maximal code sharing and a single CI pipeline. The tradeoff\nis monorepo complexity — build caching, dependency hoisting, and CI\nperformance require ongoing attention as the repo grows.\n",
"composes": [
"framework:nextjs",
"framework:nestjs",
"library:prisma",
"language:typescript",
"library:zod"
]
},
"outgoingEdges": [
{
"from": "stack-profile:monorepo-fullstack",
"to": "framework:nextjs",
"kind": "composed_of"
},
{
"from": "stack-profile:monorepo-fullstack",
"to": "framework:nestjs",
"kind": "composed_of"
},
{
"from": "stack-profile:monorepo-fullstack",
"to": "library:prisma",
"kind": "composed_of"
},
{
"from": "stack-profile:monorepo-fullstack",
"to": "language:typescript",
"kind": "composed_of"
},
{
"from": "stack-profile:monorepo-fullstack",
"to": "library:zod",
"kind": "composed_of"
},
{
"from": "stack-profile:monorepo-fullstack",
"to": "library:tailwindcss",
"kind": "composed_of"
},
{
"from": "stack-profile:monorepo-fullstack",
"to": "tool:docker",
"kind": "composed_of"
},
{
"from": "stack-profile:monorepo-fullstack",
"to": "tool:github-actions",
"kind": "composed_of"
},
{
"from": "stack-profile:monorepo-fullstack",
"to": "tool:pnpm",
"kind": "composed_of"
},
{
"from": "stack-profile:monorepo-fullstack",
"to": "role:fullstack-engineer",
"kind": "used_by_role"
},
{
"from": "stack-profile:monorepo-fullstack",
"to": "role:tech-lead",
"kind": "used_by_role"
},
{
"from": "stack-profile:monorepo-fullstack",
"to": "role:frontend-engineer",
"kind": "used_by_role"
},
{
"from": "stack-profile:monorepo-fullstack",
"to": "workflow:feature-development",
"kind": "follows_workflow"
},
{
"from": "stack-profile:monorepo-fullstack",
"to": "workflow:monorepo-toolchain-update",
"kind": "follows_workflow"
},
{
"from": "stack-profile:monorepo-fullstack",
"to": "domain:fullstack",
"kind": "applies_to"
},
{
"from": "stack-profile:monorepo-fullstack",
"to": "domain:web-development",
"kind": "applies_to"
},
{
"from": "stack-profile:monorepo-fullstack",
"to": "skill-area:server-side-rendering",
"kind": "requires_skill_area"
},
{
"from": "stack-profile:monorepo-fullstack",
"to": "skill-area:backend-api-design",
"kind": "requires_skill_area"
},
{
"from": "stack-profile:monorepo-fullstack",
"to": "skill-area:backend-data-persistence",
"kind": "requires_skill_area"
},
{
"from": "stack-profile:monorepo-fullstack",
"to": "skill-area:typescript-generic-programming",
"kind": "requires_skill_area"
},
{
"from": "stack-profile:monorepo-fullstack",
"to": "skill-area:ci-cd",
"kind": "requires_skill_area"
}
],
"incomingEdges": []
}