I designed this to be two things, a super simple full stack setup (in this case 3 commands for the BE and 4 for the FE) and a really solid base for building on top of it with LLMs in ides like cursor.<p>It's a minimal full-stack boilerplate split into two repos: a Next.js frontend and a FastAPI backend using Postgres, all Dockerized for easy local development and deployment. Both repos link to each other so I've only included the backend repo link.<p>Would love your thoughts and for you to try it out! Thanks