A Laravel Livewire 4 package for building admin panels for business applications. Multi-tenant, YAML-configured, and ready for production.
Create feature-rich data tables with minimal configuration. Define your columns and let noerd handle the rest.
title: Customers
component: customer-detail
columns:
- field: name
label: Name
width: 12
- field: email
label: Email
width: 12
- field: city
label: City
width: 10
Build comprehensive detail pages with tabs, related data, and form validation. Everything configured in YAML.
title: Customer Details
tabs:
- label: Master Data
- label: Invoices
component: invoices-list
- label: Orders
component: orders-list
fields:
- name: name
type: text
required: true
- name: email
type: text
noerd comes packed with features to help you build admin panels faster.
Complete data isolation out of the box. Each tenant has their own data, users, and settings.
Declarative lists, views, and forms. Define your UI in simple YAML files instead of writing code.
Reactive UI without writing JavaScript. Built on Laravel Livewire for a seamless developer experience.
Independent, reusable modules. Organize your application into self-contained packages.
Complete CRUD functionality in minutes. Define lists and detail views with sorting, filtering, and forms.
Built-in translation management. Support multiple languages with easy-to-use translation tools.
Build custom apps as optional modules. Assign them to specific user groups or tenants as needed.
Hierarchical menu system with icons, nested groups, and automatic translation support.
Relations, dynamic picklists, and setup collections. Define once in the backend, use everywhere.
Get notified about new features, updates, and releases. No spam, unsubscribe anytime.