> ## Documentation Index
> Fetch the complete documentation index at: https://docs.superun.ai/llms.txt
> Use this file to discover all available pages before exploring further.

# Frame Redesign

Frame Redesign lets you take any existing Figma frame and instantly apply a new visual style with a short prompt.

Instead of rebuilding layouts from scratch, you keep your structure and only refresh the look — perfect for redesigns, theme explorations, and light/dark mode variations.

***

## Step-by-step: How Frame Redesign works

### 1. Open Prompt.to.design and navigate to Frame Redesign

<img src="https://mintcdn.com/uxarts/g1DoWCqE6cZqAOnJ/images/frame-redesign/1.gif?s=54745360ca03573d7ff7756f5952c9ff" alt="Opening Prompt.to.design and locating the Frame Redesign feature" width={900} data-path="images/frame-redesign/1.gif" />

Open the **Prompt.to.design** plugin in Figma, expand the **Features** menu, and select **Frame Redesign**.

***

### 2. Select a frame and describe your new style

<img src="https://mintcdn.com/uxarts/g1DoWCqE6cZqAOnJ/images/frame-redesign/2.gif?s=d1d91f55513c14d1ef7bd04ad7501548" alt="Selecting a frame and entering a Frame Redesign prompt" width={900} data-path="images/frame-redesign/2.gif" />

Select the frame you want to restyle on your Figma canvas, then write a short prompt describing the new visual direction you want — such as minimalist white, dark mode, or an iOS-style look.

When ready, click **Generate** to generate your new version.

Example prompts:

* `Convert this screen to a clean, minimalist white style.`
* `Turn this into a dark mode music app UI with neon accents.`
* `Restyle this frame to match an iOS 17 flat, pastel look.`

***

### 3. Generate, import, and compare the result

<img src="https://mintcdn.com/uxarts/g1DoWCqE6cZqAOnJ/images/frame-redesign/3.gif?s=4a39b4db0a217d77ef314c3df88b797e" alt="Generating the redesigned frame and comparing before and after in Figma" width={900} data-path="images/frame-redesign/3.gif" />

After the new style is generated, import it back into Figma with **Insert into Figma**.

Place it next to your original frame to compare the before-and-after results, and iterate as needed to explore additional style directions.

***

Frame Redesign keeps your layout intact while refreshing the entire visual language — making style experiments fast, controlled, and fun.

<div
  style={{
marginTop: '2rem',
display: 'flex',
justifyContent: 'center',
}}
>
  <a
    href="https://www.figma.com/community/plugin/1528325292196938261/prompt-to-design-by-superun-ai-10x-faster-with-ai-design-like-a-pro-prototype-instantly"
    style={{
  backgroundColor: '#0F172A',
  color: 'white',
  padding: '12px 28px',
  borderRadius: '8px',
  fontSize: '16px',
  fontWeight: '600',
  textDecoration: 'none',
  boxShadow: '0 4px 12px rgba(0,0,0,0.08)',
  transition: 'all 0.2s ease',
}}
    onMouseOver="this.style.backgroundColor='#1E293B'"
    onMouseOut="this.style.backgroundColor='#0F172A'"
  >
    Start Designing with Prompt.to.design
  </a>
</div>
