AuthVital

The open-source identity provider built specifically for SaaS.

Drop in our SDK to get multi-tenancy, license management, and Enterprise SSO, without the MAU billing headache. Host yourself, or let us manage the infrastructure for a flat, predictable fee.

$ docker pull intersparkio/authvital:latest

Beautifully simple SDKs.

Type-safe integration in minutes. Server and client SDKs for JavaScript, with more languages coming soon.

import { AuthVitalProvider, useAuth } from '@authvital/sdk/client';

function App() {
return (
<AuthVitalProvider
authVitalHost="https://auth.yourapp.com"
clientId="your-client-id"
>
<Dashboard />
</AuthVitalProvider>
);
}

function Dashboard() {
const { user, isAuthenticated, logout } = useAuth();

if (!isAuthenticated) {
return <LoginButton />;
}

return (
<div>
<p>Welcome, {user.email}!</p>
<button onClick={logout}>Sign Out</button>
</div>
);
}
Coming soon: 🐍 Python 🦀 Rust 🐹 Go ☕ Java 💜 .NET

You own the database. Literally.

Whether you self-host or use our managed cloud, your data is never locked in a proprietary silo. Get direct access to your underlying Postgres tables.

Your App
AuthVital Core
Your Postgres
Full SQL access • No vendor lock-in • Export anytime

Everything you need for B2B Auth

Authentication

Login, signup, password reset, email verification, MFA (TOTP) — all built in.

Multi-Tenancy

Users can belong to multiple organizations. Tenant isolation out of the box.

Role-Based Access

Define roles and permissions per app and per tenant. Fine-grained control.

Licensing Engine

Built-in seat-based, per-tenant, or feature-gated licensing. No extra tools needed.

SSO Ready

Google and Microsoft SSO out of the box. Connect your own OIDC providers.

Webhooks

Get notified when users sign up, join orgs, get licenses — sync your database effortlessly.

Scale your app, not your auth bill.

No per-MAU pricing. Pay for the infrastructure and B2B scale you actually need.

Open Source

Free

For the hardcore DIYers.

  • Bring your own infrastructure
  • Unlimited B2B Organizations
  • Unlimited Active Users
  • Community Support
Read the Docs

Launch

$29 /mo

For early-stage startups.

  • Shared Infrastructure
  • Up to 5 B2B Organizations
  • Unlimited Active Users
  • Standard Auth & Social Logins
Request Access
Popular

Growth

$99 /mo

For SaaS finding product-market fit.

  • Upgraded Shared Infrastructure
  • Up to 50 B2B Organizations
  • Removes AuthVital Branding
  • Custom Domains
  • Basic Licensing Engine
Request Access

Scale

$499 /mo

Mission-critical stability & Enterprise Auth.

  • Dedicated Infrastructure
  • Up to 250 B2B Organizations
  • Advanced Licensing Engine
  • Up to 3 Enterprise SAML/SSO Connections
  • Priority Email Support
Request Access

Need High-Availability Clusters, custom SLAs, and unlimited SAML? Contact us for Enterprise pricing, starting at $1,500

Request Managed Access

Want us to host AuthVital for you? Drop your email and we'll be in touch with simple, predictable pricing.