= component('components/example/hero-section', [ 'title' => 'Stunning Apps', 'subtitle' => 'Experience the power of super bloated PHP development with our gigantic and truly unwieldy component-based framework. Seriously though this page only serves as an example repository of different styles and blocks.', 'cta_text' => 'Get Started Free(mium)', 'cta_link' => '#features' ]) ?> = component('components/example/features-grid') ?> = component('components/example/stats-section', [ 'stats' => [ ['number' => '10K+', 'label' => 'Happy Vibe Coders'], ['number' => '<1s', 'label' => 'Page Load Time'], ['number' => '99.9%', 'label' => 'Uptime'], ['number' => '24/7', 'label' => 'Support'] ] ]) ?> = component('components/example/brands-showcase') ?> = component('components/example/testimonials') ?> = component('components/example/pricing-table') ?>
Try our UNBELIEVABLE components in action
Compare the starter’s built-in theme families and jump to the live gallery.
= safe((string)first($themeInfo['description'] ?? false, 'Reusable starter theme family.')) ?>
Preview ThemeThe original light and dark starter skins remain available in the same gallery for side-by-side checks.
Open GalleryBasic data table with auto-generated columns, sorting, and filtering:
= component('components/data/table', [ 'items' => [ ['name' => 'John Doe', 'age' => 25, 'gender' => 'male', 'department' => 'Engineering', 'salary' => 75000, 'active' => true], ['name' => 'Jane Smith', 'age' => 30, 'gender' => 'female', 'department' => 'Design', 'salary' => 82000, 'active' => true], ['name' => 'Bob Johnson', 'age' => 35, 'gender' => 'male', 'department' => 'Marketing', 'salary' => 68000, 'active' => false], ['name' => 'Alice Brown', 'age' => 40, 'gender' => 'female', 'department' => 'Engineering', 'salary' => 95000, 'active' => true], ['name' => 'Dave Wilson', 'age' => 45, 'gender' => 'male', 'department' => 'Sales', 'salary' => 72000, 'active' => true], ['name' => 'Eve Davis', 'age' => 50, 'gender' => 'non-binary', 'department' => 'Management', 'salary' => 110000, 'active' => true], ['name' => 'Charlie Miller', 'age' => 28, 'gender' => 'male', 'department' => 'Engineering', 'salary' => 78000, 'active' => true], ['name' => 'Sarah Taylor', 'age' => 33, 'gender' => 'female', 'department' => 'Design', 'salary' => 85000, 'active' => false], ], 'height' => '350px' ]) ?>