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.
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.
Audit Log
Public project
A compliance-grade activity trail in one install: record who did what with actors, subjects and json payloads, filter the live feed by action or user, and prune by retention window. Every entry broadcasts for real-time feeds.
Transactional Email
Public project
Send real email from any project. One MailService with Resend, Postmark and Bento drivers, named templates with {{placeholder}} rendering, a full send log, and a test mode — on by default — that logs everything without sending a thing.
Campsite Bookings
Public project
The availability engine every campsite platform charges you monthly for: pitches, seasons, minimum stays, changeover days and overlap-free bookings. Built once, tested, and yours — no per-booking fees, ever.
Facility Bookings
Public project
Multi-site facility and resource booking for sports centres, meeting rooms and shared vehicles: slot bookings with clash detection and automatic pricing, class capacity, recurring weekly blocks with one-click term copy, and a front-desk diary with CSV import/export for Excel timetables. Audited via the shared Audit Log, confirmed through the shared Transactional Email pipeline.
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.
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.
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.
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.
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.
Invoicing & Debtors
Public project
Draft, issue and settle invoices with automatic references, 30-day terms, batch runs, cash/cheque/card payments, a live debtors list and per-customer statements. Composes with Facility Bookings: pull a customer's unpaid bookings straight onto a draft invoice.