Итоговая оценка ИИ-оптимизации
Сводный результат по всем сигналам аудита.
Итоговая оценка ИИ-оптимизации
Сводный результат по всем сигналам аудита.
Итоговая оценка ИИ-оптимизации
Starwind UI (starwind.dev) получил 72/100 по результатам автоматического технического аудита готовности к работе с ИИ. Файл llms.txt доступен, llms-full.txt доступен, ai.txt не найден. Анализ robots.txt показал: явно разрешено ИИ-ботов — 0, заблокировано — 0, объявлено sitemap — 1. Полнота разметки главной страницы — 0%; типы Schema.org не обнаружены, OpenGraph-тегов — 0. Результаты соответствуют публичным ответам сайта на момент проверки 2026-09-26T04:01:45.101Z.
Файл llms.txt доступен и содержит 3 753 токенов. Расширенный llms-full.txt также найден; его объём — 438 962 токенов, поэтому агент может получить более полный контекст без обхода всего сайта. Отдельный ai.txt не обнаружен; это не обязательная часть предлагаемого формата llms.txt, но такой файл может явно описать политику обучения, цитирования и автоматического доступа.
robots.txt доступен. Из 11 отслеживаемых ИИ-ботов 11 не заблокированы. Объявлено карт сайта: 1. На главной не обнаружена Schema.org-разметка. OpenGraph-тегов найдено 0, расчётная полнота публичной разметки — 0%. Без сущностей и связей ИИ сложнее однозначно определить организацию, продукт и канонические страницы.
Мобильный профиль Lighthouse дополняет аудит: производительность 88/100, доступность 85/100, технические практики 100/100, SEO 100/100 и экспериментальная готовность браузерных агентов 67/100. Эти данные входят в итоговую оценку ИИ-оптимизации с ограниченным весом: они дополняют, но не заменяют проверку llms.txt, robots.txt и машинной разметки.
Замер мобильной версии. Экспериментальная категория Google Agentic Browsing показана отдельно и не заменяет итоговую оценку ИИ-оптимизации от llmsmap.
Производительность
Доступность
Технические практики
Техническое SEO
Работа браузерных агентов
Производительность мобильной версии — 88/100; самый крупный видимый блок появился за 3.5 s, а суммарная блокировка основного потока составила 0 ms. Показатель смещения макета — 0. Основной поток выполняет JavaScript, рассчитывает расположение элементов и рисует страницу: пока он занят, интерфейс хуже реагирует и на действия человека, и на команды браузерного агента.
Доступность получила 85/100, технические практики — 100/100, SEO — 100/100. Экспериментальная категория Agentic Browsing получила 67/100. Она отражает сигналы, которые Google сейчас проверяет для программных агентов, и не заменяет итоговую оценку ИИ-оптимизации от llmsmap.
Разделите длинные JavaScript-задачи, отложите необязательные скрипты и критические стили, уменьшите цепочки блокирующих запросов. Это ускорит появление основного контента и позволит интерфейсу раньше принимать действия.
Удалите неиспользуемые CSS и JavaScript, загружайте тяжёлые виджеты по необходимости и ограничьте сторонние скрипты. Меньший объём кода снижает нагрузку на устройство и количество фоновой работы.
Уменьшите время ответа сервера, лишние редиректы и повторные загрузки; настройте сжатие, кеширование и ранние соединения только с действительно важными источниками.
Добавьте доступные названия кнопкам и ссылкам, связанные подписи полям, последовательные заголовки и семантические области. Такая структура одновременно помогает скринридерам и агентам понимать назначение действий.
Первый контент
Главный блок
Стабильность
Блокировка
Скорость экрана
Машиночитаемые файлы, правила краулинга, обнаружение страниц и разметка главной.
Файл ai.txt не найден
Найдено карт сайта: 1
Разметка Schema.org не найдена на главной
OpenGraph теги не найдены на главной
На основе анализа robots.txt
Объявленные маршруты для поисковых роботов и ИИ-агентов.
# Starwind UI > Starwind UI is a layered UI system with styled components, Primitive adapters, a framework-agnostic Runtime, and a raw HTML surface. ## Choose A Usage Surface - [Styled Components](https://starwind.dev/docs/components/): User-facing styled components with Starwind visual defaults, slots, variants, framework availability, and Behavior Foundation metadata. - [Primitive Adapters](https://starwind.dev/docs/primitives/): Framework-specific unstyled adapter packages that render Runtime primitive anatomy for Astro, React, and the Vue 3.5 public beta. - [Runtime](https://starwind.dev/docs/runtime/): Framework-agnostic behavior controllers, create* factories, lifecycle cleanup, and theme helpers. - [Raw HTML Surface](https://starwind.dev/docs/runtime/#raw-html): Direct DOM usage where authors provide data-sw-* markup and initialize behavior with initStarwind or create* factories. Styled component pages document their additional styled API first, including variants, wrapper props, defaults, and inheritance. They then link to the Primitive and Runtime API for behavior, state, events, form participation, and imperative setters. Behavior Foundation metadata explains the relationship between those layers. Check framework availability before recommending a component. Vue 3.5 is in public beta; install @starwind-ui/vue@beta and use starwind@latest. Its API can change during 0.x. Styled Image remains Astro-only. Component examples include Vue source tabs; current styled API tables cover Astro and React. ## CLI Essentials `starwind init` configures a project. `starwind migrate` moves a legacy Astro project to Runtime-backed styled components. Use `starwind add <name>`, `starwind update <name>`, `starwind docs <name>`, and `starwind search <query>` for styled components. Use `starwind primitives add <name>`, `starwind primitives update <name>`, `starwind primitives list`, and `starwind search --primitives` for vendored Primitive source. Runtime and framework adapter packages remain package-manager dependencies. ## Installable Styled Components - [Accordion](https://starwind.dev/docs/components/accordion/) ([Markdown](https://starwind.dev/docs/components/accordion.md)): Direct primitive; Astro available; React available; Vue beta; 4 documented styled exports. - [Alert](https://starwind.dev/docs/components/alert/) ([Markdown](https://starwind.dev/docs/components/alert.md)): Styled only; Astro available; React available; Vue beta; 3 documented styled exports. - [Alert Dialog](https://starwind.dev/docs/components/alert-dialog/) ([Markdown](https://starwind.dev/docs/components/alert-dialog.md)): Direct primitive; Astro available; React available; Vue beta; 9 documented styled exports. - [Aspect Ratio](https://starwind.dev/docs/components/aspect-ratio/) ([Markdown](https://starwind.dev/docs/components/aspect-ratio.md)): Styled only; Astro available; React available; Vue beta; 1 documented styled export. - [Avatar](https://starwind.dev/docs/components/avatar/) ([Markdown](https://starwind.dev/docs/components/avatar.md)): Direct primitive; Astro available; React available; Vue beta; 3 documented styled exports. - [Badge](https://starwind.dev/docs/components/badge/) ([Markdown](https://starwind.dev/docs/components/badge.md)): Styled only; Astro available; React available; Vue beta; 1 documented styled export. - [Breadcrumb](https://starwind.dev/docs/components/breadcrumb/) ([Markdown](https://starwind.dev/docs/components/breadcrumb.md)): Styled only; Astro available; React available; Vue beta; 7 documented styled exports. - [Button](https://starwind.dev/docs/components/button/) ([Markdown](https://starwind.dev/docs/components/button.md)): Mixed conditional; Astro available; React available; Vue beta; 1 documented styled export. - [Button Group](https://starwind.dev/docs/components/button-group/) ([Markdown](https://starwind.dev/docs/components/button-group.md)): Styled only; Astro available; React available; Vue beta; 3 documented styled exports. - [Card](https://starwind.dev/docs/components/card/) ([Markdown](https://starwind.dev/docs/components/card.md)): Styled only; Astro available; React available; Vue beta; 7 documented styled exports. - [Carousel](https://starwind.dev/docs/components/carousel/) ([Markdown](https://starwind.dev/docs/components/carousel.md)): Direct primitive; Astro available; React available; Vue beta; 5 documented styled exports. - [Checkbox](https://starwind.dev/docs/components/checkbox/) ([Markdown](https://starwind.dev/docs/components/checkbox.md)): Direct primitive; Astro available; React available; Vue beta; 1 documented styled export. - [Checkbox Group](https://starwind.dev/docs/components/checkbox-group/) ([Markdown](https://starwind.dev/docs/components/checkbox-group.md)): Direct primitive; Astro available; React available; Vue beta; 1 documented styled export. - [Collapsible](https://starwind.dev/docs/components/collapsible/) ([Markdown](https://starwind.dev/docs/components/collapsible.md)): Direct primitive; Astro available; React available; Vue beta; 3 documented styled exports. - [Color Picker](https://starwind.dev/docs/components/color-picker/) ([Markdown](https://starwind.dev/docs/components/color-picker.md)): Direct primitive; Astro available; React available; Vue beta; 12 documented styled exports. - [Combobox](https://starwind.dev/docs/components/combobox/) ([Markdown](https://starwind.dev/docs/components/combobox.md)): Direct primitive; Astro available; React available; Vue beta; 15 documented styled exports. - [Context Menu](https://starwind.dev/docs/components/context-menu/) ([Markdown](https://starwind.dev/docs/components/context-menu.md)): Direct primitive; Astro available; React available; Vue beta; 16 documented styled exports. - [Dialog](https://starwind.dev/docs/components/dialog/) ([Markdown](https://starwind.dev/docs/components/dialog.md)): Direct primitive; Astro available; React available; Vue beta; 8 documented styled exports. - [Dropdown](https://starwind.dev/docs/components/dropdown/) ([Markdown](https://starwind.dev/docs/components/dropdown.md)): Renamed primitive; Astro available; React available; Vue beta; 17 documented styled exports. - [Dropzone](https://starwind.dev/docs/components/dropzone/) ([Markdown](https://starwind.dev/docs/components/dropzone.md)): Direct primitive; Astro available; React available; Vue beta; 4 documented styled exports. - [Field](https://starwind.dev/docs/components/field/) ([Markdown](https://starwind.dev/docs/components/field.md)): Composite; Astro available; React available; Vue beta; 13 documented styled exports. - [Form](https://starwind.dev/docs/components/form/) ([Markdown](https://starwind.dev/docs/components/form.md)): Direct primitive; Astro available; React available; Vue beta; 2 documented styled exports. - [Hover Card](https://starwind.dev/docs/components/hover-card/) ([Markdown](https://starwind.dev/docs/components/hover-card.md)): Renamed primitive; Astro available; React available; Vue beta; 3 documented styled exports. - [Image](https://starwind.dev/docs/components/image/) ([Markdown](https://starwind.dev/docs/components/image.md)): Styled only; Astro available; React framework native; Vue unsupported; 1 documented styled export. - [Input](https://starwind.dev/docs/components/input/) ([Markdown](https://starwind.dev/docs/components/input.md)): Direct primitive; Astro available; React available; Vue beta; 1 documented styled export. - [Input Group](https://starwind.dev/docs/components/input-group/) ([Markdown](https://starwind.dev/docs/components/input-group.md)): Styled only; Astro available; React available; Vue beta; 6 documented styled exports. - [Input Otp](https://starwind.dev/docs/components/input-otp/) ([Markdown](https://starwind.dev/docs/components/input-otp.md)): Direct primitive; Astro available; React available; Vue beta; 4 documented styled exports. - [Item](https://starwind.dev/docs/components/item/) ([Markdown](https://starwind.dev/docs/components/item.md)): Styled only; Astro available; React available; Vue beta; 10 documented styled exports. - [Kbd](https://starwind.dev/docs/components/kbd/) ([Markdown](https://starwind.dev/docs/components/kbd.md)): Styled only; Astro available; React available; Vue beta; 2 documented styled exports. - [Label](https://starwind.dev/docs/components/label/) ([Markdown](https://starwind.dev/docs/components/label.md)): Styled only; Astro available; React available; Vue beta; 1 documented styled export. - [Native Select](https://starwind.dev/docs/components/native-select/) ([Markdown](https://starwind.dev/docs/components/native-select.md)): Styled only; Astro available; React available; Vue beta; 3 documented styled exports. - [Navigation Menu](https://starwind.dev/docs/components/navigation-menu/) ([Markdown](https://starwind.dev/docs/components/navigation-menu.md)): Direct primitive; Astro available; React available; Vue beta; 8 documented styled exports. - [Pagination](https://starwind.dev/docs/components/pagination/) ([Markdown](https://starwind.dev/docs/components/pagination.md)): Styled only; Astro available; React available; Vue beta; 7 documented styled exports. - [Popover](https://starwind.dev/docs/components/popover/) ([Markdown](https://starwind.dev/docs/components/popover.md)): Direct primitive; Astro available; React available; Vue beta; 6 documented styled exports. - [Progress](https://starwind.dev/docs/components/progress/) ([Markdown](https://starwind.dev/docs/components/progress.md)): Direct primitive; Astro available; React available; Vue beta; 1 documented styled export. - [Prose](https://starwind.dev/docs/components/prose/) ([Markdown](https://starwind.dev/docs/components/prose.md)): Styled only; Astro available; React available; Vue beta; 1 documented styled export. - [Radio Group](https://starwind.dev/docs/components/radio-group/) ([Markdown](https://starwind.dev/docs/components/radio-group.md)): Composite; Astro available; React available; Vue beta; 2 documented styled exports. - [Scroll Area](https://starwind.dev/docs/components/scroll-area/) ([Markdown](https://starwind.dev/docs/components/scroll-area.md)): Direct primitive; Astro available; React available; Vue beta; 6 documented styled exports. - [Select](https://starwind.dev/docs/components/select/) ([Markdown](https://starwind.dev/docs/components/select.md)): Direct primitive; Astro available; React available; Vue beta; 12 documented styled exports. - [Separator](https://starwind.dev/docs/components/separator/) ([Markdown](https://starwind.dev/docs/components/separator.md)): Styled only; Astro available; React available; Vue beta; 1 documented styled export. - [Sheet](https://starwind.dev/docs/components/sheet/) ([Markdown](https://starwind.dev/docs/components/sheet.md)): Renamed primitive; Astro available; React available; Vue beta; 8 documented styled exports. - [Sidebar](https://starwind.dev/docs/components/sidebar/) ([Markdown](https://starwind.dev/docs/components/sidebar.md)): Direct primitive; Astro available; React available; Vue beta; 23 documented styled exports. - [Skeleton](https://starwind.dev/docs/components/skeleton/) ([Markdown](https://starwind.dev/docs/components/skeleton.md)): Styled only; Astro available; React available; Vue beta; 1 documented styled export. - [Slider](https://starwind.dev/docs/components/slider/) ([Markdown](https://starwind.dev/docs/components/slider.md)): Direct primitive; Astro available; React available; Vue beta; 1 documented styled export. - [Spinner](https://starwind.dev/docs/components/spinner/) ([Markdown](https://starwind.dev/docs/components/spinner.md)): Styled only; Astro available; React available; Vue beta; 1 documented styled export. - [Switch](https://starwind.dev/docs/components/switch/) ([Markdown](https://starwind.dev/docs/components/switch.md)): Direct primitive; Astro available; React available; Vue beta; 1 documented styled export. - [Table](https://starwind.dev/docs/components/table/) ([Markdown](https://starwind.dev/docs/components/table.md)): Styled only; Astro available; React available; Vue beta; 8 documented styled exports. - [Tabs](https://starwind.dev/docs/components/tabs/) ([Markdown](https://starwind.dev/docs/components/tabs.md)): Direct primitive; Astro available; React available; Vue beta; 4 documented styled exports. - [Textarea](https://starwind.dev/docs/components/textarea/) ([Markdown](https://starwind.dev/docs/components/textarea.md)): Styled only; Astro available; React available; Vue beta; 1 documented styled export. - [Theme Toggle](https://starwind.dev/docs/components/theme-toggle/) ([Markdown](https://starwind.dev/docs/components/theme-toggle.md)): Styled only; Astro available; React available; Vue beta; 1 documented styled export. - [Toast](https://starwind.dev/docs/components/toast/) ([Markdown](https://starwind.dev/docs/components/toast.md)): Direct primitive; Astro available; React available; Vue beta; 8 documented styled exports. - [Toggle](https://starwind.dev/docs/components/toggle/) ([Markdown](https://starwind.dev/docs/components/toggle.md)): Direct primitive; Astro available; React available; Vue beta; 1 documented styled export. - [Toggle Group](https://starwind.dev/docs/components/toggle-group/) ([Markdown](https://starwind.dev/docs/components/toggle-group.md)): Composite; Astro available; React available; Vue beta; 2 documented styled exports. - [Tooltip](https://starwind.dev/docs/components/tooltip/) ([Markdown](https://starwind.dev/docs/components/tooltip.md)): Direct primitive; Astro available; React available; Vue beta; 3 documented styled exports. - [Video](https://starwind.dev/docs/components/video/) ([Markdown](https://starwind.dev/docs/components/video.md)): Styled only; Astro available; React available; Vue beta; 1 documented styled export. ## AI And Documentation Links - [Components](https://starwind.dev/docs/components/) - [Primitive adapters](https://starwind.dev/docs/primitives/) - [Runtime and raw HTML](https://starwind.dev/docs/runtime/) - [Theming](https://starwind.dev/docs/getting-started/theming/) - [Astro installation](https://starwind.dev/docs/frameworks/astro/) - [Vue beta usage](https://starwind.dev/docs/getting-started/installation/#vue-beta) - [Vite Vue installation](https://starwind.dev/docs/frameworks/vite-vue/) - [Nuxt installation](https://starwind.dev/docs/frameworks/nuxt/) - [Laravel Inertia Vue installation](https://starwind.dev/docs/frameworks/laravel-inertia-vue/) - [Quasar installation](https://starwind.dev/docs/frameworks/quasar/) - [Vite React installation](https://starwind.dev/docs/frameworks/vite-react/) - [Next.js installation](https://starwind.dev/docs/frameworks/nextjs/) - [TanStack Start installation](https://starwind.dev/docs/frameworks/tanstack-start/) - [React Router installation](https://starwind.dev/docs/frameworks/react-router/) - Per-page Markdown: append `.md` to a docs URL. - Structured manifest: [ai-manifest.json](https://starwind.dev/ai-manifest.json)