Appearance
The Composer
The composer is the chat box you use to talk to Morpho, both when starting a project and inside an existing one (/projects/:id).
Response mode — Auto / Ask / Plan / Build
A pill next to Send controls how your message is treated:
- Ask — Morpho answers questions about the code without changing anything.
- Plan — Morpho proposes a step-by-step build plan first, with a "Build this plan" button — no code is written yet.
- Build — Morpho actually writes/edits code.
- Auto — guesses Ask vs. Build based on whether your message reads like a question.
Model picker and credits
Click the model dropdown (Cpu icon) to choose which AI model handles your request. Models are grouped into Global (Morpho's own models) and, if you're in a workspace with a connected gateway, your Workspace's own models.
Hovering a model shows its description, the underlying provider ("Powered by…"), and an estimated credits cost for a generation — so you know roughly what a build will cost before you send it. Credits are Morpho's usage unit; your plan gives you a monthly allowance (see Plans & Credits). Workspace-provided models (bring-your-own-key) don't consume your Morpho credits at all, since the workspace's own key pays for them.
Skills and design system
The "+" attach menu lets you toggle Skills (task/quality/design-direction packs) and attach a design system so generations follow a consistent look — both apply to the next generation and persist for the project.
Slash commands and mentions
- Type
/to open quick actions (e.g./verify,/audit,/publish). - Type
@to autocomplete and reference a project file by path.
Attachments and Boost Prompt
You can attach images, text files, or a whole folder to a message for extra context. In Build mode, a wand-icon Boost/Improve Prompt button expands a terse request into a more detailed one before you send it.
Verify toggle
An on/off switch in the composer options turns on Verify — an automatic visual + code review pass after every build.