Skip to main content
— prompt settings click the settings gear to access settings. all settings auto-save. control how the ai generates names:
describe your project or the selected frames. example: “e-commerce checkout flow” or “mobile banking app”. this helps the ai understand the purpose of your layers.
  • en — names in english
  • ru — names in russian (кириллица)
  • auto — ai detects from text content
choose the format for generated names:
  • title case — “User Profile Header”
  • camelcase — “userProfileHeader”
  • kebab-case — “user-profile-header”
  • snake_case — “user_profile_header”
  • flatcase — “userprofileheader”
set minimum and maximum words per name (e.g., 2–4). keeps names concise or allows more detail.
  • function — names based on what the element does (e.g., “submit button”)
  • content — names based on text inside (e.g., “start free trial label”)
  • context — names based on location in layout (e.g., “header container”)
  • short — minimal, concise names
  • medium — clear descriptive names
  • long — comprehensive names with full context
when enabled, the ai considers parent layer names to understand where the element lives. useful for nested auto-layouts.
your personal naming instructions. examples:
  • “always add ‘btn-’ prefix to buttons”
  • “don’t use the word ‘frame’”
  • “use abbreviations for common terms”
the ai follows these rules when generating names.
— api settings configure your ai provider connection:
settingdescription
providercerebras (default), openai, anthropic, google gemini, openrouter, or local (lm studio)
api keyyour provider’s api key (not needed for local)
endpointonly for local provider — default is http://127.0.0.1:1234/v1/chat/completions
modelthe model to use (e.g., gpt-oss-120b, gpt-5.1, claude-sonnet-4-5, gemini-3-pro)
temperaturecreativity level 0–2. lower = more consistent, higher = more creative. default 0.5
— other settings
export — save your current settings to a json file for backup or sharing with teammates.import — load settings from a previously exported file.
switch the plugin interface between english (en) and russian (ru).