📄️ Authentication
Learn how SvelteBolt's authentication system works and how to add new OAuth providers for seamless user login.
📄️ Billing and Subscriptions
Learn how SvelteBolt's subscription system works and how to implement premium features with proper access control.
📄️ Adding New Tables to Supabase
This guide shows you how to add a new table to your Supabase database and use it in your SvelteBolt app.
📄️ Database Adapter Pattern
SvelteBolt uses a database adapter pattern to provide a consistent API for database operations across different database providers. This abstraction allows you to switch between databases (Supabase, PocketBase, etc.) without changing your application code.
📄️ Svelte 5 State Management
SvelteBolt provides a powerful and modern approach to state management using TypeScript classes combined with Svelte's context API and Svelte 5's reactivity system.