AI web & app builder. Describe what you want and Hanzo App generates the HTML, CSS, and JavaScript for it, live in the browser — then iterates with you through follow-up edits. Publish and share instantly.
Forked from OSW Studio (MIT).
Hanzo App is the builder surface of the Hanzo AI cloud (sibling to Hanzo Chat). It runs entirely on Hanzo Cloud as its backend:
- Generation streams from
api.hanzo.ai/v1— the Hanzo inference gateway. - Sign-in is Hanzo IAM (hanzo.id) via OIDC/PKCE; work is scoped per org.
- Storefront (the build → become-a-store flywheel) reads the org's catalog, cart, and checkout from Hanzo Commerce.
npm install
npm run dev # http://localhost:3000Copy .env.production.example to .env and fill in the Hanzo IAM and Commerce
values for your deployment.
Next.js · React 19 · TypeScript · @hanzo/ui. Provider-agnostic model picker;
Hanzo Cloud is the default backend.