Stop wasting time fixing production issues you've already solved. Spin is a bash utility that improves the user-experience for teams using Docker. Replicate any environment on any machine, regardless if they are running MacOS, Windows, or Linux. Centralize your infrastructure from a single configuration file using Docker.
Spin is a wrapper script that dramatically improves the developer experience when working with Docker. Spin uses officially supported features and best practices from Docker.
Spin is flexible and able to be installed via:
bash -c "$(curl -fsSL https://raw.githubusercontent.com/serversideup/spin/main/tools/install.sh)"
Spin has spin new
to create a new project with Spin installed, as well as spin init
to add Spin to an existing project.
spin new laravel {{ your project name }}
We have a "Spin Pro Laravel Template" that includes more features for Laravel Pros:
Feature | Spin Basic Laravel Template | Spin Pro Laravel Template |
---|---|---|
Price | Free | $199/once (lifetime access) |
Automated Deployments with GitHub Actions | ❌ | ✅ |
Local Development SSL | ❌ | ✅ (Trusted) |
Tunnel Support | ❌ | ✅ |
SMTP Trapping | ❌ | ✅ (Mailpit) |
Vite over HTTPS | ❌ | ✅ |
Databases | SQLite | ✅ MariaDB, MySQL, PostgreSQL, SQLite |
Redis | ❌ | ✅ |
Laravel Horizon | ❌ | ✅ |
Laravel Reverb | ❌ | ✅ |
Laravel Queues | ❌ | ✅ |
Mailpit over HTTPS | ❌ | ✅ |
Node Package Manager | yarn |
yarn or npm |
Support | ✅ Discord, GitHub Discussions | ✅ Private Community Support |
If you're interested in the Pro version, you visit https://getspin.pro for more information.
Spin serves as a collection of open source technologies, put together in one simple experience.
As an open-source project, we strive for transparency and collaboration in our development process. We greatly appreciate any contributions members of our community can provide. Whether you're fixing bugs, proposing features, improving documentation, or spreading awareness - your involvement strengthens the project. Please review our contribution guidelines and code of conduct to understand how we work together respectfully.
Need help getting started? Join our Discord community and we'll help you out!
All of our software is free an open to the world. None of this can be brought to you without the financial backing of our sponsors.
We're Dan and Jay - a two person team with a passion for open source products. We created Server Side Up to help share what we learn.
If you appreciate this project, be sure to check out our other projects.