PHPackages                             blatui/starter - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Templating &amp; Views](/categories/templating)
4. /
5. blatui/starter

ActiveProject[Templating &amp; Views](/categories/templating)

blatui/starter
==============

A Laravel starter kit pre-wired with BlatUI — shadcn/ui for the BLAT stack.

v1.0.0(yesterday)01↑2900%MITBladePHP ^8.3

Since Jun 8Pushed yesterdayCompare

[ Source](https://github.com/anousss007/blatui-starter)[ Packagist](https://packagist.org/packages/blatui/starter)[ RSS](/packages/blatui-starter/feed)WikiDiscussions main Synced yesterday

READMEChangelogDependencies (12)Versions (2)Used By (0)

BlatUI Starter
==============

[](#blatui-starter)

### A Laravel app pre-wired with [BlatUI](https://blatui.remix-it.com) — shadcn/ui for the BLAT stack.

[](#a-laravel-app-pre-wired-with-blatui--shadcnui-for-the-blat-stack)

---

Spin up a BlatUI-powered app in one command:

```
laravel new my-app --using=blatui/starter
```

What's inside
-------------

[](#whats-inside)

- **Laravel 13** · **Tailwind CSS v4** · **Alpine.js 3** · Vite.
- The full **BlatUI component set** copied into `resources/views/components/ui/`(57 families, 242 files) — you own every line.
- Foundations wired: `resources/css/app.css` → `@import './blatui.css'`, `resources/js/app.js` → `import './blatui.js'` (boots Alpine + the BlatUI engine: components, charts, calendar).
- Pre-built pages:
    - `/` — marketing landing (`resources/views/landing.blade.php`)
    - `/dashboard` — analytics dashboard with sidebar + charts
    - `/login`, `/register` — auth screens
- Theme tokens are CSS variables — recolor everything from the BlatUI [theme editor](https://blatui.remix-it.com/themes) and paste into `app.css`.

Run it
------

[](#run-it)

```
cp .env.example .env
php artisan key:generate
php artisan migrate
npm install && npm run build   # or: npm run dev
php artisan serve
```

Add more components
-------------------

[](#add-more-components)

```
php artisan blatui:add      # e.g. command, date-picker, sonner
php artisan blatui:list                # browse everything
```

Add real auth
-------------

[](#add-real-auth)

The auth screens are UI only. For working authentication, layer Laravel's auth on top and keep the BlatUI forms:

```
composer require laravel/breeze --dev
php artisan breeze:install blade
```

###  Health Score

41

—

FairBetter than 87% of packages

Maintenance100

Actively maintained with recent releases

Popularity2

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity48

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 100% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Unknown

Total

1

Last Release

1d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/4137453?v=4)[Anas B.](/maintainers/anousss007)[@anousss007](https://github.com/anousss007)

---

Top Contributors

[![anousss007](https://avatars.githubusercontent.com/u/4137453?v=4)](https://github.com/anousss007 "anousss007 (3 commits)")

---

Tags

laravelbladestarter-kitshadcntailwindcssalpinejsblatui

###  Code Quality

TestsPHPUnit

Code StyleLaravel Pint

### Embed Badge

![Health badge](/badges/blatui-starter/health.svg)

```
[![Health](https://phpackages.com/badges/blatui-starter/health.svg)](https://phpackages.com/packages/blatui-starter)
```

###  Alternatives

[unopim/unopim

UnoPim Laravel PIM

10.1k2.2k](/packages/unopim-unopim)[codewithdennis/larament

Larament is a time-saving starter kit to quickly launch Laravel 13.x projects. It includes FilamentPHP 5.x pre-installed and configured, along with additional tools and features to streamline your development workflow.

3861.7k](/packages/codewithdennis-larament)[developermithu/tallcraftui

TallCraftUI is a Laravel blade UI components library built on TALL stack

1652.9k](/packages/developermithu-tallcraftui)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
