Skip to main content

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

  1. Push your code — from the CLI, dashboard, or GitHub
  2. Auto-detect — Makofy identifies your language, framework, and dependencies
  3. Build & deploy — a container image is built and deployed to your own namespace
  4. 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:

ResourceAmount
vCPU1
RAM1 GB
Storage20 GB
Custom domainsUnlimited
TLS certificatesAutomatic
DeploysUnlimited
Build minutesUnlimited

Supported languages

LanguageDetectionFrameworks
Node.jspackage.jsonNext.js, Vite, React, Express, Fastify, Svelte, Astro
Pythonrequirements.txt, pyproject.toml, PipfileDjango, FastAPI, Flask
Gogo.modAny
RubyGemfileRails, Sinatra
Staticindex.htmlAny HTML/CSS/JS
DockerDockerfileAnything
Monorepofrontend/ + backend/Auto-detected per directory