context
context
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.
output language
output language
- en — names in english
- ru — names in russian (кириллица)
- auto — ai detects from text content
naming style
naming style
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”
word count
word count
set minimum and maximum words per name (e.g., 2–4). keeps names concise or allows more detail.
focus
focus
- 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”)
detail level
detail level
- short — minimal, concise names
- medium — clear descriptive names
- long — comprehensive names with full context
include parent context
include parent context
when enabled, the ai considers parent layer names to understand where the element lives. useful for nested auto-layouts.
custom rules
custom rules
your personal naming instructions. examples:
- “always add ‘btn-’ prefix to buttons”
- “don’t use the word ‘frame’”
- “use abbreviations for common terms”
| setting | description |
|---|---|
| provider | cerebras (default), openai, anthropic, google gemini, openrouter, or local (lm studio) |
| api key | your provider’s api key (not needed for local) |
| endpoint | only for local provider — default is http://127.0.0.1:1234/v1/chat/completions |
| model | the model to use (e.g., gpt-oss-120b, gpt-5.1, claude-sonnet-4-5, gemini-3-pro) |
| temperature | creativity level 0–2. lower = more consistent, higher = more creative. default 0.5 |
settings presets
settings presets
export — save your current settings to a json file for backup or sharing with teammates.import — load settings from a previously exported file.
localization
localization
switch the plugin interface between english (en) and russian (ru).