Show HN: Production-ready fullstack monorepo template (Svelte 5 and FastAPI)

  • Posted 7 hours ago by nokodo
  • 1 points
https://github.com/nokodo-labs/monorepo-template
I built a fullstack monorepo template for my own projects and figured I'd share it, as it might be useful to someone - plus I think it's really nice :)

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!

0 comments