Accelerate your Laravel app development

Build Powerful Panels In Minutes

A Laravel package that helps you build data tables, forms, dashboards, and complete admin panels with minimal code. Powered by Inertia.js and React.

80%

Less boilerplate code

5x

Faster development

Zero

Configuration headaches

See It In Action

Simple, elegant code that does powerful things

<?php

use Hewcode\Hewcode\Lists;

#[Lists\Expose]
public function users(): Lists\Listing
{
    return Lists\Listing::make()
        ->visible(auth()->check())
        ->query(User::query())
        ->columns([
            Lists\Schema\TextColumn::make('name')
                ->sortable()
                ->searchable(),
            Lists\Schema\TextColumn::make('email')
                ->searchable(),
            Lists\Schema\TextColumn::make('created_at')
                ->datetime()
                ->sortable(),
        ])
        ->defaultSort('created_at', 'desc');
}
Hewcode Users Table

Everything you need to build faster

Stop writing boilerplate. Start building features.

Powerful Data Tables

Feature-rich listings with sorting, searching, filtering, pagination, bulk actions, and reordering out of the box.

Smart Forms

Build complex forms with validation, relationship selects, date pickers, and custom fields in minutes.

Action System

Add buttons and actions with confirmation dialogs, forms, and custom logic anywhere in your app.

Dashboard Widgets

Build beautiful dashboards with stats, charts, lists, and custom widgets with auto-refresh support.

Complete Panels

Full-featured admin panels with navigation, resources, authentication, and settings pages built-in.

Theme Override System

Override any framework component with your own React components for complete customization.

Tech Stack

Laravel 12

Laravel

Inertia.js 2

Inertia.js

React 19

React

shadcn/ui

Tailwind CSS

Tailwind CSS

Ready to Build Faster?

Start with Hewcode and ship your next panel in record time.

Read the Documentation