Constellation
Install pre-built modules and apps to add functionality to your project in minutes.
Auth & Teams
Public project
Token auth, teams, roles and invitations for Laravel. Register, sign in, create teams, invite by link, manage member roles — built in Stellify, exports as standard Laravel + Vue.
Two-step Auth
Public project
Identifier-first sign-in: email first, then the password step reveals in place — no reload, enumeration-safe by design. Routes, controller, Vue 3 page and tests — built on the same AuthService as Auth & Teams, exports as standard Laravel + Vue.
API Keys & Webhooks
Public project
Issue scoped API keys on Laravel Sanctum with per-key rate limits, and fire HMAC-signed webhooks with automatic retries and a live delivery log over Reverb. Reference it into your project, adapt the scopes and events to your domain, and export it as standard Laravel that's yours to keep.
Social Login
Public project
Sign in with Google or GitHub. OAuth buttons, CSRF-safe callbacks and automatic account linking - on your own provider keys, with more providers added from settings, not code.
Magic Link Auth
Public project
Passwordless sign-in with one-time emailed links: tokens stored only as hashes, 15-minute single-use expiry, enumeration-safe requests, and delivery through your own email provider (Resend-compatible API). Users are created on first sign-in.