PHPackages                             feature-ninja/react-starter-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. feature-ninja/react-starter-kit

ActiveProject[Framework](/categories/framework)

feature-ninja/react-starter-kit
===============================

Opinionated React starter kit based on the Official Laravel React starter kit

1.0.3(1y ago)09MITTypeScriptPHP ^8.2CI passing

Since Mar 20Pushed 1y ago2 watchersCompare

[ Source](https://github.com/feature-ninja/react-starter-kit)[ Packagist](https://packagist.org/packages/feature-ninja/react-starter-kit)[ RSS](/packages/feature-ninja-react-starter-kit/feed)WikiDiscussions main Synced 1mo ago

READMEChangelog (4)Dependencies (13)Versions (5)Used By (0)

Feature Ninja + React Starter Kit
=================================

[](#feature-ninja--react-starter-kit)

This starter kit is based on the official [Laravel React Starter Kit](https://github.com/laravel/react-starter-kit) that has been restructured in an opinionated way. It consists of marketing section and control panel, each with their own asset bundle. It also ships with a fully configured [PHPStan](https://github.com/phpstan/phpstan) setup thanks to [Larastan](https://github.com/larastan/larastan)!

Asset bundling
--------------

[](#asset-bundling)

In order to simplify handling multiple asset bundles you can use the `php artisan bundle ` command. You can use the `--clean-install` flag to ensure the NPM dependencies are reinstalled, and limit which bundles to build by using the `--only=` option.

```
# Start Vite development server for both sections
php artisan bundle dev

# Build asset for production
php artisan bundle build
```

Structure
---------

[](#structure)

Besides the multiple sections the code is also grouped by feature and placed next to each other. So instead of putting all the controllers in a `Controllers` directory and all the form requests in a `Requests` directory they are now grouped together. Additionally, all the tests have been placed inlined with their feature.

###  Health Score

30

—

LowBetter than 64% of packages

Maintenance46

Moderate activity, may be stable

Popularity4

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity53

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

Every ~1 days

Total

4

Last Release

421d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/a5dc56de17326e155210bbdbc689759955974cb97f9a91642169748e3b837584?d=identicon)[Rojtjo](/maintainers/Rojtjo)

---

Top Contributors

[![rojtjo](https://avatars.githubusercontent.com/u/1123887?v=4)](https://github.com/rojtjo "rojtjo (37 commits)")

---

Tags

frameworklaravelreactstarter-kitfeature-ninja

###  Code Quality

TestsPHPUnit

Static AnalysisPHPStan

Code StyleLaravel Pint

### Embed Badge

![Health badge](/badges/feature-ninja-react-starter-kit/health.svg)

```
[![Health](https://phpackages.com/badges/feature-ninja-react-starter-kit/health.svg)](https://phpackages.com/packages/feature-ninja-react-starter-kit)
```

###  Alternatives

[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.

3691.5k](/packages/codewithdennis-larament)

PHPackages © 2026

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