Skip to content

v0.1.0 — first public release

Choose a tag to compare

@riccardoio riccardoio released this 09 Jun 20:30
· 39 commits to main since this release

🎉 First public release. AuthAI is now installable from npm and AuthAI Cloud is live.

What shipped

Six npm packages, all at 0.1.0:

Package Use
@authai-io/react React SDK — <SignIn>, <AuthAIProvider>, useAuthAI()
@authai-io/server Backend helper — authai.session()
@authai-io/relay Core relay (Hono)
@authai-io/relay-store-sqlite SQLite storage driver
@authai-io/relay-store-postgres Postgres storage driver
authai-cloud npx authai-cloud init one-command setup

Get started

Use AuthAI Cloud (zero setup):
```bash
npx authai-cloud init
```

Self-host the relay:
```bash
git clone https://github.com/authai-io/authai.git
cd authai && pnpm install
pnpm dev:relay
```

See the README for the full integration walk-through.

Supported providers

  • ChatGPT (via Codex CLI device-code flow)
  • Grok (via xAI device-code flow)
  • GitHub Copilot (via GitHub device-code flow)

AuthAI is not affiliated with OpenAI, GitHub, or xAI. These OAuth surfaces are unofficial — see the risk callout before shipping anything to production.

Full changelog

See CHANGELOG.md.