TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Show HN: Open SaaS – An open-source alternative to paid boilerplate starters

163 pointsby matijashover 1 year ago

15 comments

reactordevover 1 year ago
This is cool but very opinionated on which frameworks to use, etc. it’s a good start but I want to see one with Golang + fiber + htmx + templ. Or bun, or with svelte or vite, but these can be changed out if you already know. Starred, looking forward to see where this goes as I think we need more “baseline” stacks to help people navigate sprint 0.
评论 #39195621 未加载
评论 #39195002 未加载
评论 #39201459 未加载
评论 #39196484 未加载
评论 #39194815 未加载
评论 #39196167 未加载
评论 #39201020 未加载
reemeover 1 year ago
Amazing to see more options for boilerplates! Consider adding your solution to: <a href="https:&#x2F;&#x2F;github.com&#x2F;smirnov-am&#x2F;awesome-saas-boilerplates">https:&#x2F;&#x2F;github.com&#x2F;smirnov-am&#x2F;awesome-saas-boilerplates</a> . [edit:] Just saw it is already listed! Good job!
评论 #39195607 未加载
kennethhover 1 year ago
Looks like a great starting point with good choices of technologies. I see the database is sqlite in development as default, but it is not possible to use it in production as described in the documentation. Would be great with the option to use sqlite in production also since it is easy to use and require less resources.
评论 #39201418 未加载
anyfactorover 1 year ago
My main resolution for 2024 is to figure out my side project&#x2F;SaaS boilerplate. Boilerplates are opinionated, and my opinions are so out of whack that I can&#x27;t use any other folks&#x27; opinionated boilerplate. The challenge is the opinion part of boilerplates and the last &quot;S&quot; of SaaS, which stands for service.<p>I can&#x27;t spend more than $5 a month, and I don&#x27;t want to use anything other than Python. I think in Python and it provides the absolute frictionless path to bring my ideas to life. I wish I had the same feeling about JavaScript, and that would have certainly made my life easier. But this is a compromise I am happy to accept as part of my identity.<p>The stack I am thinking of right now includes:<p>- Firebase: I chose this because Stripe integration, real-time database, Firebase functions, documentation and Firebase authentication.<p>- Vue&#x2F;Nuxt + BootstrapVue: This is for basic front-end stuff.<p>- VM&#x2F;VPS: This will be used to host the operational logic.<p>- Python: This is the core operation. Firestore operations and management will have the real database in PostgreSQL&#x2F;SQLite to reduce calls to Firestore.<p>- FastAPI: This will be used for communicating with Firebase via API. User calls will be relayed via Firebase to FastAPI. It may be slower, but it will make my life a bit easier.<p>- NGINX: Plan is to have one FastAPI project per project. I think NGINX is going to be helpful here. Also, I would like to do some firewall configuration.<p>I still have a lot to figure out. One thing I am trying to determine is if I really need Firebase here because I already have a backend there.<p>I want to build an API-first system and Unix philosophy-inspired systems where multiple API services or Python modules do one thing only and are linked to each other. The goal is to create common operation Python modules, so I can quickly develop POCs by combining boilerplates with parameters and write the core logic in the minimum amount of Python code. The whole plan is to keep trying different approaches until I find one that works.
评论 #39200396 未加载
评论 #39200621 未加载
nkkoover 1 year ago
Love opinionated things, as obviously someone put some thought into it. Would be nice to have a small explainer backing the choices.
评论 #39198623 未加载
strzibnyover 1 year ago
Congrats on the release! I think marketing it as a general alternative is a little bit misleading. People have their favourite technology they care about and almost every current stack already has an open source boilerplate, no?<p>I too built my own boilerplate, Rails + blogging + Kamal deployments, and call it Business Class. Not free, but worth it:)
评论 #39204111 未加载
tuktuktukover 1 year ago
I like it that the project using Astro. Thank you for making this!
danjacover 1 year ago
Honestly, what is the market for these SAAS starters these days? Is anyone making serious money, or even a modest side income, with some web app? It seems the low-hanging fruit is well and truly picked at this point and building something that will earn you decent money requires a lot of time and money investment in a vertical niche, not yet-another-project-management-tool you can put together in a week.
__natty__over 1 year ago
Great project. I’m curious if you know live and earning startups made using this or other boilerplate.
评论 #39205919 未加载
novoreorxover 1 year ago
Why use Astro, I thought it’s supposed to make content-heavy websites, not dynamic user-centered sites
评论 #39201474 未加载
评论 #39200867 未加载
d0liverover 1 year ago
Since this is YC backed, is there a plan for monetizing it?
评论 #39205346 未加载
fimdomeioover 1 year ago
Does anyone know which software was used to make the video?
评论 #39196729 未加载
verdvermover 1 year ago
Having built something similar, the biggest challenge for users is that they have to use a bespoke language, like WASP here. I suspect that it is also your biggest challenge as well.<p>Mine is built on CUE, which at least has the potential to become a more widely used language. CUE hasn&#x27;t reached sufficient maturity for broader adoption yet, so I continue to face this same problem.<p><a href="https:&#x2F;&#x2F;github.com&#x2F;hofstadter-io&#x2F;hof">https:&#x2F;&#x2F;github.com&#x2F;hofstadter-io&#x2F;hof</a><p>What we built is more like a framework for building WASP + boilerplate for anything, both sides of the transform in full control by the user.<p>I&#x27;m less bullish on the idea since LLMs that can code arrived on stage
评论 #39195660 未加载
transformiover 1 year ago
Cool! What about paypal integration?
评论 #39200876 未加载
评论 #39197222 未加载
herbstover 1 year ago
What is OpenAI used for?
评论 #39201138 未加载