Super Stack: Laravel + Filament + NativePHP Starter Kit | Mohamed Said        [  ![Mohamed Said](https://cdn.msaied.com/01KT78WE565VEMM3PSNQAAB0MH.png)   Mohamed Said Laravel Backend Engineer  ](https://msaied.com) [ Home ](https://msaied.com) [ Projects ](https://msaied.com/projects) [ Articles  ](https://msaied.com/articles) [ Certificates ](https://msaied.com/certificates) [ Contact ](https://msaied.com#contact-section) 

       [  ](https://github.com/EG-Mohamed)       

 [ Home ](https://msaied.com) [ Projects ](https://msaied.com/projects) [ Articles ](https://msaied.com/articles) [ Certificates ](https://msaied.com/certificates) [ Contact ](https://msaied.com#contact-section) 

  [ home ](https://msaied.com)    [ articles ](https://msaied.com/articles)    Super Stack: Laravel Starter Kit With Filament and NativePHP        On this page       1. [  What Is Super Stack? ](#what-is-super-stack)
2. [  What's Included ](#whats-included)
3. [  Getting Started ](#getting-started)
4. [  Why It Matters ](#why-it-matters)
5. [  Key Takeaways ](#key-takeaways)

  ![Super Stack: Laravel Starter Kit With Filament and NativePHP](https://cdn.msaied.com/677/be7503e0bf76d4b67247cca0739e9b17.png)

 [  Laravel ](https://msaied.com/articles?category=laravel) [  Filament ](https://msaied.com/articles?category=filament)  #Laravel   #NativePHP   #Filament   #MCP   #Starter Kit   #Open Source  

 Super Stack: Laravel Starter Kit With Filament and NativePHP 
==============================================================

     15 Sep 2026      3 min read    ![Mohamed Said](https://cdn.msaied.com/01M22N44A70A5MC2S599JP0MPH.webp)  Mohamed Said  

       Table of contents

1. [  01   What Is Super Stack?  ](#what-is-super-stack)
2. [  02   What's Included  ](#whats-included)
3. [  03   Getting Started  ](#getting-started)
4. [  04   Why It Matters  ](#why-it-matters)
5. [  05   Key Takeaways  ](#key-takeaways)

 What Is Super Stack?
--------------------

The NativePHP team has released [Super Stack](https://github.com/NativePHP/superstack), an open-source Laravel starter kit that ships four layers in a single repository: a web app, a Filament 5 admin panel, a native mobile app powered by NativePHP, and a Laravel MCP server for AI agents.

The project started as a question on X. Povilas Korop asked whether developers would use a Laravel starter that combined a web app, Filament admin, NativePHP mobile, and an MCP server. Shane Rosenthal answered by building Super Stack, describing it as "Web + Mobile + Admin + API + Robots."

What's Included
---------------

Super Stack targets **Laravel 13** and requires **PHP 8.4** or later. Key pieces include:

- **SuperNative home screen** — uses NativePHP v4's SuperNative so a single Blade template renders as native UI on iOS and Android and as HTML in a browser.
- **Filament 5 admin panel** — available at `/admin`.
- **Laravel Sanctum** — for API token authentication.
- **Laravel MCP server** — mounted at `/mcp/superstack` with routes in `routes/ai.php`, allowing AI agents to connect to your app.

The admin panel and MCP server are excluded from the mobile build, keeping the native app lean.

> **Security note:** The MCP server ships with no authentication configured. The README explicitly states it is "fine for local exploration, not production-ready as-is." Add authentication before deploying to any public environment.

Getting Started
---------------

Bootstrap a new project with the Laravel installer, run migrations, install NativePHP, and launch the app:

```bash
laravel new my-app --using=nativephp/superstack
cd my-app
php artisan migrate
php artisan native:install both --no-interaction
php artisan native:run

```

Running on a physical device requires Xcode (iOS) or Android Studio (Android). Alternatively, **NativePHP Jump** lets you preview the app on your phone without either tool:

```bash
php artisan native:jump

```

Scan the QR code with the Jump companion app and the preview loads directly on your device.

To access the Filament admin panel, create an admin user:

```bash
php artisan make:filament-user

```

Why It Matters
--------------

Most Laravel starter kits address one concern — web, mobile, or admin — and leave you to wire the rest together yourself. Super Stack collapses that scaffolding into a single `laravel new` command. The MCP server addition is particularly forward-looking: it gives AI agents a structured endpoint to interact with your application from day one, without any extra setup.

Key Takeaways
-------------

- Single repository covers web, mobile (iOS + Android), admin, and AI agent integration.
- Requires Laravel 13 and PHP 8.4+.
- One Blade template drives both the native mobile UI and the browser view via NativePHP v4 SuperNative.
- The bundled MCP server is not production-ready without added authentication.
- NativePHP Jump removes the Xcode/Android Studio requirement for device previews.
- MIT licensed and available on GitHub.

---

*Source: [Laravel News — Super Stack: Laravel Starter Kit With Filament and NativePHP](https://laravel-news.com/nativephp-super-stack)*

 Found this useful?

          [  ](https://twitter.com/intent/tweet?url=https%3A%2F%2Fmsaied.com%2Farticles%2Fsuper-stack-laravel-starter-kit-with-filament-and-nativephp&text=Super+Stack%3A+Laravel+Starter+Kit+With+Filament+and+NativePHP) [  ](https://www.linkedin.com/sharing/share-offsite/?url=https%3A%2F%2Fmsaied.com%2Farticles%2Fsuper-stack-laravel-starter-kit-with-filament-and-nativephp) 

 Frequently Asked Questions 
----------------------------

  3 questions  

     Q01  What does Super Stack include out of the box?        Super Stack ships with a Laravel 13 web app, a Filament 5 admin panel at /admin, a NativePHP mobile app (iOS and Android) powered by SuperNative, Laravel Sanctum for API tokens, and a Laravel MCP server at /mcp/superstack for AI agent integration. 

      Q02  Is the MCP server in Super Stack safe to deploy to production?        No. The MCP server ships with no authentication configured. The README notes it is suitable for local exploration only. You must add authentication before exposing it in any production or public environment. 

      Q03  Do I need Xcode or Android Studio to test Super Stack on a device?        Not necessarily. NativePHP's Jump companion app lets you preview the mobile app on your phone by running `php artisan native:jump` and scanning the generated QR code, without installing Xcode or Android Studio. 

  Continue reading

 More Articles 
---------------

 [ View all    ](https://msaied.com/articles) 

 [ ![Inertia DevTools Now Available for Firefox](https://cdn.msaied.com/674/445325ab535802b1b68d3adc3ada5cd0.png) Inertia.js DevTools Firefox 

### Inertia DevTools Now Available for Firefox

Inertia DevTools has landed on Firefox with full feature parity to the Chrome extension. Firefox users can now...

  ![Mohamed Said](https://cdn.msaied.com/01M22N44A70A5MC2S599JP0MPH.webp)  Mohamed Said 

 17 Sep 2026     3 min read  

  Read    

 ](https://msaied.com/articles/inertia-devtools-now-available-for-firefox) [ ![Laravel Scalpel: Filesystem Intrusion Evidence Scanner for Laravel Apps](https://cdn.msaied.com/675/406b0f123858892b97052502c0020eac.png) security laravel php 

### Laravel Scalpel: Filesystem Intrusion Evidence Scanner for Laravel Apps

Laravel Scalpel is a post-compromise scanner that checks your deployed application's filesystem for rogue PHP...

  ![Mohamed Said](https://cdn.msaied.com/01M22N44A70A5MC2S599JP0MPH.webp)  Mohamed Said 

 17 Sep 2026     4 min read  

  Read    

 ](https://msaied.com/articles/laravel-scalpel-filesystem-intrusion-evidence-scanner-for-laravel-apps) [ ![Mercure Broadcasting in Laravel 13.32](https://cdn.msaied.com/672/f3bf9ae116410789061208a12ebf2682.png) Laravel Broadcasting Mercure 

### Mercure Broadcasting in Laravel 13.32

Laravel 13.32 ships a native Mercure broadcast driver using SSE, new copyToDisk() and moveToDisk() filesystem...

  ![Mohamed Said](https://cdn.msaied.com/01M22N44A70A5MC2S599JP0MPH.webp)  Mohamed Said 

 16 Sep 2026     3 min read  

  Read    

 ](https://msaied.com/articles/mercure-broadcasting-in-laravel-1332) 

   [  ![Mohamed Said](https://cdn.msaied.com/01KT78WE565VEMM3PSNQAAB0MH.png)   Mohamed Said Laravel Backend Engineer  ](https://msaied.com)Senior Backend Engineer specializing in Laravel, scalable SaaS platforms, APIs, and cloud infrastructure. I build secure, high-performance web applications that help businesses grow.

Explore

- [Home](https://msaied.com)
- [Projects](https://msaied.com/projects)
- [Articles](https://msaied.com/articles)
- [Certificates](https://msaied.com/certificates)
- [Contact](https://msaied.com#contact-section)

Connect

- [   hello@msaied.com ](mailto:hello@msaied.com)
- [   +20 109 461 9204 ](tel:+201094619204)

© 2026 Mohamed Said. All rights reserved.

 [  ](https://github.com/EG-Mohamed) [  ](https://www.linkedin.com/in/msaiedm/) [  ](https://wa.me/201094619204) [  ](mailto:hello@msaied.com) [  ](https://drive.google.com/file/u/0/d/1MF20IPRJyzfy32mhEutjL5EpSls0w2Q8/view)
