Constellation
Install pre-built modules and apps to add functionality to your project in minutes.
Laravel Starter Kit
Authentication & Pages
Home, Dashboard, and Settings pages with full authentication flow including login, registration, password reset, and email verification.
AI Knowledge Assistant
Retrieval-grounded (RAG)
A retrieval-grounded assistant that answers from your own content and cites its sources — every claim referenced, no hallucinations. Runs on your own AI keys and data.
Subscription Billing
Stripe / Cashier
Add paid plans to a product: a pricing page, Stripe Checkout and recurring revenue — running on your own Stripe account. Powered by Laravel Cashier.
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.
AI Chat
Public project
Multi-turn AI chat with persistent history, powered by the Laravel AI SDK. Conversations and messages live in your own database, and replies come from your own provider key - Anthropic, OpenAI, Gemini and more. Four JSON endpoints: send a message, list conversations, fetch history, delete.
Usage Metering & Quotas
Public project
Meter anything, enforce plan limits, bill the overage. Drop-in counters for API calls, seats, and events, with block/allow/bill quota gates and a live usage dashboard. Pairs with Billing and API Keys for a complete metered-SaaS loop.
Internationalization
Public project
Reach more customers with an app that speaks their language. Locale detection, a drop-in language switcher, database-backed translations and mail that arrives in each user's own language.
Background Jobs & Scheduled Tasks
Public project
Queues without infrastructure. Dispatch background jobs with payloads and delays, retry failures with backoff, and dead-letter the rest — plus recurring tasks on a cron-style interval. A live dashboard shows every job move through the pipeline, with one-click retry. No Redis, no workers, no Horizon: add a handler method, route it by name, done.
Semantic Search
Public project
Semantic search and cited Q&A over your own documents, powered by the Laravel AI SDK. Ingest text, embed it once, then search by meaning with cosine similarity — no vector database required. The ask endpoint answers questions with numbered citations back to your sources, using your own provider key.
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.
Real-time Notifications
Public project
A notification bell with live in-app updates over Laravel Reverb — unread badge, activity feed, read tracking and per-user preferences, running on the same token auth as Auth & Teams. Reference it into your project, adapt what you need, and export it as standard Laravel that's yours to keep.
Metrics Dashboard
Public project
Laravel Cloud-style observability for your app: define counters and gauges, post data points to a simple API, and get a live dashboard of stat cards and time-series charts — current, max and average per metric with selectable 24h/7d/30d windows.