# Bridge Svelte Documentation ## Getting Started - [Hosted Auth Quickstart](../quickstart/hosted-quickstart.md) — Fastest path: Bridge handles the login UI on a hosted page - [SDK Auth Quickstart](../sdk-auth/sdk-quickstart.md) — In-app login/signup forms using SDK components ## Guides - [Authentication](../auth/auth.md) — Auth status, profile, logout, and all SDK auth components - [Feature Flags](../feature-flags/feature-flags.md) — FeatureFlag component, route-level flags, programmatic access - [Live Updates & the Bridge Surface](../live-updates/live-updates.md) — the unified `bridge` object, live channel events, app-wide attributes - [Payments & Subscriptions](../payments/payments.md) — live subscription state, billing components, entitlements, Stripe checkout - [Team Management](../team-management/team-management.md) — TeamManagementPanel - [API Token Management](../api-tokens/api-tokens.md) — ApiTokenManagement - [Theming & Styles](../theming/theming.md) — CSS variables, component-level overrides, headless usage ## Configuration See the [Configuration Reference](../configuration/configuration.md) for the full `BridgeConfig` type, `bridgeBootstrap()` signature, route guard rules, the `.env` pattern, and the `readonlyConfig` store.