Tailwind scaffolding for the Laravel framework.
4.1k
Stars
831
Forks
3
Open issues
30
Contributors
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...
Inferred from signals mentioned in the README (tests, CI, type safety) — not a review of the actual code.
AI's overall editorial judgment — not an average of the bars above, can weigh other factors too.
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.
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.
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.
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.
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.
Not documented in README excerpt provided.
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.
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
- 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.
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.
Newsletter
Get analyses like this every Monday
Free weekly digest of the most interesting open-source discoveries.
Languages
Information
- Website
- https://jetstream.laravel.com
- Language
- PHP
- License
- MIT
- Last updated
- 2w ago
- Created
- 71mo ago
- Analyzed with
- anthropic/claude-haiku-4-5
Stars over time
Contributors over time
Top 100 contributors only — repos with more will plateau at 100.
Top contributors
Recent releases
Similar repos
nasirkhan/laravel-starter
Laravel Starter is a modular, production-ready Laravel 13.x starter kit that...
filamentphp/filament
Filament is a Laravel-based UI framework for rapidly building admin panels and...
tailwindlabs/tailwindcss
Tailwind CSS is a utility-first CSS framework that enables developers to build...
| Repository | Stars | Week Δ | Language | Score | Updated |
|---|---|---|---|---|---|
|
|
4.1k | +1 | PHP | 7/10 | 2w ago |
|
|
1.4k | — | PHP | 7/10 | 1w ago |
|
|
31.4k | — | PHP | 8/10 | 2d ago |
|
|
2.7k | — | PHP | 7/10 | 2w ago |
|
|
95.8k | — | TypeScript | 9/10 | 16h ago |
|
|
2k | — | TypeScript | 6/10 | 5d ago |
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.
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.
The README explicitly redirects users here, indicating these are now Laravel's recommended path. Jetstream is now positioned as legacy/stable rather than current.
Jetstream provides more opinionated structure; Laravel's default template is minimal. Jetstream assumes Tailwind and team features are desired.
Community-built starter kit (1,393 stars). Similar niche to Jetstream but community-maintained rather than official. Jetstream benefits from Laravel team authority.