proomt

Search

Search posts, papers, and topics

All posts

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

Related reading

  1. Laravel MCP 1.0 Is Released

    Laravel MCP 1.0 ships with the 2026-07-28 protocol, adding searchable tool catalogs, cache hints, stateless request handling, and PKCE‑required OAuth with client‑metadata support. The release includes migration guidance and new headers for versioned RPC calls.

    Laravellaravel-news.com3 minrelease
  2. Laravel Scalpel Scans for Filesystem Intrusion Evidence

    Laravel Scalpel is a Laravel‑native scanner that looks for post‑deployment filesystem tampering – rogue PHP files, obfuscated backdoors, altered .htaccess/.user.ini, missing or mis‑configured .env, and diffs against a signed baseline. It ships with six built‑in scanners, baseline snapshot commands, fast vs strict hashing modes, CI‑friendly output (JSON, SARIF, GitHub annotations) and a ScanFinish…

    Laravellaravel-news.com5 min
  3. Squalk: an old-school forum engine built on Nostr (NIP-29 groups, NIP-7D threads)

    Squalk is a SvelteKit‑based forum built on the Nostr protocol, implementing NIP‑29 groups and NIP‑7D threads. It can run in a single‑forum “simple” mode or a multi‑forum “full” mode, with chat sidebars, markdown resources, and optional server‑side rendering for SEO. Configuration is done entirely via `PUBLIC_` environment variables, and deployment scripts support both static hosting and Node SSR,…

    Lobstersgithub.com5 minlobste.rs12
  4. Rails Hyperdrive: supercharged agentic development for Rails

    Rails Hyperdrive is a development‑only Rails engine that mounts a Model Context Protocol (MCP) server and lets any gem ship agent knowledge (skills, agents, commands, guidelines) as markdown files. The engine adds no knowledge itself; companion gems provide the context‑aware artifacts that agents can query at runtime, avoiding token‑heavy guessing and stale schema reads. Installation is a single…

    Evil Martiansevilmartians.com22 min