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: A NextJS boilerplate to automate all the boring stuff

23 pointsby marclouover 1 year ago
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 comments

sickcodebruhover 1 year ago
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 未加载
audessuscestover 1 year ago
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 未加载
jdthediscipleover 1 year ago
16 startups in 2 years?<p>Should I too turn every other weekend project into a startup?<p>Serious question.
评论 #37336239 未加载
评论 #37341915 未加载
评论 #37336481 未加载
评论 #37336589 未加载
scrollawayover 1 year ago
(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 未加载
needzover 1 year ago
&gt; Javascript or Typescript?<p>&gt; Javascript :)<p>Pass
评论 #37345085 未加载
评论 #37336868 未加载
phas0rukover 1 year ago
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 未加载
multiplegeorgesover 1 year ago
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 未加载
bavellover 1 year ago
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 未加载
rbadillapover 1 year ago
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!
lessalignedover 1 year ago
Can you explain the choice of JS over TS?
评论 #37344217 未加载
gitgudover 1 year ago
&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?