For a complete guide to working with Subframe code, see the developer docs.
- Inspect — Get code from your designs
- Installation — Install MCP servers or get setup with an existing codebase or Replit
- Prompts — Get prebuilt prompts after you install MCP server
Installation
Use the Installation tab for the following:- Setting up Subframe in your codebase
- Setting up Cursor or Claude Code MCP servers
- Setting up a new Replit project
Inspecting page code
- Open code mode by clicking Code in navbar
- Click on Inspect tab
- You should now see all the code for your page
Inspecting elements
- Click on Inspect tab
- Click on element you want to inspect
- Use dropdown to select what code format you want:
- React + Tailwind code
- CSS code
- Properties
Syncing components
- Click on Inspect tab
- Copy the
npx @subframe/clicommand for syncing all components in the page or your selection
Exporting using MCP server
- Click on Prompts tab
- Copy a prebuilt prompt, or copy the MCP link and ask your question directly

