Flexiwind is a Laravel-first UI component system built with Blade, Livewire, and Tailwind CSS v4. It focuses on semantic theming, reusable patterns, and practical integration into real app codebases.
- Blade + Livewire component workflows
- Tailwind CSS v4 token-driven styling
- Built-in theme architecture (colors, utilities, buttons)
- Accessible interaction patterns across core components
- Documentation playground for implementation guidance
- PHP
^8.2 - Laravel
^12 - Node.js + npm
composer install
npm install
cp .env.example .env
php artisan key:generate
php artisan migrate
composer devApp routes:
- Home:
/ - Docs:
/docs - Components:
/components
npm run buildCore documentation lives in:
resources/views/content/docsresources/views/content/components
Sidebar navigation metadata:
config/sidebar.php
Please read:
CONTRIBUTING.mdCODE_OF_CONDUCT.mdSECURITY.md
MIT - see LICENSE.
Support the project: Buy me a coffee
