Bundles
Curated, role-based starter sets. Each bundle installs a hand-picked group of components and blocks (plus their dependencies) in a single command, so you can scaffold a new project without adding pieces one at a time.
Core
openThe essential primitives most projects need: form controls, layout, feedback, overlays, and a table.
php artisan ui:add bundles/core
CRUD Resource
openEverything an Eloquent resource screen needs: a data table, the form primitives (incl. dropzone), a delete-confirm dialog and feedback — index/create/edit/delete in one install.
php artisan ui:add bundles/crud-resource
Landing Page
openMarketing-site starter — the core primitives plus navbar, hero, pricing, FAQ, footer and contact blocks.
php artisan ui:add bundles/landing-page
SaaS App
openApplication-UI starter — the core primitives plus sidebar, data table, command palette, sheet, toast, charts and the settings/auth blocks.
php artisan ui:add bundles/saas-app
AI Elements
openA curated set of AI-app UI — chat, prompting, model controls and usage meters — composed from generic primitives.
php artisan ui:add bundles/ai-elements
Admin
openAdmin/dashboard starter — the core primitives plus data table, sidebar, kanban board, pagination, command palette, charts and an empty state.
php artisan ui:add bundles/admin
Starter Kit
openA thin new-app starting point that layers on Laravel Breeze: the core primitives plus an app shell, dashboard and settings page, an app navbar, and the auth screens (login, register, forgot/reset password). See the Starter Kit guide.
php artisan ui:add bundles/starter-kit
Admin Pro
proThe full admin suite — the open admin starter plus the Pro dashboard, analytics, user-management, team, billing, settings and notification blocks.
php artisan ui:add pro/bundles/admin-pro
Documents Pro
proThe full Pro Documents suite — upload, thumbnail, finder, schema builder, PDF/DOCX/Excel/CSV viewers and editors, e-signature, citations, splits, and the composed document workflows.
php artisan ui:add pro/bundles/documents-pro