DeploySolo is the full stack boilerplate with everything you need as a Python developer to build and monetize your SaaS without extra costs or complexity.
No dependency on NodeJS or hosting providers. Leverage your Python experience in SaaS without JS bloat.
Nice work!
Been using a very similar stack for my side projects and really enjoy building with it.
You may want to consider providing an SQLite option, as self-hosting PSQL (even in Docker) may become too much of a hassle over time.
Thanks! Great to hear you're using something similar.
Using docker compose makes PSQL quite simple. For some people, horizontal scaling is a deal breaker, so I built with that.
I would absolutely use SQLite for a personal project, its awesome and more than enough for indie hacking.
Totally agree, the "but does it scale?" mindset is in everybody's head even when you are having zero users. :D