Skip to content

Supabase + Svelte SSR (Adapter Node) Boilerplate

Notifications You must be signed in to change notification settings

PleahMaCaka/Supavelte-SSR-v1

Repository files navigation

🧡 SvelteKit 💚 Supabase Boilerplate 🔥

This is a boilerplate for SvelteKit and Supabase!

Fullstack SvelteKit and Supabase boilerplate with user authentication, routing protection, TailwindCSS, DaisyUI, ESLint/Prettier!

This template manages sessions in a Svelte-friendly way without using @supabase/ssr or @supabase/auth-helper.
So if you want @supabase/ssr you can use >> this one! <<

Development

Copy .env.example to .env.local and fill in the environment variables.

pnpm install
pnpm dev