Try local auth in about a minute
Start a project-local Zitadel runtime, scaffold a Next.js auth flow, and prove registration and login in your browser before touching Cloud or a dashboard.
Run these in your app, then open /login.
How it works
From empty directory to browser proof
This preview is local-first. Cloud setup, claim, and production handoff are coming later.
Check your environment and start local Zitadel
Run npx @zitadel/cli@alpha doctor, then npx @zitadel/cli@alpha start. The runtime stays project-local in .zitadel/local, including metadata and data files.
Wire the app
Run npx @zitadel/cli@alpha setup --framework next --server local. Next.js is the golden path today, with React, Vue, Angular, and Nuxt adapters available as alpha setup paths.
Prove it in the browser
Start the app with npm run dev, open /login, register, log out, and log in again. Username/password and passkeys work in the local preview.
Create your account
Already have an account? Log in
What's included
What is actually in this preview
This alpha is intentionally narrow: a runnable local runtime, a Next.js-first setup flow, early framework adapters, and browser-verifiable authentication.
Local runtime
AlphaStart a project-local Zitadel runtime with no source checkout, dashboard setup, or Cloud account.
Next.js golden path
AlphaScaffold a fresh app or wire an existing one with setup --framework next --server local.
Alpha adapters
AlphaReact, Vue, Angular, and Nuxt adapters use the same local auth loop while the API hardens.
Password and passkey auth
AlphaRegister, log out, and log back in through the generated /login flow.
JSON CLI output
AlphaUse --non-interactive --json when setup needs to be parsed by scripts or agents.
Zitadel Cloud setup
Coming soonCloud connection and production handoff are coming after the local preview loop is solid.
Claim and handoff
Coming soonOwnership transfer from local development to a managed organization is future direction.
Schema and flow files
Coming soonFirst-class local authoring for user schema and flow configuration is not in this release yet.
Enterprise protocols
Coming soonOIDC hardening, SSO, SCIM, and governance paths will build on the same developer entrypoint.
Broader stacks
Coming soonMore backend and frontend frameworks come after the current alpha adapters.
Agent delegation
Coming soonDelegated flows for human, machine, and AI agent use cases are part of the longer direction.
Cloud handoff
coming nextLocal first now, managed path next.
The current preview does not connect to Zitadel Cloud and does not include a claim command. Join the waitlist if you want to test Cloud setup, ownership handoff, and production workflows as they land.
Preview
Does the local preview hold up?
We built this for the community to test. It is deliberately early: local runtime, Next.js setup, alpha adapters, passkeys, and username/password. Cloud integration, claim and handoff, enterprise protocols, schema and flow files, and broader stacks are coming next.