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

科技回声

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

GitHubTwitter

首页

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

资源链接

HackerNews API原版 HackerNewsNext.js

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

Show HN: A NextJS boilerplate to automate all the boring stuff

23 点作者 marclou将近 2 年前
Hey HN,<p>I&#x27;m a solopreneur and I ship apps like a madman. 16 startups in the last 2 years.<p>I realized I was doing the same thing over and over: set up DNS records, connect DB, listen to Stripe webhooks...<p>So I built ShipFast for 2 reasons: 1. Save time and focus on what matters: building a business 2. Avoid headaches like emails ending in spam or waiting 3 days for Google to approve<p>I hope this boilerplate will be as helpful to you as it is for me. Would love your feedback pls<p>Marc

11 条评论

sickcodebruh将近 2 年前
You might consider just releasing this as an open source repo. I’m sure your work is excellent but there is no way I would ever trust such foundational elements to a closed source boilerplate, especially coming from someone whose work I’ve never seen.
评论 #37337070 未加载
audessuscest将近 2 年前
It uses NextAuth that in my experience works well only on Vercel (and they don&#x27;t care)<p>Also please stop using mongodb
评论 #37336524 未加载
评论 #37336229 未加载
评论 #37336151 未加载
评论 #37337191 未加载
评论 #37336619 未加载
jdthedisciple将近 2 年前
16 startups in 2 years?<p>Should I too turn every other weekend project into a startup?<p>Serious question.
评论 #37336239 未加载
评论 #37341915 未加载
评论 #37336481 未加载
评论 #37336589 未加载
scrollaway将近 2 年前
(Not criticising your choices, they’re mostly reasonable and opinionated stacks are very useful.)<p>I’m curious if you can talk about why you went with mailgun, and especially why mongodb. Supabase is my backend of choice nowadays esp for b2b apps.
评论 #37336585 未加载
needz将近 2 年前
&gt; Javascript or Typescript?<p>&gt; Javascript :)<p>Pass
评论 #37345085 未加载
评论 #37336868 未加载
phas0ruk将近 2 年前
Lots of negative comments below which I think are overly critical. I think the stack looks good and I’ve also had no issues with mongo. Will take a look!
评论 #37337088 未加载
multiplegeorges将近 2 年前
And yet, likely still slower than a plain Ruby on Rails app.<p>This is not a troll, Rails remains one of the quickest, simplest, out-of-the-box ready solutions for a web app.<p>Every time I am tempted to try NextJS or the JS ecosystem in general, I immediately get frustrated by the fragmentation for what is settled and standard functionality. Typescript is what keeps tempting me, but Sorbet is helping with that.<p>I would absolutely love a Typescript on Rails.
评论 #37336999 未加载
bavell将近 2 年前
As a fellow solopreneur who builds a few apps a year, sorry but I&#x27;m not at all interested in something like this. Good luck though!<p>P.S. love your site designs and layouts. Taking notes!
评论 #37337082 未加载
rbadillap超过 1 年前
People forget that this is a starter kit. I see complaints against JavaScript vs Typescript for large projects.<p>If you need to ship a web app in hours, I can guarantee that nobody will choose Typescript over a more flexible stack.<p>@marclou I follow you on Twitter and must say that you made a great decision selling your own tool, congrats for that!
lessaligned将近 2 年前
Can you explain the choice of JS over TS?
评论 #37344217 未加载
gitgud超过 1 年前
&gt; <i>I hope this boilerplate will be as helpful to you as it is for me. Would love your feedback pls</i><p>It’s a commercial product, so you won’t get much feedback as not many HN readers will need&#x2F;buy this.<p>Have you considered open-sourcing it?