Skip to main content
Turn your Superdesign UI into a fully functional Shopify theme using AI-powered code conversion.

Prerequisites

  • Cursor IDE or VS Code with AI assistant
  • Shopify Dev MCP installed in your IDE
  • A Superdesign project with your theme designs
1

Install Shopify Dev MCP

Install the Shopify Dev MCP server in your IDE to enable Liquid validation and Shopify-specific code assistance.For Cursor, add this to your MCP settings (.cursor/mcp.json):
Restart your IDE after adding the MCP configuration.
2

Export HTML from Superdesign

  1. Open your Superdesign project
  2. Select all the frames you want to include in your theme (homepage, product page, collection page, cart, etc.)
  3. Click Export Code and download the HTML files
Name your frames descriptively (e.g., index, product, collection, cart) - these will map to Shopify templates.
3

Convert to Shopify Theme

Open your IDE in the folder containing your exported HTML files, then use this prompt:
The AI will:
  • Create the standard Shopify theme folder structure (assets/, config/, layout/, locales/, sections/, snippets/, templates/)
  • Convert your HTML into Liquid templates with proper Shopify objects
  • Add customizable section settings for the theme editor
  • Validate the theme using the Shopify Dev MCP
4

Deploy to Shopify

Once conversion is complete, you have two options:Option A: Connect via Shopify CLI
Option B: Upload as ZIP
  1. Zip your theme folder
  2. Go to your Shopify Admin → Online Store → Themes
  3. Click Add themeUpload zip file

Example Frame-to-Template Mapping

For best results, design each page type as a separate frame in Superdesign. This makes the conversion process cleaner and results in better-organized Liquid code.