top | item 38263077

Show HN: SvelteKit SaaS Boilerplate to help launch your product fast

26 points| thomasmol | 2 years ago |launchleopard.com

Hi HN!

I am a indie hacker and love building apps with SvelteKit, so I built a boilerplate with the tech stack I always use.

It has almost everything needed to launch a SaaS/tool/AI app, like auth, db + orm, email, payments and styling.

You can view everything that's included on the website and the docs (https://docs.launchleopard.com)

Would love to hear what other features or tech you'd want to see in a boilerplate like this!

32 comments

order

altdataseller|2 years ago

Please solve some harder problems for me. I don't need this - there's so many tools that do this already. Boilerplate SaaS code is a commodity. Help me find customers, please

thomasmol|2 years ago

I understand! Perhaps I should include more tools and tutorials on marketing as well?

droptablemain|2 years ago

I've been seeing so many people trying to sell "kits" like this for Next.js and similar, it's quite strange as it's always mostly boilerplate code and otherwise freely available NPM packages.

These types of things should be "starter projects" and frankly they should be free on Github for anyone to download and learn with.

I have a hard time seeing any market for these kits outside of lazy junior developers.

oooyay|2 years ago

Free boilerplate templates are often not maintained for that long, dare I say usually maintained as long as the author is interested in that particular stack. I think there's some value in offering a stack that has preconfigured settings for your IDE, linters, formatters etc as well as complicated things like multi-tenant databases. It eliminates a lot of toil when setting up a new product and generally the price for these kits is under $100.

Glench|2 years ago

Well for the JS ecosystem there's nothing dominant and beloved like Rails for Ruby, so it makes sense there would be more efforts to create coherent app architectures. Plus, if the boilerplate saves developer time to launch a business application then it saves potentially a lot of money.

realusername|2 years ago

I've setup my own internal kit (I'm not selling it now) and it's much work that you think to get the small details right and bring everything together properly.

I've spent a few days on it and the price is worth it to save that amount of work in my opinion.

djfdat|2 years ago

Congrats on the launch. I actually think this is a good idea as something to provide. As someone who just has time to dabble in web projects and loves to use Sveltekit, having something like this would be great, since I spend about the first 1-2 days relearning how to get everything started.

There are a few things that I am looking for before I'd buy this though:

- An update commitment. When I come back to doing web dev, I want to know that this boilerplate is up-to-date. For example, expect Sveltekit updates within 30 days of a major release, expect integration libraries updated within 90 days of major release, minor versions & patches will be updated automatically assuming they pass tests. - Integration testing. I'd like to know that each integration has tests written, and that they are still passing. I'd hate to spin up a project and run in to an issue, only to realize that either an integration hasn't been updated or that something there is failing. - A product roadmap. I'd like to know what other integrations are planned and when they can be roughly expected. - Launch Leopard Lite? A free boilerplate with Sveltekit+Tailwind+DaisyUI+SEO stuff to try things out.

Good luck!

sickcodebruh|2 years ago

I know that it takes a lot of effort to setup these things but I wonder about the long term benefit to buyers. They’re buying into the Launch Leopard Architectural Philosophy, which they may or may not appreciate and grow the way they hope. Today’s unproved framework or boilerplate is tomorrow’s tech debt liability.

Did you consider adding guaranteed support or consulting hours to help buyers launch and grow? That would de-risk the initial buy and provide ongoing value. “Buy the starter, get X hours of time, I’ll be there to help you as a partner on your journey.” Then a contract (hourly, quarterly, yearly?) for continued engagement. Boilerplates are everywhere, relationships and guidance are not. I imagine that anyone in the market for this would see that as a major value add and differentiator.

thomasmol|2 years ago

Very interesting idea!

Currently I only have a discord channel for support and help, but your suggested approach of offering some included one on one consulting makes sense. I am gonna look into how I can implement this

swalsh|2 years ago

I don't understand why I would want to buy this, everything you're "giving" me is available a few commands away using NPM.

thomasmol|2 years ago

Yes you're right, some of this can be easily installed with a few commands!

However, the boilerplate also has a lot of other api routes, components and demo pages to setup an app.

If you're capable of easily setting that up yourself then this might not be for you, that's totally fine of course!

iJohnDoe|2 years ago

I’m not a skilled enough developer.

I wanted to create a product to sell access to a URL endpoint that provides data. The URL is used within other products, like a SEIM, firewall, dashboard, etc.

I can create the URL endpoint, data, server infrastructure, etc. I also already have enterprise customers ready to subscribe.

However, I’m not skilled enough to create a storefront, auth, billing, etc. I tried finding a solution I could pay for, but it was a rabbit hole of solutions that would not work.

devhe4d|2 years ago

Starter kits are helpful for beginners, but relying on them too much can be limiting.

It's crucial for developers to learn how to configure their own coding stack.

This foundational skill is key to growth and adaptability in tech. While starter kits offer a good starting point, they shouldn't replace the essential know-how of setup and configuration in my opinion.

lordofmoria|2 years ago

Glad to see DaisyUI on here - it’s a component library designed with tailwindcss - it hits that fine balance for component libraries between covering the hard-to-do stuff (modals, accordions, drop-down) without building such big components that you end up constantly tinkering to get what you want.

minajevs|2 years ago

Looks like frontpage url (launchleopard.com) is not working - giving me 500 response. Then in docs neither starter repository buttons works - leads to 404. Is it built using your own boilerplate? If yes, then I am not buying :)

thomasmol|2 years ago

Haha yes, was an issue with a rate limit on the Github API, should be fixed now! Didn't expect this amount of traffic :) Docs were built with Mintlify and the links to the repos in the docs will work once you have accepted the invite (after making a purchase).

_fat_santa|2 years ago

There's just not enough here to justify the price.

thomasmol|2 years ago

I can understand that! What would you like to see included that would justify the price for you?

RamblingCTO|2 years ago

I get a 500

thomasmol|2 years ago

Mmm strange, could you share on what page exactly? Edit: got rate limited by the Github api haha, fixed now :)

Lienetic|2 years ago

Does your auth implementation with authjs support refresh token rotation?

thomasmol|2 years ago

Currently no.. Going to have to add that still. The Auth.js devs have said that they're going to include zero-config support for this

throwaway295729|2 years ago

This looks great, and I can certainly see this saving me some time!