starter templates for real projects. copy one, change the specifics, done.
these are opinionated and practical -- not generic templates. each one reflects how a senior dev would actually set up their project memory.
- typescript-monorepo.md -- pnpm workspaces, next.js + express, vitest
- python-fastapi.md -- fastapi, sqlalchemy, alembic, pytest
- rust-cli.md -- clap, tokio, serde
- nextjs-saas.md -- next.js 14 app router, prisma, stripe, tailwind