https://github.com/albbus-stack/kit-stack
A svelte fullstack starter kit inspired by create-t3-app with various added bonuses
https://github.com/albbus-stack/kit-stack
create-t3-app daisyui felte inlang pnpm prettier prisma storybook stripe supabase supabase-auth sveltekit tailwindcss trpc typescript vercel
Last synced: about 1 month ago
JSON representation
A svelte fullstack starter kit inspired by create-t3-app with various added bonuses
- Host: GitHub
- URL: https://github.com/albbus-stack/kit-stack
- Owner: albbus-stack
- License: apache-2.0
- Created: 2023-07-21T17:04:55.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-05-12T10:42:26.000Z (12 months ago)
- Last Synced: 2025-03-25T19:49:15.232Z (about 1 month ago)
- Topics: create-t3-app, daisyui, felte, inlang, pnpm, prettier, prisma, storybook, stripe, supabase, supabase-auth, sveltekit, tailwindcss, trpc, typescript, vercel
- Language: Svelte
- Homepage: https://kit-stack.vercel.app/
- Size: 1.59 MB
- Stars: 18
- Watchers: 2
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
![]()
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
- **Authentication**: Sign up, sign in, sign out, forgot password, change password, change email, change username, delete account
- **Authorization**: Protected routes, protected pages, protected endpoints
- **Database**: CRUD operations, relations, migrations- **Payments**: Stripe integration
- **UI**: Design system, component library, UI testing, icons and fonts
- **Forms**: Form validation, form submission, form errors- **Internationalization**: Multiple language integration
- **Deployment**: Easy and fast deployments with CI including database migrations
## Getting Started
You can browse the [Github Wiki](https://github.com/albbus-stack/kit-stack/wiki) to get a better idea of how this works or you can jump right in using the [Install Script](https://github.com/albbus-stack/kit-stack/wiki/Install-Script):```bash
curl -sL https://tinyurl.com/kit-stack | bash -e -s ""
```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: