albbus-stack / kit-stack

A svelte fullstack starter kit inspired by create-t3-app with various added bonuses
https://kit-stack.vercel.app/
Apache License 2.0
18 stars 1 forks source link
create-t3-app daisyui felte inlang pnpm prettier prisma storybook stripe supabase supabase-auth sveltekit tailwindcss trpc typescript vercel



A svelte fullstack starter kit heavily inspired by create-t3-app with various added bonuses

           

     

πŸ“š The Kit Stack

πŸ› οΈ SvelteKit: Fullstack Framework πŸ” Supabase Auth: Authentication
πŸ—ƒοΈ Drizzle: Database ORM 🧹 tRPC: Typesafe API Calls
🎨 DaisyUI: Component Library πŸ–Œ Storybook: UI Testing Tool
πŸ’³ Stripe: Payments API πŸ“š Inlang: Internationalization Library
πŸ“ Felte: Form Validation πŸ“ƒ Prettier & ESLint: Code Formatting
πŸ€– Vercel: Deploy with CI 🍞 Bun: Fast Package Manager

πŸ”Œ Features

Getting Started

You can browse the Github Wiki to get a better idea of how this works or you can jump right in using the Install Script:

curl -sL https://tinyurl.com/kit-stack | bash -e -s "<folderName>"

The easiest and fastest way is to use a VSCode cloud instance like Gitpod or Github Codespaces, with them you can open the template directly and all the configurations are already handled, but I highly recommend you create your own repo first locally: