Four-Step Local Development Flow
SpinApp runs a setup wizard, configures MCP, and then starts containers with ready dev tooling. SpinApp runs a setup wizard, configures MCP, and then starts containers for a ready local environment.
Overview
SpinApp is a product flow that describes how you go from selecting a Laravel project to running it in a containerized environment with AI assistant support.
Step 1: Open/select a Laravel project
SpinApp selecting a Laravel project, including monolith or API with a Vue/React frontend in the same repo.
Step 2: Run the setup wizard
SpinApp a setup wizard where you choose:
- PHP version
- Database
- Redis
- Queue driver
- How to serve frontend assets
Step 3: Connect your AI assistant (MCP)
SpinApp one-click configuration for Cursor and Claude Desktop, with project rules included. SpinApp also supports connecting any MCP client.
Step 4: Start containers
SpinApp starting containers so:
- The database provisions.
- The app is accessible at
my-app.local. - Frontend commands are ready (e.g.,
npm run dev).