TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

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

163 点作者 matijash超过 1 年前

15 条评论

reactordev超过 1 年前
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 未加载
reeme超过 1 年前
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 未加载
kennethh超过 1 年前
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 未加载
anyfactor超过 1 年前
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 未加载
nkko超过 1 年前
Love opinionated things, as obviously someone put some thought into it. Would be nice to have a small explainer backing the choices.
评论 #39198623 未加载
strzibny超过 1 年前
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 未加载
tuktuktuk超过 1 年前
I like it that the project using Astro. Thank you for making this!
danjac超过 1 年前
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__超过 1 年前
Great project. I’m curious if you know live and earning startups made using this or other boilerplate.
评论 #39205919 未加载
novoreorx超过 1 年前
Why use Astro, I thought it’s supposed to make content-heavy websites, not dynamic user-centered sites
评论 #39201474 未加载
评论 #39200867 未加载
d0liver超过 1 年前
Since this is YC backed, is there a plan for monetizing it?
评论 #39205346 未加载
fimdomeio超过 1 年前
Does anyone know which software was used to make the video?
评论 #39196729 未加载
verdverm超过 1 年前
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 未加载
transformi超过 1 年前
Cool! What about paypal integration?
评论 #39200876 未加载
评论 #39197222 未加载
herbst超过 1 年前
What is OpenAI used for?
评论 #39201138 未加载