Skip to main content

AUTH-FOCUSED APP GENERATOR

DoctorBeta

Authentication You Own

Open-source authentication you own. Pay only when you need implementation, review, or ongoing support.

Free core. No hosted lock-in. Support the maintainer

$ npx create-authenik8-app my-app

Ship features on day one

Skip the weeks of plumbing. Get a connected React/Vite app, Express API, shared Zod contracts, typed client, PostgreSQL, Redis, account screens, admin tools, and an owned Project module. It works before you write your first feature.

Hardened sessions, no security ticket

Purpose-bound access tokens with persisted P-256 keys, refresh tokens rotated through Redis, replay and concurrent reuse rejected. Logout works everywhere. Stolen tokens expire fast, sessions you revoke stay revoked.

Use exactly the auth you need

Start with JWT-only, add email/password, graduate to OAuth, or land the complete full-stack workspace. The wizard only asks for what each preset can really honor, so you skip setup overhead for options you never use.

Stay healthy after launch

Your architecture stays described in authenik8.json, projects get diagnosed, upgrades get previewed before they are applied, and the security boundary is enforced in CI, so regressions surface as pull requests, not incidents.