I thought it might also be useful for others who like this tech stack.
Since I plan to develop and validate ideas quickly during my challenge, having a solid boilerplate is going to be extremely helpful.
Here's the stack: - SvelteKit + TypeScript (no NextJS...) - DaisyUI, TailwindCSS - Supabase Auth + Database
And this is ready-to-go: - payments with Stripe are already handled - blog-related pages have been created with Contentful - Plausible analytics can be set up in 2 seconds - Supabase authentication pages are also ready
Here's a link in case anyone would like to take a look: - page: https://www.sveltekit-ultrafast.com/ - GitHub: https://github.com/jacobxcoder/sveltekit-ultrafast/
I'm open to suggestions & feedback.
I will now try to code something interesting, starting from this boilerplate.
Note: please note that it's fairly recent and I will constantly improve this boilerplate, adding new components, blocks, and improving the overall UI/UX to make it even better in the upcoming future.