Alex Chen
Developer Advocate
Nexbic provides SDKs for all major frontend frameworks. In this guide, we'll cover React, Vue, and Svelte integrations, showing how to add authentication to your app in minutes.
Choose your framework and install the appropriate SDK:
npm install @nexbic/sdk-react
npm install @nexbic/sdk-vue
npm install @nexbic/sdk-svelte
Wrap your application with the Nexbic provider component and configure it with your project's public key. The SDK handles token management, session refresh, and user state automatically.
Our SDKs support multiple authentication flows: email and password, magic links, OAuth providers (Google, GitHub, Apple), and passkeys. All flows work with a single unified API.
Use the built-in route guards and components to protect pages. Unauthenticated users are redirected to your login page automatically.
Check out the SDK reference documentation for advanced usage including MFA, session management, and user profile customization.
Keep Reading
Learn how to create a real-time analytics dashboard using Nexbic's WebSocket API and reactive data pipelines.
June 12, 2025
We are excited to announce Organizations — a new feature that brings multi-tenant support with role-based access control.
June 5, 2025
See what's new this month including performance improvements, API changes, and bug fixes.
June 1, 2025