For the complete documentation index, see llms.txt. This page is also available as Markdown.

Library

The Creator Library is the centralized space to create, store, and manage custom prompts and themes. This feature allows you to standardize commands and visual identities in advance, optimizing workflow and ensuring consistency across all your projects.

Before starting configurations, understand the two features available in the Library:

  • Themes: Visual identity standards (colors, typography, and styles) that structure the application's graphic interface.

  • Prompts: Pre-configured texts and instructions triggered in the chat via shortcuts (slash commands), avoiding repetitive typing of long instructions.

How to create a new theme in the library

You can create a custom theme in two ways: using AI-powered generation or through manual configuration.

Create theme with Artificial Intelligence

This option uses AI to read visual references and automatically generate style code.

  1. Select the Library menu on the left sidebar of the platform.

  2. Choose the Themes option.

  3. Click the + New Theme button.

  4. Fill in the required fields in the form:

    • Theme name: Enter the theme name.

    • Description (optional): Describe the theme's visual concept.

    • Reference source: Add visual references. Choose an option:

      • Upload images: Use reference images (moodboards, color palettes, or interfaces).

      • Website URL: Use a link from a website that will serve as visual inspiration.

      • Add the image or enter the URL in the respective field.

    • Keywords (optional): Add keywords defining the style (example: "modern", "dark", "minimalist").

    • Select Generation Mode:

      • Inspired: AI will create a theme freely inspired by the provided references, adapting colors and styles.

      • High Fidelity: AI will extract and replicate hexadecimal codes and visual patterns from the reference source with maximum fidelity.

    • Select AI Model.

  5. Click Generate theme prompt so the AI processes the information and creates the theme structure.

Create theme via Manual Configuration

Use this option if you already have the code or structured text for the theme.

  1. Select the Library menu on the left sidebar of the platform.

  2. Choose the Themes option.

  3. Click the + New Theme button.

  4. Select the Manual Configuration tab.

  5. Fill in the required fields in the form:

    • Theme name: Enter the theme name.

    • Description (optional): Describe the theme's visual concept.

    • Theme prompt: Paste or manually type the technical style instructions (such as CSS variables or design tokens).

  6. Click Save Theme to finish.

How to edit an existing theme in your library

  1. Access the Library menu and locate the desired theme in the list.

  2. Click the Edit icon (represented by a pencil) corresponding to the item.

  3. Make the necessary changes in the text fields.

  4. Click Save to confirm changes.

How to delete a theme in your library

  1. Access the Library menu and locate the theme you want to remove.

  2. Click the Delete icon (represented by a trash can) corresponding to the item.

  3. Confirm deletion in the alert message displayed on the screen to permanently remove the item.

How to create a new prompt in the library

Follow the steps below to add a custom command to your library:

  1. Select the Library menu on the left sidebar of the interface.

  2. Choose the Prompts option.

  3. Click the + New Prompt button.

  4. Fill in the required fields in the form:

    • Title: Enter an identification name for the prompt.

    • Description (optional): Briefly detail the purpose or function of this command.

    • Slash command (optional): Set a text shortcut starting with a forward slash (for example: /brandcolors). This will allow calling the prompt quickly in the chat.

    • Prompt: Type the full instruction or text to be sent to the AI.

  5. Click Save to register the prompt in your library.

How to edit an existing prompt in your library

  1. Access the Library menu and locate the desired prompt in the list.

  2. Click the Edit icon (represented by a pencil) corresponding to the item.

  3. Make the necessary changes in the text fields.

  4. Click Save to confirm changes.

How to delete a prompt in your library

  1. Access the Library menu and locate the prompt you want to remove.

  2. Click the Delete icon (represented by a trash can) corresponding to the item.

  3. Confirm deletion in the alert message displayed on the screen to permanently remove the item.

Last updated

Was this helpful?