Constellation
Reference production-ready modules straight into your project in minutes — or install a full copy to make it your own.
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.
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.
Lemon Squeezy Billing
Public project
Sell subscriptions with Lemon Squeezy as your merchant of record — they handle VAT and sales tax worldwide. Pricing page, hosted checkout, and HMAC-verified webhooks that keep subscription state in your own database.
Feedback Board
Public project
Canny-style feedback board with roadmap voting. Users post ideas, upvote once each (anonymous voters supported), and follow progress across Planned, In progress and Shipped columns. Status changes land on the shared audit trail via the Audit Log module's service.
Stock Control
Public project
Know what's on the shelf without a stocktake. Every delivery and every pour recorded, an always-current reorder list, and the value of your holding at a glance.
Gym Memberships
Public project
The membership system gyms rent for hundreds a month, yours to keep: membership types, payments that extend cover, front-door check-in that flags lapsed members and reactivates them the moment they pay, daily footfall counts, and a renewals-due feed ready for mail merge. No per-member fees, ever.
SMS Messaging
Public project
Send SMS through Twilio or Vonage with reusable {{placeholder}} templates, a full delivery log, and a safe test mode that's on by default. Same proven shape as the Transactional Email module — swap providers with one setting.
Stellify UI Kit
Public project
shadcn-vue components as referenceable Stellify units: button, badge, card, table, dialog, select, input, popover, calendar and a composed date-picker, built on reka-ui with cn/tailwind-merge. Reference the kit, drop the zinc/Inter theme tokens into your app setting, and compose screens instead of hand-writing them.
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.
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.
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.