Skip to content

Introduction

Morpho is an AI app builder: describe what you want in chat, and Morpho generates a real, running application — not a mockup. You can keep iterating with the AI, edit the code and design directly, preview it live, and publish it to a public URL.

Creating your first project

  1. From the home page, type a description of what you want to build into the composer (the chat box).
  2. Pick an app type (see Choosing an App Type) — or leave it on Auto and let Morpho infer the right one from your prompt.
  3. Optionally attach a starter template, a skill, or a design system before you generate.
  4. Hit generate. Morpho streams the build in real time — you'll see files being written and a live preview appear as soon as it's ready.

From there you're in the main builder view (/projects/:id), where you can keep chatting to refine the app, edit it directly, and eventually publish it.

Starting from an existing project

Instead of generating from scratch, you can upload a .zip or a project folder and continue working on it in Morpho — the app type is auto-detected from the project's files. This is an Enterprise plan feature, reachable from the composer's attach ("+") menu. Files are filtered to text/code (1 MB per file, 20 MB / 800 files total).

What's next