Modern Deployment. Terminal First.
Deploy with a sleek TUI. For developers who live in the terminal.
- Modern Terminal UI AND CLI commands
- Docker-based deployments
- Open source and self-hosted
- Built with Go
- First deployment platform with a proper Terminal UI (TUI first approach)
- Not just another web dashboard (but we'll have that too)
- Simple, fast, and dev-friendly
- Built with Go, not PHP or JS
# Install server on your VPS (Hetzner, DigitalOcean, etc.)
curl -fsSL https://deeploy.sh/install.sh | sh
# Install CLI/TUI client on your local machine
curl -fsSL deeploy.sh/install-cli | sh
# Start deeploy
deeploy
# Start the Terminal UI
deeploy
This is a pre-alpha release. The platform is under active development with upcoming features including:
- User Authentication
- Project Management
- Container Deployments
- Domain Management
- Templates
- And more!
- Server: Linux VPS (Hetzner, DigitalOcean, etc.) with Docker
- Client: Any machine for TUI client (macOS, Linux, Windows with WSL)
- Go
- Bubbletea (TUI)
- SQLite
- Templ + templUI (Web UI coming soon)
- Docker
We welcome contributions from the community! Whether it's adding new features, improving existing ones, or enhancing documentation, your input is valuable. Please check our contributing guidelines for more information on how to get involved.
Deeploy is open-source software licensed under the MIT license.
For support, questions, or discussions, please open an issue on our GitHub repository or visit our community (GitHub Discussions).
Built with ❤️ by the dev community, for the dev community.