PHPackages                             artisan-build/vibe-kit - 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. [Framework](/categories/framework)
4. /
5. artisan-build/vibe-kit

ActiveProject[Framework](/categories/framework)

artisan-build/vibe-kit
======================

Our TALL Stack starter kit optimized for AI

18[1 PRs](https://github.com/artisan-build/vibe-kit/pulls)PHPCI failing

Since Jul 1Pushed 6mo agoCompare

[ Source](https://github.com/artisan-build/vibe-kit)[ Packagist](https://packagist.org/packages/artisan-build/vibe-kit)[ RSS](/packages/artisan-build-vibe-kit/feed)WikiDiscussions main Synced 1mo ago

READMEChangelogDependenciesVersions (6)Used By (0)

Vibe Kit by Artisan Build
=========================

[](#vibe-kit-by-artisan-build)

> **⚠️ WARNING: This starter kit is still in active development and is not ready for production use. Please do not use this in production environments. We will announce when it is ready and has been added to Packagist.**

### An AI-Optimzied TALL Stack Starter Kit

[](#an-ai-optimzied-tall-stack-starter-kit)

This is the starter kit that we use for all of our TALL stack projects. It is highly opinionated and comes with tooling designed to offload the "boring stuff" about building a Laravel APP to AI agents.

It started life as Laravel's first-party Livewire (class-based) starter kit and has been modified and optimized to meet our needs.

**Important Note -** This starter kit includes components from [Flux Pro](https://fluxui.dev/pricing) and flux-pro is required in the composer.json. We **strongly recommend** that you purhcase a Flux Pro license because the quality and value are unmatched. If not, you can feel free to fork this starter kit and remove the Flux Pro dependencies. We are fully bought into Flux, so we will not be maintaining a version that does not rely on it.

**Important Note -** Some of the bundled LLM instructions assume that you are using [Herd Pro](https://herd.laravel.com/) as your local development environment. If you are not, then you'll need to modify some of the instructions to load things like code coverage in a different way.

Installation
------------

[](#installation)

### Via Laravel Herd

[](#via-laravel-herd)

One-click install a new application using this starter kit through [Laravel Herd](https://herd.laravel.com):

[![Install with Herd](https://camo.githubusercontent.com/c62cb221d136c92117fbfd4398c9f0f038d7bc205d84db3ce1b19d46b5045009/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f496e7374616c6c25323077697468253230486572642d6666663f6c6f676f3d6c61726176656c266c6f676f436f6c6f723d663533303033)](https://herd.laravel.com/new?starter-kit=artisan-build/vibe-kit)

### Via the Laravel Installer

[](#via-the-laravel-installer)

Create a new Laravel application using this starter kit through the official [Laravel Installer](https://laravel.com/docs/12.x/installation#installing-php):

```
laravel new my-app --using=artisan-build/vibe-kit
```

What Is Included
----------------

[](#what-is-included)

### Opinionated Architecture

[](#opinionated-architecture)

**Decoupled Authentication and Authorization -** The `User` model is only used to authenticate the user. Each user has one or more `Account` records, and we use the `Account` for authorization.

**FluxUI and Filament 4 Bundled -** We use FluxUI for anything user-facing and Filament for anything internal.

### Opinionated Workflow

[](#opinionated-workflow)

**GitHub Actions CI/CD -** We use [Forge](https://forge.laravel.com) for most of our projects and [Vapor](https://vapor.laravel.com) for a handful of things. [Cloud](https://cloud.laravel.com) isn't a great fit for most of what we do at this point. So we have CI/CD GitHub Actions for both Forge and Vapor built into this starter kit.

**Conventient Tooling -** Run `composer ready` at the end of every task to make sure that your code is correctly formatted, PHPStan is passing, Rector has done its work, and all your tests are passing. If `composer ready runs without errors, then your CI pipeline should pass as well.

**Automated Cleanup and Refactoring -** This starter kit comes with Pint configured with the Laravel presets (this will likely evolve to include a few of our own personal preferences) and Rector with a handful of rules.

**Strict Coding Standards -** This starter kit comes with PHPStan configured to run at level 6. We've found that this is the optimal level for new projects because it gives us really good type safety without getting us bogged down in fighting the tooling. It's also the level at which we've found LLMs can easily resolve their own errors.

**Test-Driven Development -** The LLM Instructions bundled with this starter kit emphasize testing and desccribe a TDD approach. While the agents may not always conform to that approach, we've found that in general, the code that is created by agents using our instructions is well tested.

### AI Agent Instructions

[](#ai-agent-instructions)

### Configurable Layouts

[](#configurable-layouts)

We built on Tony's original design for configurable layouts by adding more layouts and turning it into a configuration value.

License
-------

[](#license)

The Laravel Blade Starter Kit is open-sourced software licensed under the MIT license.

###  Health Score

21

—

LowBetter than 19% of packages

Maintenance48

Moderate activity, may be stable

Popularity7

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity20

Early-stage or recently created project

 Bus Factor1

Top contributor holds 97% 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.

### Community

Maintainers

![](https://www.gravatar.com/avatar/55eed7400c452edf7e7adfa4f1c6676b65b5ce1867fff6bddcb80b1bb45360af?d=identicon)[edgrosvenor](/maintainers/edgrosvenor)

---

Top Contributors

[![edgrosvenor](https://avatars.githubusercontent.com/u/1053395?v=4)](https://github.com/edgrosvenor "edgrosvenor (32 commits)")[![cursoragent](https://avatars.githubusercontent.com/u/199161495?v=4)](https://github.com/cursoragent "cursoragent (1 commits)")

### Embed Badge

![Health badge](/badges/artisan-build-vibe-kit/health.svg)

```
[![Health](https://phpackages.com/badges/artisan-build-vibe-kit/health.svg)](https://phpackages.com/packages/artisan-build-vibe-kit)
```

###  Alternatives

[laravel/telescope

An elegant debug assistant for the Laravel framework.

5.2k67.8M190](/packages/laravel-telescope)[spiral/roadrunner

RoadRunner: High-performance PHP application server and process manager written in Go and powered with plugins

8.4k12.2M84](/packages/spiral-roadrunner)[nolimits4web/swiper

Most modern mobile touch slider and framework with hardware accelerated transitions

41.8k177.2k1](/packages/nolimits4web-swiper)[laravel/dusk

Laravel Dusk provides simple end-to-end testing and browser automation.

1.9k36.7M255](/packages/laravel-dusk)[laravel/prompts

Add beautiful and user-friendly forms to your command-line applications.

708181.8M591](/packages/laravel-prompts)[cakephp/chronos

A simple API extension for DateTime.

1.4k47.7M121](/packages/cakephp-chronos)

PHPackages © 2026

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