LaravelYannick Lyn Fatt1 min readintermediate
Super Stack: Laravel Starter Kit With Filament and NativePHP
Summary
Super Stack is an open‑source Laravel starter kit that bundles a web app, Filament admin panel, NativePHP mobile UI, and an MCP server. The repo targets Laravel 13, PHP 8.4+, and provides a one‑command install plus notes on unauthenticated MCP.
- Super Stack combines a Laravel web app, Filament admin, NativePHP mobile UI, and an MCP server in a single repository.
- It requires Laravel 13 and PHP 8.4+, using SuperNative to render Blade as native UI on iOS/Android.
- Installation is a single Laravel installer command, followed by migrations and `php artisan native:install both`.
- The MCP server ships without authentication; you must add auth before using it in production.
Laravel developers who want a ready‑made full‑stack starter for web, admin, mobile, and AI‑agent integration should consider Super Stack.
4/10



