How to create a nextjs + mongoDB SaaS fully self-hosted
· 7 min read
I wanted to build a SaaS that allow users to view, edit and share docker-compose files easily. If you don't know anything about docker, that's totally okay. This article is focused about the stack behind the SaaS.
So, my needs where :
- A user system
- Somes analytics
- A blog sytem
- A documentation system
- A database that allow me to quickly try new things
- The stack has to be self-hostable easily