#llmsmap.me

Audit technique indépendant

starwind.dev

starwind.dev

Score global de préparation IA

Résultat combiné de tous les signaux de l’audit.

72sur 100Moyen
Audit de préparation IA: 26/09/2026Données techniques publiques

Évaluation globale de préparation IA

Niveau de préparation de starwind.dev pour les systèmes d’IA

72/100

Starwind UI (starwind.dev) a obtenu 72/100 lors de l’audit technique automatisé de préparation à l’IA. llms.txt était accessible, llms-full.txt avait un format valide et ai.txt était introuvable. L’analyse de robots.txt a trouvé 0 robots IA explicitement autorisés, 0 bloqués et 1 sitemap déclaré. La complétude du balisage de la page d’accueil atteint 0% ; aucun type Schema.org détecté. Balises OpenGraph détectées : 0. Les résultats correspondent aux réponses publiques observées le 2026-09-26T04:01:45.101Z.

Contexte de l’évaluation

L’audit combine les fichiers lisibles par les machines, les règles des robots, les sitemaps et le balisage de la page d’accueil. llms.txt est accessible et contient 3 753 jetons.

robots.txt est disponible ; robots IA bloqués : 0. Sitemaps déclarés : 1. Aucun type Schema.org détecté.

Profil Lighthouse mobile : performance 88/100, accessibilité 85/100, SEO 100/100.

Points forts confirmés

  • llms.txt est accessible
  • llms-full.txt est disponible
  • 1 sitemap(s) déclaré(s)
  • Les signaux OpenGraph et canoniques ont été vérifiés

Améliorations prioritaires

  1. 1Ajouter du JSON-LD pour l’organisation, le site et les entités principales.
Jetons llms.txt3 753
Jetons llms-full.txt438 962
ai.txt
sitemap.xml

Profil technique Google Lighthouse

Une mesure Lighthouse mobile. La catégorie expérimentale Agentic Browsing est présentée séparément et ne remplace pas le score global de LLMSMap.

Mobile · Lighthouse
88

Performance

85

Accessibilité

100

Bonnes pratiques

100

SEO technique

67

Agentic Browsing

Interprétation des résultats

La performance mobile est de 88/100 ; le plus grand contenu visible est apparu en 3.5 s et le thread principal a été bloqué pendant 0 ms. Le décalage de mise en page est de 0. Les tâches longues retardent les actions des utilisateurs et des agents de navigateur.

Accessibilité : 85/100, bonnes pratiques : 100/100, SEO technique : 100/100. La catégorie expérimentale Agentic Browsing atteint 67/100 et reste distincte du score global de LLMSMap.

1

Libérer le thread principal et accélérer le premier écran

Découpez les longues tâches JavaScript, différez les scripts et styles non critiques et réduisez les chaînes de requêtes bloquantes.

2

Réduire le code chargé inutilement

Supprimez le CSS et le JavaScript inutilisés, chargez les widgets lourds à la demande et limitez les scripts tiers.

3

Réduire la latence réseau

Améliorez la réponse du serveur, retirez les redirections inutiles et utilisez la compression et le cache.

4

Rendre les commandes explicites

Nommez clairement boutons, liens et champs et structurez les titres et régions sémantiques.

FCP2.5 s

Premier contenu

LCP3.5 s

Contenu principal

CLS0

Stabilité visuelle

TBT0 ms

Temps de blocage

SI2.5 s

Vitesse visuelle

Glossaire des métriques
FCP · Premier contenu
Moment où le premier texte ou la première image apparaît.
LCP · Contenu principal
Moment où le plus grand élément visible est affiché.
CLS · Stabilité visuelle
Déplacements inattendus pendant le chargement ; une valeur basse est préférable.
TBT · Temps de blocage
Durée pendant laquelle le thread principal ne pouvait pas répondre rapidement.
SI · Vitesse visuelle
Vitesse à laquelle la zone visible s’est remplie de contenu.
26/09/2026Lighthouse 13.5.0Profil mobile

Vérifications de préparation IA

Fichiers lisibles par les machines, règles des robots, découverte et balisage de la page d’accueil.

llms.txt

Fichier trouvé et accessible

https://starwind.dev/llms.txt
llms-full.txt

La version complète est disponible

https://starwind.dev/llms-full.txt
ai.txt

Le fichier ai.txt est introuvable

robots.txt

Fichier trouvé

https://starwind.dev/robots.txt
Sitemap dans robots.txt1

1 sitemap trouvé

Schema.org (JSON-LD)

Aucun balisage Schema.org trouvé sur la page d’accueil

OpenGraph

Aucune balise OpenGraph trouvée sur la page d’accueil

Accès des robots IA

D’après l’analyse de robots.txt

GPTBotNon mentionné
OAI-SearchBotNon mentionné
ChatGPT-UserNon mentionné
Google-ExtendedNon mentionné
ClaudeBotNon mentionné
Claude-SearchBotNon mentionné
Claude-UserNon mentionné
BytespiderNon mentionné
CCBotNon mentionné
PerplexityBotNon mentionné
Perplexity-UserNon mentionné

Sitemaps

Parcours de découverte déclarés pour les robots et les agents.

# 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)
Partager ou poursuivre l’analyse
Partager cet audit
Discuter avec une IA
Ajouté 26/09/2026
starwind.dev – audit de préparation IA | llmsmap.me/fr