v0.9.0 — 19 commands, 2 cloud providers

Deploy Coolify
in 4 minutes_

One command. Zero manual work. Your self-hosted PaaS platform running on any cloud VPS — saving you $180-240/year per project.

terminal
$ npx quicklify init
4 min deploy time
€3.49 /month
98%+ test coverage

// the problem

30 minutes of manual work
reduced to one command

before.sh

# Step 1: Create VPS manually ~5 min

# Step 2: SSH into server ~2 min

# Step 3: Install Docker ~10 min

# Step 4: Configure firewall ~5 min

# Step 5: Install Coolify ~10 min

Total: ~30 minutes + manual work

after.sh

$ npx quicklify init

VPS created (Hetzner/DigitalOcean)

Docker installed

Firewall configured

Coolify installed & running

Total: ~4 minutes + zero manual work

// features

Built for developers
who value their time

🎯

One Command Deploy

VPS provisioning + Coolify installation. One command, zero configuration files.

💰

Massive Cost Savings

$50-200/mo on Vercel/Netlify → from €3.49/mo on Hetzner. Save $180-240/year per project.

🔒

Security & Hardening

UFW firewall, SSH hardening, fail2ban, security audit scoring, and dry-run preview. Full server protection.

🌎

Multi-Cloud Support

Hetzner Cloud + DigitalOcean live. Vultr and Linode coming soon. One CLI for all.

📋

Server Lifecycle

List, status, SSH access, remote commands, update, restart, and destroy. Full control from your terminal.

🩺

Monitoring & Diagnostics

Log viewer, CPU/RAM/Disk monitoring, bulk health check, and environment doctor. Full observability.

🌐

Domain & SSL

Bind domains, DNS verification, and auto SSL via Let's Encrypt. From IP to HTTPS in one command.

💾

Backup & Transfer

Database backup, config export, restore with double confirmation, and server list import/export.

📄

Config & Templates

YAML config files, starter/production/dev templates, and saved defaults. Deploy your way, every time.

🤖

CI/CD Ready

Non-interactive mode with --provider, --token, --config flags. Automate your infrastructure pipeline.

💻

Beautiful CLI

Interactive prompts, input validation, colored output, and progress spinners. Developer joy.

ARM64 Ready

Native ARM64 support for cost-effective servers. Hetzner CAX series at unbeatable prices.

// domain & ssl

From IP to HTTPS
in one command

terminal

$ quicklify domain add my-server --domain example.com

DNS A record verified → 123.45.67.89

Domain bound to Coolify

SSL certificate issued (Let's Encrypt)

HTTPS redirect enabled

Your app is now live at https://example.com

🌐

DNS Verification

Automatic A record check before binding

🔒

Auto SSL

Let's Encrypt via Coolify, zero config

👁

Dry-Run

Preview with --dry-run flag first

// how it works

Three steps to
production

1

Get your API token

Visit your cloud provider console (Hetzner or DigitalOcean) and generate an API token with Read & Write permissions.

Provider Console → API Tokens

1. Hetzner: console.hetzner.cloud → Security → API Tokens

2. DigitalOcean: cloud.digitalocean.com → API → Tokens

3. Generate token with Read & Write

2

Run one command

Interactive prompts guide you through region, server size, and naming.

terminal

$ npx quicklify init

? Provider: Hetzner Cloud

? API Token: ********

? Region: nbg1

? Size: CAX11 - 2vCPU, 4GB

? Name: coolify-server

3

Access your Coolify dashboard

In about 3 minutes, your Coolify instance is live and ready.

deployment complete

✓ Deployment Successful!

IP: 123.45.67.89

UI: http://123.45.67.89:8000

Create your admin account and start deploying!

// cost comparison

Stop overpaying
for hosting

SolutionMonthly
Vercel (Pro)$50+
Netlify (Pro)$19+
Vercel (Hobby)$20+
Manual VPS + Coolify€3.49
Quicklify + Hetzner€3.49
Quicklify + DigitalOcean$12
$180-240 saved per project
every year

// open source

Built in the open
trusted by developers

MIT

Open Source License

98%+

Test Coverage

742

Automated Tests

2

Cloud Providers

// supported providers

Your cloud,
your choice

Available

Hetzner Cloud

ARM64 + x86

from €3.49/mo

Available

DigitalOcean

x86

from $12/mo

Planned

Vultr

x86

from $2.50/mo

Planned

Linode

x86

from $5/mo

// roadmap

What's next_

v0.1.0 Completed
Hetzner Cloud integration
Interactive CLI prompts
Automated Coolify installation
ARM64 server support
v0.2.x Completed
Dynamic server type filtering
Auto firewall configuration
Smart retry on unavailable types
Full type safety — zero any
ESLint + Prettier code quality
Codecov coverage integration
v0.3.x Completed
DigitalOcean provider support
Interactive provider selection
Step-based back navigation
Net pricing (excl. VAT)
Cloud-init reliability improvements
v0.4.x Completed
Server management (list, status, destroy)
Non-interactive mode for CI/CD
Coolify health check polling
Server record persistence
v0.5.0 Completed
Default configuration management
SSH access to servers
Coolify update via SSH
Server restart via provider API
v0.6.0 Completed
Server monitoring (CPU/RAM/Disk)
Log viewer with follow mode
Bulk health check for all servers
Environment diagnostics (doctor)
v0.7.x Completed
Firewall management (UFW)
Domain binding + auto SSL
SSH hardening + fail2ban
Auto SSH key generation & upload
v0.8.0 Completed
Database backup (pg_dump + gzip)
Restore with double confirmation
Server export/import (JSON)
Full setup flag (firewall + SSH)
v0.9.0 Current
YAML config file support
Template system (starter/prod/dev)
Config merge (CLI > YAML > template)
742 tests, 98%+ coverage
Future
Vultr support
Linode / AWS Lightsail support
Interactive TUI dashboard

// get started

Ready to deploy?

One command away from your self-hosted PaaS platform.

$ npx quicklify init