
I built Appaloft - Open-source deployment control plane for side projects
Hey r/SideProject,
I’ve been building Appaloft, an open-source deployment control plane for shipping small apps from local development to servers you own.
I started building it because my side projects kept ending up with random deploy scripts, server notes, recovery steps, and the classic “how did I deploy this last time?” problem.
Appaloft is meant to make deployment more repeatable. A project can start with one appaloft.yml file, then deploy static sites, local folders, Git repos, Docker images, or Compose apps through the same workflow.
The goal is that every deployment has a URL, logs, health checks, retries, redeploys, and rollback paths.
There is also an AI angle, but I’m trying to keep it practical: agents should operate through the same product boundary as humans, instead of being handed raw SSH, Docker, database, or provider access.
Current entry points include CLI, Web console, HTTP API, MCP tools, and an AI skill.
It’s still early, and I’m looking for feedback from people who actually ship side projects, demos, internal tools, or indie apps.
I’d love feedback on:
Is the positioning clear?
Would this fit your deployment workflow?
What would make you trust it enough to try it on a real project?
Website: https://www.appaloft.com
GitHub: https://github.com/appaloft/appaloft
Happy to answer questions or hear blunt feedback.