SvelteKit Template
- Lucia for authentication
- Paraglide JS dead simple i18n
- Drizzle ORM for database connectivity and type safety
- shadcn-svelte for beautifully designed components
- Lucide for icons
- Zod Type safety with Zod integration
- Superforms to handle form validation and management.
- Formsnap Accessible form components that take SvelteKit Superforms to the next level.
TODO
Inspirations
This template draws inspiration from the following projects:
Feel free to explore, customize, and innovate with this SvelteKit template!
Live Demo
Check out the live demo at: https://sveltekit-template-rosy.vercel.app
Admin Account
Normal User Account
Screenshots

Important highlights
/(public)
Accessible by everyone
/(private)
All routes inside this will required an authenticated user
/(private)/(admin)/users
Shows example of admin only route with a filterable and sortable Data Table along with edit and delete function implemented.