NestledJS
A schema-first starter for full-stack product teams.

git clone nestled-template my-appnx g @nestledjs/generators:workspace-setup --name my-apppnpm db-updatepnpm prisma db pushnx serve api && nx serve webThe pitch
Most starter kits save you a weekend and then leave. The first auth flow works, the first dashboard loads, and then the real product begins -- new models, new permissions, new queries, new admin screens, all hand-wired again.
NestledJS treats the Prisma schema as the center of the application. Change the schema, run one command, and the API resolvers, GraphQL models, generated CRUD, custom module shells, and typed frontend SDK move with it. Nestled helps keep the boring parts synchronized so the real product code has somewhere clean to live.
The work
generated-crud__admin sdkcore modelscustom modulesuser graphqlpluginsThe build
NestledJS is an Nx plugin workspace backed by starter templates instead of a black-box framework. The generators read Prisma through DMMF, emit NestJS GraphQL modules, preserve handwritten code, and keep Apollo operations typed on the frontend. It generates the pieces that are easy to forget and expensive to maintain by hand, while leaving product behavior in ordinary services, resolvers, and GraphQL operations.