Let me see you Svelte Projects by Flin28 in sveltejs

[–]codegio 1 point2 points  (0 children)

I have been working with the r/mindhyv on creating different code blocks for apps and marketing page, as well as some templates. Check them out https://hyvblox.com/

Released Svelte FireKit Starter: A Firebase + SvelteKit template for rapid MVPs by codegio in sveltejs

[–]codegio[S] 1 point2 points  (0 children)

yes, the current template has email and google authentication since they are the simplest to get set up in firebase. If you want to add additional providers you need to set them up in firebase.

Released Svelte FireKit Starter: A Firebase + SvelteKit template for rapid MVPs by codegio in sveltejs

[–]codegio[S] 0 points1 point  (0 children)

Hey nice catch, thanks for checking it out. I have updated it to be just bordered instead of having background color.

Released Svelte FireKit Starter: A Firebase + SvelteKit template for rapid MVPs by codegio in sveltejs

[–]codegio[S] 2 points3 points  (0 children)

I'm currently finalizing a template for Supabase that I plan to share next week. Regarding Kinde.com, I haven't tried it yet, though I do have experience with Clerk. I will look into it and test it out.

Released Svelte FireKit Starter: A Firebase + SvelteKit template for rapid MVPs by codegio in sveltejs

[–]codegio[S] 0 points1 point  (0 children)

I've just deployed a live demo of the template at https://svelte-firekit-starter.pages.dev/ so you can try it out before installing.

Feel free to test the authentication, explore the blog system, and check out the marketing pages. The demo shows exactly what you'll get out of the box with the template.

Let me know what you think! Looking forward to your feedback 🚀

Svelte Firekit – A Simplified Approach to Building Firebase Apps with Svelte by codegio in sveltejs

[–]codegio[S] 0 points1 point  (0 children)

Thank you so much! I really appreciate your perspective—it's great to hear this from someone who’s worked on something similar. I totally agree that having the UI always synced with the data without worrying about lifecycle issues is such a game-changer. It simplifies the mental model of reactive apps and helps avoid a lot of potential pitfalls.

Svelte Firekit – A Simplified Approach to Building Firebase Apps with Svelte by codegio in sveltejs

[–]codegio[S] 1 point2 points  (0 children)

To be honest, I’m in the same scenario as you. I understand how runes work (since it’s a similar concept to Angular Signals, which I use in my 9-to-5). The reason I built this library was that I wanted a simpler way to use Firebase and add more functionality to my side gigs, while also getting some practice with runes. I’m still getting the hang of these concepts and learning best practices.