Makofy
Deploy anything for $1.99/service/month. No infrastructure to manage, no surprise bills.
Makofy is a Platform-as-a-Service that automatically detects your project type, builds a container image, and deploys it to a managed Kubernetes cluster. It supports Node.js, Python, Go, Ruby, static sites, monorepos, and Docker.
How it works
- Push your code — from the CLI, dashboard, or GitHub
- Auto-detect — Makofy identifies your language, framework, and dependencies
- Build & deploy — a container image is built and deployed to your own namespace
- Live — your app gets a URL, TLS, and logs immediately
Quick example
# Install the CLI
curl -fsSL https://makofy.com/install.sh | sh
# Log in
makofy login
# Deploy from any project directory
cd my-project
makofy deploy
Output:
✓ Detecting project... Node.js
✓ Packaging source... 2.4 MB
✓ Uploading... done
✓ Building image... done
✓ Deploying... done
✓ Live at https://my-app--my-slug.makofy.sh
47s
What's included
Every service gets:
| Resource | Amount |
|---|---|
| vCPU | 1 |
| RAM | 1 GB |
| Storage | 20 GB |
| Custom domains | Unlimited |
| TLS certificates | Automatic |
| Deploys | Unlimited |
| Build minutes | Unlimited |
Supported languages
| Language | Detection | Frameworks |
|---|---|---|
| Node.js | package.json | Next.js, Vite, React, Express, Fastify, Svelte, Astro |
| Python | requirements.txt, pyproject.toml, Pipfile | Django, FastAPI, Flask |
| Go | go.mod | Any |
| Ruby | Gemfile | Rails, Sinatra |
| Static | index.html | Any HTML/CSS/JS |
| Docker | Dockerfile | Anything |
| Monorepo | frontend/ + backend/ | Auto-detected per directory |