Start from a clean Laravel project..
and/or refactor your Laravel project
One package — layout, auth, roles, companies included
Fortify, spatie/permission, Bootstrap 5 and Livewire 4 out of the box
Generate CRUD modules with a single command
Livewire components, views, migrations and routes — ready to customize
Quick start
Why Rapyd Admin
No framework inside the framework
Unlike Nova, Filament or Backpack, Rapyd Admin generates plain Laravel + Livewire code that lives in your app/Modules/. No DSL, no proprietary abstractions — just files you can read, edit, and understand.
Built for SaaS from day one
Auth, roles, multi-tenant companies (1–3 tiers), UUID keys and Socialite are bundled — not optional extras. One command sets up a production-ready starting point for a multi-tenant application.
Agent-friendly by design
Each module is a self-contained folder with standard Livewire components and Blade views. LLMs can read, modify and extend them without reverse-engineering a custom DSL. Designed for the way development is increasingly done.
What's included v1.1.0
- Layout: sidebar/navbar (SBAdmin 3), Bootstrap 5.3, customizable SCSS, anonymous Blade components.
- Auth: Fortify, Socialite, 2FA, roles & permissions (spatie/laravel-permission).
- Companies: multi-tenant hierarchy (1–3 tiers), optional UUID keys.
- Generators:
rpd:make Articles Article --module=Blogscaffolds table, view, edit and routes in one command.


