A Livewire 4 Package

Build Admin Panels for (big) Business Applications

A Laravel Livewire 4 package for building admin panels for business applications. Multi-tenant, YAML-configured, and ready for production.

noerd Dashboard
Data table example showing customer list

Powerful Data Tables

Create feature-rich data tables with minimal configuration. Define your columns and let noerd handle the rest.

  • Sortable, searchable columns out of the box
  • Define column widths and types declaratively
  • Built-in pagination and filtering
customers-list.yml
title: Customers
component: customer-detail

columns:
  - field: name
    label: Name
    width: 12
  - field: email
    label: Email
    width: 12
  - field: city
    label: City
    width: 10

Rich Detail Views

Build comprehensive detail pages with tabs, related data, and form validation. Everything configured in YAML.

  • Tabbed interfaces with related data
  • Form validation and field types built-in
  • Embed related lists and components
customer-detail.yml
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
Detail view example showing customer form with tabs

Everything You Need

noerd comes packed with features to help you build admin panels faster.

Multi-Tenancy

Complete data isolation out of the box. Each tenant has their own data, users, and settings.

YAML Configuration

Declarative lists, views, and forms. Define your UI in simple YAML files instead of writing code.

Livewire 4

Reactive UI without writing JavaScript. Built on Laravel Livewire for a seamless developer experience.

Optional Modular System

Independent, reusable modules. Organize your application into self-contained packages.

Lists & Detail Views

Complete CRUD functionality in minutes. Define lists and detail views with sorting, filtering, and forms.

Multi-Language

Built-in translation management. Support multiple languages with easy-to-use translation tools.

Modular Apps

Build custom apps as optional modules. Assign them to specific user groups or tenants as needed.

Flexible Navigation

Hierarchical menu system with icons, nested groups, and automatic translation support.

Smart Field Types

Relations, dynamic picklists, and setup collections. Define once in the backend, use everywhere.

Stay in the Loop

Get notified about new features, updates, and releases. No spam, unsubscribe anytime.