DocumentationTry Hanzo
Open source • Apache-2.0 • Self-hostable

Point it at
a repository.

Platform builds it, runs it, gives it a domain with a certificate, and shows you the logs. It is the deploy plane of the Open AI Cloud, and it runs on one VPS as happily as on a cluster you already own.

curl -sSL https://hanzo.ai/install.sh | sh
Install
# Any VPS, one command. It installs the
# platform and prints the console URL.
curl -sSL https://hanzo.ai/install.sh | sh

# Or skip the server entirely and use the
# managed one at app.hanzo.ai.

# Develop it locally — pnpm monorepo:
pnpm install
pnpm platform:setup
pnpm platform:dev
Platform-as-a-Service

The services an app needs anyway

Platform ships your code. These are the pieces it lands next to — each one a service you can deploy beside your app, or reach on Hanzo Cloud without deploying anything.

Additional Services

API GatewayRate limiting, caching, and request transformation
Cron JobsScheduled tasks with monitoring and retry logic
WebhooksEvent-driven integrations with external services
IAMFine-grained access control and policies
Edge ConfigGlobal configuration with instant propagation
VaultHardware-backed encryption and key management
hanzo platform
$ hanzo init my-app
✓ Created project configuration
✓ Initialized Auth, Database, Storage
✓ Generated TypeScript types
$ hanzo dev
Starting local development server...
Platform running at http://localhost:8000
$ hanzo serve cloud
Deploying to production...
Live at https://my-app.hanzo.app

"The wise engineer owns their tools, lest their tools own them."

Principle 14

Where it runs is your call

Same platform, same console, same API. What changes is whose machines it lands on.

Self-Hosted

One command on a VPS you already pay for. Everything the managed one does, on hardware you can walk up to.

  • Runs anywhere Docker runs
  • Scales out across a Swarm cluster
  • Or drives a Kubernetes cluster you own
View on GitHub

Hanzo Cloud

The same platform, run for you. Sign in and deploy — there is no server to stand up first.

  • Nothing to provision
  • Deploy on push, or only on a tag
  • Metered and billed per organization
Explore Cloud

Hybrid

Run the control plane on your own server and let it deploy out to remote servers and clusters you already have.

  • Servers stay where they are
  • One console over all of them
  • Per-app target: this host, Swarm, or Kubernetes
Contact Sales

Open source, all of it

Apache-2.0. Forked from Dokploy, and it says so in the NOTICE.

Apache-2.0

Use it commercially. Change it. The upstream attribution travels with it, because a fork that hides its parent is one you cannot audit.

It is your server

Builds, images, databases and backups sit on machines you chose, in a region you picked, under credentials you hold.

Read the part that surprised you

When a deploy does something you did not expect, the code that did it is right there, and so is the OpenAPI document the console itself calls.

Trusted by the best in business

Industry leaders across various sectors rely on Hanzo for their technological needs. Here's what they have to say.

Damon Motorcycles

"Hanzo has transformed our approach to electric motorcycle development. Their platform gives us the tools to innovate at a pace that would be impossible with traditional infrastructure."

JG

Jay Giraud

Founder & CEO at Damon Motorcycles

SKULLY

"Working with Hanzo has transformed our ability to create the highest successfully funded Indiegogo project in history. Their DX platform streamlines our development processes while maintaining the highest standards of quality and safety."

MW

Marcus Weller

CEO at SKULLY

Bellabeat

"As a company focused on women's health technology, we need partners who understand both tech and human needs. Hanzo has been instrumental in helping us scale our infrastructure while maintaining the personal touch our customers expect."

SM

Sandro Mur

Co-founder & CEO at Bellabeat

Karma

"Hanzo's platform transformed our growth strategy and catalyzed sales for our crowdfunding campaign. Their AI-driven insights helped us connect with our audience in ways we never thought possible, making our latest collection launch our most successful to date."

AW

Antje Worring

CEO at Karma Fashion

Triller

"With Trillerfest reaching over 169M people, Hanzo's platform has been essential to our success. Their scalable solutions have allowed us to deliver exceptional user experiences at a global scale."

VB

Vincent Butta

Board Member at Triller

Lifemed AI

"Hanzo's AI Cloud and DX Platform have been transformative for our healthcare AI initiatives. Their solution enables us to deploy sophisticated ML models with confidence while meeting strict compliance requirements."

MJ

Matthew Joynes

Co-founder at Lifemed AI

Open Source Revenue Sharing

Up to 5% of compute goes back to open source

Every deployment is SBOM-verified. Contributors to Dokploy earn a share of compute revenue — transparent, on-chain, and customizable by the community.

Open Source Compute Dividends

Up to 5% of compute goes back to OSS authors

Every Hanzo deployment tracks software dependencies via SBOM. When your code powers compute on Hanzo, the authors get paid — automatically.

USDHanzo NetworkETHSOLUSDCmore

Start building locally today

Join our community of developers building the future of AI applications with open source tools.

Get on GitHub

Need enterprise features? Check out Hanzo Cloud

Open source

License: Apache-2.0hanzoai

Get Platform

PaaS — deploy from git