Ship fast, scale safely.
Genesis Starter Kit is a headless-ready CMS built on Laravel 13, Filament 5, and Livewire 4. Dual-panel for admin and backoffice, pixel-perfect frontsite in the TALL stack.
Architecture
Modern stack, minimal technical debt
Designed for teams that need low TTM and agile governance without sacrificing performance.
Dual panel
Client app (/dashboard) + backoffice (subdomain) with Filament 5 + Shield RBAC.
Pure TALL stack
Frontsite with Livewire 4 + Tailwind 4 + Alpine. No classic controllers, no loose Blade logic.
Flexible routing
Env-driven: deploy in path or subdomain without code changes. UUID in admin, slug in frontsite.
Senior identity
id/uuid/slug per model. Zero enumerability in admin URLs, SEO-friendly frontsite.
Local DX
Docker + Sail + Traefik v2.11 + mkcert SSL. TLS proxy with forceScheme, no mixed content.
Performance first
OrderedUuid for B-tree indexes, strict types, mindful middleware, disciplined eager loading.
Ready to scale your CMS
Proven architecture. Clone it, configure your .env, and deploy.