laravel

laravel/jetstream

PHP MIT Web Dev

Tailwind scaffolding for the Laravel framework.

4.1k stars
831 forks
recent
GitHub +1 / week

4.1k

Stars

831

Forks

3

Open issues

30

Contributors

v5.5.3 19 May 2026

AI Analysis

Laravel Jetstream is a Tailwind-based application scaffolding starter kit for Laravel 11.x and earlier versions, designed to accelerate project initialization with pre-built authentication and UI components. It serves developers building Laravel applications who want a pre-configured foundation with Tailwind CSS styling rather than starting from scratch. This project is best suited for Laravel developers familiar with the framework ecosystem; it is not a general-purpose UI component library a...

Web Dev Developer Tool Discovery value: 2/10
Documentation 6/10
Activity 8/10
Community 8/10
Code quality 5/10

Inferred from signals mentioned in the README (tests, CI, type safety) — not a review of the actual code.

Overall score 7/10

AI's overall editorial judgment — not an average of the bars above, can weigh other factors too.

laravel scaffolding tailwind-css authentication starter-kit
Actively maintained MIT licensed Popular Niche/specialized use case Beginner friendly Production ready
Deep Analysis · Based on README and public signals
1w ago

Laravel Jetstream: Official scaffolding kit for Laravel 11 and earlier, now superseded by newer starter offerings

Jetstream is an official Laravel starter kit that provides Tailwind CSS scaffolding, authentication, and basic application structure for Laravel 11 and prior versions. Built by the Laravel team in 2020, it served developers who wanted a pre-configured frontend foundation rather than building from scratch. The README now explicitly directs new users to Laravel's newer starter kits, indicating Jetstream has entered maintenance/legacy status while remaining stable for existing projects.

Origin

Released August 2020 as Laravel's official Tailwind-based scaffolding solution. It emerged during a period when Laravel was shifting frontend recommendations from Bootstrap to Tailwind CSS. The kit included team features, two-factor authentication, and API token management—positioning it as a more opinionated alternative to the lighter Laravel/UI package.

Growth

Jetstream gained approximately 4,055 stars over 6 years, reflecting steady adoption among Laravel developers seeking quick project setup. Growth has plateaued in recent years (0 stars in last 7 days as of June 2026), coinciding with Laravel's release of updated starter kits. The shift away from Jetstream appears intentional by maintainers rather than organic decline—signaling planned evolution of the Laravel ecosystem rather than project failure.

In production

Adoption not directly verified in available metadata. 4,055 stars and 831 forks suggest meaningful historical adoption within Laravel community. Presence as an official Laravel package likely ensures some production usage, but scale and current active deployment count are unknown. The existence of 831 forks indicates developers have created project-specific variants, a sign of prior practical use.

Code analysis
Architecture

Based on README, Jetstream provides two stack options: Livewire (server-side rendering) and Inertia (JavaScript-based). It appears to include pre-built components for authentication, team management, and user settings. Specific implementation patterns are not detailed in the README excerpt provided.

Tests

Not documented in README excerpt provided.

Maintenance

Last push 2026-06-28 (3 days before evaluation date) indicates active maintenance. The project is not stagnant—it receives regular updates. However, the README's explicit redirection to newer starter kits suggests this is managed-decline maintenance rather than feature development. Maintenance appears reactive (bug fixes, Laravel compatibility patches) rather than forward-looking.

Honest verdict

ADOPT IF: you are maintaining or extending an existing Jetstream-based project, or you are using Laravel 11 or earlier and explicitly prefer the Livewire/Inertia stack Jetstream offers—it remains actively maintained and compatible. AVOID IF: you are starting a new Laravel project today; the README directs new users to newer official starter kits, and Jetstream is in managed-decline status—adopting it now creates future migration debt. MONITOR IF: you depend on Jetstream and are planning upgrades beyond Laravel 11; watch Laravel's official communication for end-of-support timelines, as Jetstream is clearly not the forward path.

Independent dimensions

Mainstream potential

2/10

Technical importance

5/10

Adoption evidence

4/10

Risks
  • Planned obsolescence: README explicitly redirects new users elsewhere, signaling this is not the recommended path going forward.
  • Laravel version lock: Explicitly for 'Laravel 11.x and prior,' creating a hard ceiling. Compatibility with Laravel 12+ is uncertain and may never occur.
  • Dependency drift: As Laravel ecosystem evolves, Jetstream's pre-selected packages (Tailwind, Livewire/Inertia, etc.) may become misaligned with community standards or Laravel's own recommendations.
  • Limited feature evolution: Maintenance appears reactive, not proactive. New features or architectural improvements are unlikely.
  • Migration path unclear: Projects may face friction upgrading beyond Laravel 11 if Jetstream is not maintained forward, requiring manual refactoring.
Prediction

Jetstream will likely remain stable and bug-fixed through Laravel 11's support window, then enter true maintenance mode (security patches only) or be deprecated. It may serve as a reference implementation or be archived. Unlikely to receive new features or be forward-ported to future Laravel versions.

0 found this helpful

Newsletter

Get analyses like this every Monday

Free weekly digest of the most interesting open-source discoveries.

Languages

PHP
53.7%
Vue
27.6%
Blade
18.1%
JavaScript
0.7%
CSS
0%

Information

Language
PHP
License
MIT
Last updated
2w ago
Created
71mo ago
Analyzed with
anthropic/claude-haiku-4-5

Stars over time

Loading…

Contributors over time

Top 100 contributors only — repos with more will plateau at 100.

Loading…

Similar repos

nasirkhan

nasirkhan/laravel-starter

Laravel Starter is a modular, production-ready Laravel 13.x starter kit that...

1.4k PHP Web Dev
filamentphp

filamentphp/filament

Filament is a Laravel-based UI framework for rapidly building admin panels and...

31.4k PHP Web Dev
laravel

laravel/ui

Laravel UI provides official authentication scaffolding and frontend presets...

2.7k PHP Web Dev
tailwindlabs

tailwindlabs/tailwindcss

Tailwind CSS is a utility-first CSS framework that enables developers to build...

95.8k TypeScript Web Dev
unlight

unlight/tailwind-components

A curated collection of ready-to-use UI components built with Tailwind CSS,...

2k TypeScript Web Dev
vs. alternatives
Laravel/UI

Lighter, Bootstrap-based predecessor. Jetstream is more opinionated with team/auth features; UI is minimal scaffolding. UI has 2,722 stars (lower adoption than Jetstream) but may persist for simpler projects.

FilamentPHP

Admin panel and full-stack application builder (31,290 stars). Serves different use case—admin interfaces rather than general app scaffolding. Jetstream is simpler; Filament is heavier, more specialized.

Laravel starter kits (newer official offerings)

The README explicitly redirects users here, indicating these are now Laravel's recommended path. Jetstream is now positioned as legacy/stable rather than current.

Laravel/Laravel (default new-project template)

Jetstream provides more opinionated structure; Laravel's default template is minimal. Jetstream assumes Tailwind and team features are desired.

Nasirkhan/Laravel-Starter

Community-built starter kit (1,393 stars). Similar niche to Jetstream but community-maintained rather than official. Jetstream benefits from Laravel team authority.