Comment on Show HN: I open-sourced my Go and Next B2B SaaS Starter (deploy anywhere, MIT)Comments−icedrift8moOh boy another template shipped in a single commit; complete with "For now, do this" and "In production you would do this" comments−moh_quzOP8moThis was extracted from my production apps including (apflow.co).I stripped out the business logic and keys, then pushed it as a clean starting point.The "in production you would" comments are guides for where to add your own config.Single commit because I didn't want my app's git history in an open source repo.
Comments
Oh boy another template shipped in a single commit; complete with "For now, do this" and "In production you would do this" comments
This was extracted from my production apps including (apflow.co).
I stripped out the business logic and keys, then pushed it as a clean starting point.
The "in production you would" comments are guides for where to add your own config.
Single commit because I didn't want my app's git history in an open source repo.