Components & SDKs

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.

Drop-in components

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.

Preview. The drop-in components and SDKs below are in preview for design partners. The names and shapes show the direction; reach out to build with us early.
<SignIn/>

Passwordless-first sign-in, themed to you.

<UserButton/>

Profile, devices and sign-out in one menu.

<OrgSwitcher/>

Move between orgs without losing context.

Tenant Console

Org-scoped admin you hand to each customer.

How it works

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.

Theming via tokens

Colour, radius and type are tokens - set them once and every component picks them up. No fighting vendor CSS.

Framework SDKs

Typed SDKs for Next.js, React and Node are in preview - sessions, hooks and server helpers designed to feel native to your stack.

The IdentityProvider seam

Every component talks to one interface. Swap the provider behind it without rewriting your app - sovereignty extends to your code.

app/layout.tsx
// Illustrative - SDK in preview for design partners

export default function Layout({ children }) {
  return (
    <OrthIDProvider theme={tokens}>
      <SignIn/>        // themed, on your domain
      {children}
    </OrthIDProvider>
  );
}
Tenant Console

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.

acme.orthid.io/org
Tenant Console
3
SDKs in preview - Next.js, React, Node
1
interface to swap providers behind
Themed
to your brand, on your own domain

Drop in identity. Keep your brand and your options.

Prebuilt components and typed SDKs in preview, with a seam designed to keep you portable.