One request is to include some recommended production deployment. I have spent way too much time on devops every time I start on my weekend project.
Show HN: SaaS application boilerplate
31–40 of 78 posts
Re: Show HN: SaaS application boilerplate
#32Having "Open Source" in the name is slightly misleading... > License > Copyright (c) 2019 SaaS Forge Inc. https://www.saasforge.dev . You can use this template for any purposes except reselling or purposes prohibited by law.
Fixed! But I still left the part about not using the code for purposes prohibited by law...
Re: Show HN: SaaS application boilerplate
#33Earlier quoted context omitted.
Fixed! But I still left the part about not using the code for purposes prohibited by law...
It would be interesting to see a court case in which the offender violates this clause of the license.
Re: Show HN: SaaS application boilerplate
#34It has typical SaaS features like onboarding, API gateway, social auth, Stripe recurring billing, teams, etc.
Re: Show HN: SaaS application boilerplate
#35Nice! I have a similar boilerplate that I've built for myself (there's no client-side), Flask with JWT, login, logout, etc. The React UI looks really nice here.
Thanks! Do you have your boilerplate on Github or anywhere else?
Re: Show HN: SaaS application boilerplate
#36Looks great! I also recently worked on a similar project, Staart ( https://staart.js.org ) but with a Node.js and Vue.js stack using TypeScript. It has typical SaaS features like onboarding, API gateway, social auth, Stripe recurring billing, teams, etc.
Re: Show HN: SaaS application boilerplate
#37This is great. Thank you so much!! One request is to include some recommended production deployment. I have spent way too much time on devops every time I start on my weekend project.
Re: Show HN: SaaS application boilerplate
#38Having "Open Source" in the name is slightly misleading... > License > Copyright (c) 2019 SaaS Forge Inc. https://www.saasforge.dev . You can use this template for any purposes except reselling or purposes prohibited by law.
Fixed! But I still left the part about not using the code for purposes prohibited by law...
Copyright law is fairly international through trade agreements - which is one of the reasons copyleft was such a great hack.
Re: Show HN: SaaS application boilerplate
#39Earlier quoted context omitted.
Thanks! Do you have your boilerplate on Github or anywhere else?
No, I haven't felt like it's really ready for anyone else to use. Just something I use as a shortcut when starting new projects. I ought to go through it and clean it up and put it out there though.
Quote: If You're Not Embarrassed By The First Version Of Your Product, You’ve Launched Too Late :))) (Reid Hoffman, founder of Linkedin)
Re: Show HN: SaaS application boilerplate
#40I appreciate the efforts being done in this space, but I don't think this is launch ready yet. It doesn't include some of the things that make a SaaS a SaaS, and not a typical user sign up web app with admin panel. For a SaaS framework you usually need at least: integration with a billing provider (almost always Stripe nowadays), web hook handling for a bunch of services (or a generic way of handling webhooks easily)…
SaaS needs to have teams, projects, payments, auth, invites, and possibly be configurable for different 'types' of scenarios... projects could be optional for instance if they don't group actions by project, invites could be optional if anyone can join any team, heck even teams can be optional if you can't add multiple orgs but it's nice to have, say you run multiple brands or something....and want separate invoices with separate logos... etc...
I'm getting close to launch, thinking I might do it as a paid $9.99/month gets unlimited access to everything I do in the scope of the project. Might raise prices eventually but grandfather people in for a time. Or might do FOSS with addons that are pricier, but I don't like apps that do that -- I'd rather pay small fee monthly and use what I need depending on client.