loading
Preparing LoginRadius developer resources
Mission: Help enterprises accelerate digital transformation with our fully-managed Customer IAM technology.
Skip to main content

LoginRadius Frontend SDKs

LoginRadius provides a set of Frontend SDKs that handle browser-based authentication flows, session management, and UI rendering. The SDKs share a modular architecture built on promise-based APIs, default styling, and built-in localization, all powered by the same core engine — so you get a consistent integration model across frameworks.

The lineup is organized into three surfaces over one engine: the framework-agnostic JavaScript SDK, the React SDK for React and Next.js applications, and the V2 JavaScript SDK retained for existing integrations.

When to use

Use this page to decide which SDK to install. The decision is driven by your framework and how much UI control you want:

  • Any framework or vanilla HTML, drop-in UI — use the LoginRadius JavaScript SDK.
  • React or Next.js, component-and-hook idioms — use the LoginRadius React SDK.
  • Maintaining an existing V2 integration — stay on V2 only while migration is in flight; new projects should standardize on V3.

SDK comparison

Three SDK surfaces, one engine. Pick the one that matches your framework and the amount of UI control you need.

Choosing an SDK

Use the table to pick an entry point that matches your scenario. Each row links directly to the recommended getting-started path.

ScenarioRecommended SDK
Drop-in auth pages (any framework or plain HTML)LoginRadius JavaScript SDK
React or Next.js app with component-based authLoginRadius React SDK
Migrating an existing V2 integrationV2 → V3 migration guide
Maintaining a legacy V2 integrationLoginRadius JavaScript SDK v2 (Legacy)