Styles
A style is a semantic design reference extracted from a real web marketing or product page. Use styles for visual direction before choosing screen-level patterns. Search results include:uuid— style UUID used withrefero_get_styletitle— source name, such asDepotorWebflowurl— source website URLplatform— usuallydesktoppreview_url— preview image for the styledescription— rich summary of the visual language
northStar— short visual thesistheme— light, dark, or mixed directioncolors— named colors with roles and groupstypographyandtypeScale— font families, roles, sizes, line-height, trackingspacing— density, base unit, radius, gaps, paddinglayout— composition and section rhythmelevationandelevationPhilosophy— how depth is createdcomponents— component treatments and sometimes HTML examplesimagery— product screenshots, photography, illustration, graphics, or placeholder guidancedosanddonts— rules to preserve the style’s charactercustomSections— implementation notes, prompt guidance, or extra style-specific material
Styles are guidance, not templates. Preserve token roles and media roles instead of copying the source wholesale.
Screens
A screen is a single page or view from a real product. Screens are best for concrete UI decisions. Search results and detail results can include:uuid— screen UUID used withrefero_get_screen,refero_get_similar_screens, andrefero_get_screen_imageplatform—weboriosthumbnail_url— small screenshot previewpreview_url— larger preview URL, usually in detail resultspage_url— original page URL when availablerefero_url— link to the screen on Referosite— product metadata objectpage_types— page categories, such asDashboard,Settings, orPaywall & Subscriptionux_patterns— patterns used, such asBilling & Plans,Empty State, orDark Modeui_elements— visible UI elements, such asButton,Table,Modal, orSwitch & Togglefonts— detected or inferred fonts, often present in detail resultshex_colorsandcolors— dominant colors, when availablecontent.description— prose description of visual design and contentcontent.layout— layout structure, when availablecontent.functions— user actions and product behavior, when availableflows— related flow references if the screen belongs to a captured flow
site usually looks like:
Images
refero_get_screen returns text metadata. To inspect the actual screenshot, use refero_get_screen_image with the screen UUID.
Image sizes:
thumbnail— useful for quick visual inspectionfull— useful when typography, fine spacing, or small UI details matter
Similar screens
refero_get_similar_screens returns screens that are visually or functionally related to a screen UUID. Use it to expand from one strong reference into comparable examples.
The records use the same screen shape as search results: uuid, site, thumbnail_url, page_types, ux_patterns, ui_elements, content.description, and related fields.
Flows
A flow is a multi-step user journey, such as onboarding, checkout, cancellation, account deletion, or password reset. Flow search results include:id— numeric flow ID used withrefero_get_flowplatform—weboriosname— flow namescreens_count— number of captured stepsrefero_url— link to the flow on Referodescription— happy path, entry point, exit point, and assumptionsproblem— user goal and system responsibilitiessteps— compact list of step namessite— product metadata object
steps— array of detailed step objectsrelated_queries— suggested searches for adjacent research
Search vs detail
Search tools return compact records for scanning. Detail tools return deeper metadata and longer descriptions.| Layer | Search tool | Detail tool |
|---|---|---|
| Styles | refero_search_styles | refero_get_style |
| Screens | refero_search_screens | refero_get_screen |
| Flows | refero_search_flows | refero_get_flow |
- use
refero_get_screen_imagefor raw image content - use
refero_get_similar_screensfor comparable screens
Platform notes
- Screen and flow search use
platform: "web"orplatform: "ios". - Style search does not take a
platformparameter. Style records usually describe desktop web pages. - Screens use UUIDs. Flows use numeric IDs.
Next
Tools
Current tools, parameters, and examples.
Examples
Simple workflows showing how to combine styles, screens, and flows.