ak4zh / sveltekit-template

Home Page:https://sveltekit-template-rosy.vercel.app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

  • Payments with Stripe
  • Mobile Tab Bar
  • Multi organization setup (with / without url param)

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

user-profile users user-edit-by-admin user-edit-by-admin-mobile

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.

About

https://sveltekit-template-rosy.vercel.app

License:MIT License


Languages

Language:Svelte 62.4%Language:TypeScript 35.2%Language:JavaScript 0.9%Language:CSS 0.8%Language:Dockerfile 0.5%Language:HTML 0.2%