from Hacker News

Show HN: Super simple free full-stack boilerplate in 2 repos. Next FastAPI Pstg

by Bradd3rs on 3/1/25, 8:36 PM with 0 comments

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.

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.

Would love your thoughts and for you to try it out! Thanks