Documentation Index
Fetch the complete documentation index at: https://magicpatterns.mintlify.dev/docs/llms.txt
Use this file to discover all available pages before exploring further.
Creating Interactive Designs
Magic Patterns supports multiple pages within one “design”, so the AI can show different views. If you want the view to exist as a separate page with its own URL path, such as/settings, you need to specify that route in your prompt. This tells the system to create a distinct page that reflects real routing behavior and can be accessed independently.
Pages in a design are defined by route paths. When your design is published, these paths become part of your live URL structure. For example, a settings page at /settings would be accessible at www.yourdomain.com/settings. This lets you simulate full application flows and structure your design around real navigation logic without needing to split across separate files.
Creating a New Page
To create a new page in your design, you simply need to describe it in your prompt. You should include the route path, what should be on the page, and how it should be accessed.Sample Routing Prompt
Screens Tab

How to use Screens
- Open your design in the editor.
- Click the Screens tab.
Commenting and Text Annotations on Screens
The Layers sidebar on the left lists every screen in your design and all of your layers. Screens can sit inside “Sections”, so related pages stay grouped on the canvas.
- Use the text tool in the bottom toolbar to add free-form notes on the canvas, such as handoff notes like “Ready for Dev.”
- Create sections from the toolbar or Layers sidebar, then drag screens into them to keep flows grouped.