Skip to main content
Mantı UI logoMantı UIv0.12.1
Studio

Working with AI

Manti UI publishes a machine-readable project guide at manti.design/llms.txt. It covers installation, public APIs, components, tokens, styling rules, accessibility, and verification. When an agent needs the prose rather than the map, the whole documentation corpus is served as one plain-text file at manti.design/llms-full.txt, so it can be read in a single fetch instead of by crawling 93 pages.

Give the following prompt to a coding agent. Replace the final task placeholder with what you want it to build.

Copy this prompt

Build the following React interface with Manti UI.

Before writing code, read https://manti.design/llms.txt and treat it as the
source of truth for Manti UI installation, components, public APIs, styling,
accessibility, and verification. Follow the relevant component documentation
linked from that file and verify real exported props and types instead of
inventing APIs.

After implementation, run the project's available validation commands and
summarize the changes and assumptions.

Task:
[Describe the interface or change you want the agent to implement.]

Keep the reference available

Agents work best when they can access the URL directly. If network access is blocked, download llms.txt and add it to the agent's context with your task.

Last updated

Built end-to-end with Manti UI components and design tokens. Manti UI is a framework-agnostic design system on Zag.js.

GitHub