stack:
backend: fastapi + sqlalchemy + postgres + alembic
frontend: svelte 5 + tailwind 4
type safety: openapi-typescript (backend schema auto-generates frontend types)
deploy: docker (multi-stage builds with nginx) + github actions
also has VSCode tasks/debugger configs and a full CI/CD setup with dev/stable promotion workflow. and premade AI instructions.
it's production-ready but minimal - no business logic, just the infrastructure setup I got tired of rebuilding every time.
github: nokodo-labs/monorepo-template
open to suggestions if anyone sees something that could be better!