Docs

Everything you need.
Nothing you have to hunt for.

Short, focused paths. If you are lost, start with the quickstart below: it is the whole integration.

quickstart

Two imports. Ship it this afternoon.

Install the SDK, drop the provider at the root and the form where sign-in lives. Methods, branding, and legal links come from your Console. Or hand the whole job to your coding agent.

Install guide
# install
npm install @elvix.is/sdk
# wire it
import { ElvixProvider, ElvixSignInForm } from "@elvix.is/sdk/react"
<ElvixProvider clientId="elvix_pub_...">
<ElvixSignInForm />
</ElvixProvider>