Turborepo - Nestjs - Next.js template is here

I’ve been managing Next.js and NestJS apps with Turborepo and have wanted to deploy only the apps I need to Fly.io. In my case, I was trying to deploy the backend (NestJS) apps, but figuring out the right setup, including the Dockerfile and other configurations, was really tough—even after looking through Google and official docs. Eventually, I successfully completed the setup and wanted to share it with others.

If you have a specific workflow, this setup could be really helpful for you. I’m sharing this so others don’t have to go through the same process of figuring it all out like I did.

Feel free to use it!

1 Like

This is awesome! Great job :clap:!