|
This is a project I’ve been working on for a couple of weeks now, and I feel it’s now in a state I can share it with the community here on Discord. It all started when I saw Marc Lou launched ShipFast (a paid Next.js startup boilerplate). I wanted to build something similar for SvelteKit. I was planning to make it a paid product, but ended up open sourcing it. You can see KitForStartups as a toolkit you can use to prototype and ship faster your MVPs, web applications, etc. It comes with support for many databases (SQLite w/Turso, MySQL and Postgres), authentication (email + password, OAuth with Google and GitHub), email sending with Resend (local emails are configured to be sent with MailHog for faster debugging), toast notifications with Melt UI, etc… I’m still actively working on the project and on things like support for Supabase, magic link authentication, MailGun, a CLI, etc… Give a look at the repo here https://github.com/okupter/kitforstartups, and please feel free to open an issue or PR is there’s something you’d like to see included. |
I was recently looking for one. I was ready to trade the need of training myself in some technologies (Svelte in your case) for a good set of "batteries included".
I would suggest that you either put an online demo and include a link in a prominent place in your README, or describe the features in a clearer way. You currently list Stripe, Lemon Squeezy etc. in your Tech Stack section. ShipFast has a better way of doing that on their website. They list features like email, payment, login, etc. When you click on the feature they display the options they support including the technical details.