Live data from Hacker News

Ask HN: What's the best SaaS starter kit for indie makers?

news.ycombinator.com

11–20 of 36 posts

Re: Ask HN: What's the best SaaS starter kit for indie makers?

#11
"language you know" saas starter kit, get to the github repo and search for issues/activity (remember to include closed issues when you are looking)

A better question would be: what should I look for in a SaaS starter kit?

You will get a lot of opinionated responses, but for me at least, what I'm most interested in:

- admin dashboard

- ability to integrate/generate different billing/invoice/payment options

- multiuser strategy

- deploy options

Re: Ask HN: What's the best SaaS starter kit for indie makers?

#12
Not exactly a starter kit, but something I think could be useful during early development: Noop Workshop [1]. Full disclosure I work @ noop.

One of the primary benefits is you can quickly explore what Cloud components you need (locally) before purchasing them. We also built a bunch of templates in different languages that act as application boilerplate.

If it works the way you want in Workshop you can launch right to the cloud. If not it's easy to find alternative hosts for the different components. After all, Noop uses many AWS services under the hood.

The interface for local development is almost identical to the cloud interface, so it will give you a pretty clear idea of what the experience will be like in deployed environments.

1. https://noop.dev

Re: Ask HN: What's the best SaaS starter kit for indie makers?

#14
aren't you a founder of one? :)

what is the real goal of this post? gauge the market? somehow funnel to your thing? (honestly curious)

//edit I see you already used another account to answer yourself with recommendation of your product

IDK if the solopreneur thing has intensified so much recently, but almost every time I see a thread like that, here or on reddit, it's posted by the creator of the tool and he somehow tries to sneak his product in

for anyone browsing for a starter kit I recommend laravel with a starter kit and laravel stripe package: https://laravel.com/docs/10.x/starter-kits + https://laravel.com/docs/10.x/billing

Re: Ask HN: What's the best SaaS starter kit for indie makers?

#15

The standard answer is "whichever one uses the tech stack you already know". If you don't already know a tech stack, just pick one and learn it. Then you do know one and can re-use it as you wish. But "best" is such a subjective term, it always depends on what you really need. Better to pick one and run than get caught in analysis paralysis.

JavaScript stack, both frontend and backend. For the characteristics I described, validate a product quickly, I don't need a spaceship SaaS boilerplate worth $699. Do you know any?

https://shipped.club

this one is just under $200

;)

Re: Ask HN: What's the best SaaS starter kit for indie makers?

#17
There is no best one. You will unfortunately (!) need to do some legwork to decide what you want to build, what you need, what tech you want to use and why, and see if there is a starter kit that is good or if you have to just do without one.

Is the chosen starter kit good? Clues may lie in licenses, the repo if source is available, if paid is there a money back guarantee, is it maintained, is the code any good (do they know what they are doing?). Does it meet your functional and nonfunctional requirements?

Take this as advise for a lonely programmer OR (!) user feedback for your gig (!!) ;)

Re: Ask HN: What's the best SaaS starter kit for indie makers?

#18

The standard answer is "whichever one uses the tech stack you already know". If you don't already know a tech stack, just pick one and learn it. Then you do know one and can re-use it as you wish. But "best" is such a subjective term, it always depends on what you really need. Better to pick one and run than get caught in analysis paralysis.

JavaScript stack, both frontend and backend. For the characteristics I described, validate a product quickly, I don't need a spaceship SaaS boilerplate worth $699. Do you know any?

Why you're asking? You're the founder of shipped.club, a Next.js SaaS Starter Kit: https://news.ycombinator.com/item?id=38517337
Post reply on HN