Embedded in minutes. Yours on your domain.
Auth UI is the part teams rebuild every project and ship every project late. OrthID is building prebuilt, themeable components for sign-in, profiles, orgs and the org-scoped tenant console - designed to drop in on your domain and look like you built them. The components and SDKs are in preview for design partners.
The whole identity surface, prebuilt.
The vision: render the components, pass your theme, ship - with the data plane enforcing behind every one. These components are in preview for design partners today.
Passwordless-first sign-in, themed to you.
Profile, devices and sign-out in one menu.
Move between orgs without losing context.
Org-scoped admin you hand to each customer.
Themeable, typed, and never locked in.
The design: match your brand with tokens, build on typed SDKs, and keep the seam open so you’re never married to one provider.
Colour, radius and type are tokens - set them once and every component picks them up. No fighting vendor CSS.
Typed SDKs for Next.js, React and Node are in preview - sessions, hooks and server helpers designed to feel native to your stack.
Every component talks to one interface. Swap the provider behind it without rewriting your app - sovereignty extends to your code.
// Illustrative - SDK in preview for design partners export default function Layout({ children }) { return ( <OrthIDProvider theme={tokens}> <SignIn/> // themed, on your domain {children} </OrthIDProvider> ); }
The Tenant Console, built in.
An org-scoped admin console you hand to each customer - members, roles and invites, strictly scoped to their own org. Themed, embeddable, and in preview for design partners.
Drop in identity. Keep your brand and your options.
Prebuilt components and typed SDKs in preview, with a seam designed to keep you portable.