Download+ New projectGet started
Documentation

Learn how
Hanzo works.

Start in the builder. Reach for the full docs, the API and the template gallery when you need them. Every link here goes somewhere real.

Quick start

From a sentence to a live app.

Three steps, no setup. This is the whole loop.

A sentence

Describe

Tell the builder what you want in plain words — “a job board with logins and a listings table.” There is no boilerplate to start from and no scaffolding to configure.

A working app

Generate

Hanzo writes the whole app and shows you a preview you can click. Ask for changes in the chat and watch them land in place.

A live URL

Publish

One click puts it on a *.hanzo.app address, with the database, sign-in and AI already running. Point a custom domain at it, or push it to GitHub, whenever you like.

API

Call any model through one API.

Every app you build can call Hanzo's own Enso models, the Zen family from Zoo Labs Foundation, and the ones from Anthropic, OpenAI, Google and Mistral, through the same endpoint. Change the model by changing one string.

Learn more about Hanzo AI
POSTapi.hanzo.ai/v1/chat/completions
enso
curl https://api.hanzo.ai/v1/chat/completions \ -H "Authorization: Bearer $HANZO_API_KEY" \ -H "Content-Type: application/json" \ -d '{ "model": "enso", "messages": [{ "role": "user", "content": "Explain the Fermi paradox." }] }'

Still stuck?

Check the FAQ for quick answers, or reach the team directly.