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

# Remixing Projects

> Fork a community template and make it your own

Remixing lets you take any community template and create your own editable copy. The original template stays unchanged  - your remix is a fully independent project.

## How to Remix

<Steps>
  <Step title="Find a template">
    Browse the [community templates](/community/templates) and find one you like.
  </Step>

  <Step title="Click Remix">
    On the template preview, click the **Remix** button. This creates a copy in
    your account.
  </Step>

  <Step title="Customize in the editor">
    Your remixed project opens in the editor. Use the AI chat to make it yours:

    * *"Change all the colors to match my brand (primary: #2563EB)"*
    * *"Replace the placeholder content with my company info"*
    * *"Restructure the pricing section to show 4 tiers instead of 3"*
  </Step>

  <Step title="Publish">
    When you're happy with the result, publish it to get a live URL.
  </Step>
</Steps>

## What Gets Remixed

When you remix a template, you get an exact copy of:

* All React components and their structure
* All styling (CSS, Tailwind classes)
* All assets (images, icons)
* The project configuration

## Remix Ideas

| Starting Template    | Your Remix                                 |
| -------------------- | ------------------------------------------ |
| Generic landing page | Your startup's marketing site              |
| Dashboard template   | Your product's admin panel                 |
| Portfolio template   | Your personal portfolio with your projects |
| E-commerce layout    | Your store with your products and branding |

<Tip>
  **Apply a style after remixing.** If the template's visual style doesn't match
  your brand, select a different UI style in the editor and ask the AI to restyle
  the entire page.
</Tip>
