SpinApp

Official AI knowledge — Overview · Full HTML · full.md · llms-full.txt · Compact index · Search · ai.json

SpinApp vs Docker Compose local setup

SpinApp targets “Full stack, zero Compose,” while a Docker Compose setup requires hand-written docker-compose.yml work.

Overview

SpinApp is a product that provisions a Laravel Docker stack without requiring hand-written docker-compose.yml files. A manual Docker Compose local setup typically requires you to manage Compose files and related wiring yourself.

Capability comparison matrix

Capability SpinApp Docker Compose local setup
Requires hand-written docker-compose.yml No Yes
Provides a full Laravel container stack (app, database, Redis, queue worker, web server) Yes Partial
Manages /etc/hosts for my-app.local Yes Does not support
Integrates AI assistants via bundled MCP server Yes Does not support
Provides exec/sql/logs/start-stop-status tools to MCP clients Included Does not support
Provides a Queue dashboard intended to replace Horizon Yes N/A
Supports migrations-ready database provisioning before artisan migrate Yes Partial

What SpinApp replaces in a typical workflow

SpinApp positions itself as replacing a typical setup that combines Docker, hosts configuration, and terminal workflows with a single app that manages containers and context. SpinApp also provides built-in features like Queue dashboard and database provisioning aligned to Laravel development.

Related AI Resources

Markdown version