#llmsmap.me

Independent technical audit

vite.dev

vite.dev

Overall AI readiness score

A combined result across all audit signals.

71of 100Average
AI readiness audit: 7/21/2026Public technical data

Overall AI readiness assessment

How ready vite.dev is for AI systems

71/100

Vite was independently audited by llmsmap. vite.dev currently scores 71/100 for AI readiness. The result combines AI-specific files, crawler policy, sitemap discovery, structured homepage data, and—when available—the mobile Google Lighthouse technical profile.

Audit context

llms.txt is accessible and contains 878 tokens. No accessible llms-full.txt was detected, so deeper context still has to be assembled from regular pages. No separate ai.txt policy was detected; it is optional, but can clarify training, retrieval, and attribution preferences.

robots.txt was not found, so explicit crawler policy could not be confirmed. No Schema.org type was detected on the homepage. 6 OpenGraph tags were found and markup completeness is 60%, leaving more entity interpretation to crawlers.

The mobile Lighthouse profile adds Performance 71/100, Accessibility 96/100, Best Practices 100/100, SEO 100/100, and experimental Agentic Browsing 100/100. These signals have a limited weight: they complement rather than replace llms.txt, robots.txt, and structured-data checks.

Confirmed strengths

  • Accessible llms.txt
  • Strong Google agentic signals

Priority improvements

  1. 1Add llms-full.txt for richer first-party context.
  2. 2Publish robots.txt with explicit search and AI crawler rules.
  3. 3Declare the current sitemap.xml in robots.txt.
  4. 4Add JSON-LD for the organisation, website, and core entities.
llms.txt tokens878
llms-full.txt tokens104,962
ai.txt
sitemap.xml

Google Lighthouse technical profile

A mobile Lighthouse measurement. Google’s experimental Agentic Browsing category is explained separately and does not replace the broader llmsmap AI-readiness score.

Mobile · Lighthouse
71

Performance

96

Accessibility

100

Best Practices

100

Technical SEO

100

Agentic Browsing

What these results mean

Mobile performance is 71/100, with the largest visible content block appearing in 9.4 s and the browser main thread blocked for 10 ms. Layout shift was 0. The main thread is where the browser runs JavaScript, calculates layout, and paints the page; long work there delays both user input and browser-agent actions.

Accessibility scored 96/100, Best Practices 100/100, and technical SEO 100/100. The experimental Agentic Browsing category scored 100/100. It measures signals Google currently tests for software agents and is shown separately from the llmsmap AI-readiness score.

1

Free the main thread and accelerate the first view

Split long JavaScript tasks, defer non-critical scripts and styles, and shorten blocking request chains. This helps the primary content appear sooner and makes controls usable earlier.

2

Reduce code that loads without helping the page

Remove unused CSS and JavaScript, load heavy widgets on demand, and limit third-party scripts. Less code means less parsing and background work on the device.

3

Optimise images and their loading order

Serve correctly sized modern formats, prioritise the primary visual, and lazy-load content below the first viewport.

4

Reduce network delay

Improve server response time, remove unnecessary redirects and repeat downloads, and use compression, caching, and selective preconnect hints.

FCP2.4 s

First content

LCP9.4 s

Main content

CLS0

Layout stability

TBT10 ms

Blocking time

SI3.6 s

Visual speed

Metric glossary
FCP · First content
When the first text or image appeared on screen.
LCP · Main content
When the largest visible element in the first viewport rendered.
CLS · Layout stability
How much content shifted unexpectedly while loading; lower is better.
TBT · Blocking time
How long the browser main thread could not respond quickly to input.
SI · Visual speed
How quickly the visible viewport filled with content.
7/21/2026Lighthouse 13.4.0Mobile profile

AI readiness checks

Machine-readable files, crawler policy, discovery, and homepage markup.

llms.txt

File found and accessible

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

Full version was not found

ai.txt

ai.txt file was not found

robots.txt

robots.txt file was not found

Sitemap in robots.txt

Sitemap is not declared in robots.txt

Schema.org (JSON-LD)

Schema.org markup was not found on the homepage

OpenGraph60%

6 OG tags found

AI bot access

Based on robots.txt analysis

GPTBotNot mentioned
OAI-SearchBotNot mentioned
ChatGPT-UserNot mentioned
Google-ExtendedNot mentioned
ClaudeBotNot mentioned
Claude-SearchBotNot mentioned
Claude-UserNot mentioned
BytespiderNot mentioned
CCBotNot mentioned
PerplexityBotNot mentioned
Perplexity-UserNot mentioned

OpenGraph tags

Social preview metadata found on the homepage.

Markup completeness: 60%
og:typewebsite
og:titleVite
og:urlhttps://vite.dev
og:descriptionNext Generation Frontend Tooling
og:site_namevitejs
# Vite

> The Build Tool for the Web

- 💡 Instant Server Start
- ⚡️ Lightning Fast HMR
- 🛠️ Rich Features
- 📦 Optimized Build
- 🔩 Universal Plugin Interface
- 🔑 Fully Typed APIs

Vite is a build tool that aims to provide a faster and leaner development experience for modern web projects. It consists of two major parts:

- A dev server that provides [rich feature enhancements](https://vite.dev/guide/features.md) over [native ES modules](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Guide/Modules), for example extremely fast [Hot Module Replacement (HMR)](https://vite.dev/guide/features.md#hot-module-replacement).

- A build command that bundles your code with [Rolldown](https://rolldown.rs), pre-configured to output highly optimized static assets for production.

In addition, Vite is highly extensible via its [Plugin API](https://vite.dev/guide/api-plugin.md) and [JavaScript API](https://vite.dev/guide/api-javascript.md) with full typing support.

## Table of Contents

### Introduction

- [Getting Started](/guide.md)
- [Project Philosophy](/guide/philosophy.md)
- [Why Vite](/guide/why.md)

### Guide

- [Features](/guide/features.md)
- [Command Line Interface](/guide/cli.md)
- [Using Plugins](/guide/using-plugins.md)
- [Dependency Pre-Bundling](/guide/dep-pre-bundling.md)
- [Static Asset Handling](/guide/assets.md)
- [Building for Production](/guide/build.md)
- [Deploying a Static Site](/guide/static-deploy.md)
- [Env Variables and Modes](/guide/env-and-mode.md)
- [Server-Side Rendering (SSR)](/guide/ssr.md)
- [Backend Integration](/guide/backend-integration.md)
- [Troubleshooting](/guide/troubleshooting.md)
- [Performance](/guide/performance.md)
- [Migration from v7](/guide/migration.md)
- [Breaking Changes](/changes.md)

### APIs

- [Plugin API](/guide/api-plugin.md)
- [HMR API](/guide/api-hmr.md)
- [JavaScript API](/guide/api-javascript.md)
- [Configuring Vite](/config.md)

### Environment API

- [Environment API](/guide/api-environment.md)
- [Using `Environment` Instances](/guide/api-environment-instances.md)
- [Environment API for Plugins](/guide/api-environment-plugins.md)
- [Environment API for Frameworks](/guide/api-environment-frameworks.md)
- [Environment API for Runtimes](/guide/api-environment-runtimes.md)

### Config

- [Configuring Vite](/config.md)
- [Shared Options](/config/shared-options.md)
- [Server Options](/config/server-options.md)
- [Build Options](/config/build-options.md)
- [Preview Options](/config/preview-options.md)
- [Dep Optimization Options](/config/dep-optimization-options.md)
- [SSR Options](/config/ssr-options.md)
- [Worker Options](/config/worker-options.md)

### Future

- [`this.environment` in Hooks](/changes/this-environment-in-hooks.md)
- [HMR `hotUpdate` Plugin Hook](/changes/hotupdate-hook.md)
- [Move to Per-environment APIs](/changes/per-environment-apis.md)
- [SSR Using `ModuleRunner` API](/changes/ssr-using-modulerunner.md)
- [Shared Plugins during Build](/changes/shared-plugins-during-build.md)

### Other

- [5th anniversary of the Vite Team Creation](/live.md): Vite: The Documentary re-premiere. Join the ecosystem this March 19th at 3 PM UTC to remember the story we wrote together. And participate in the live stage to discuss our past, present, and future. We'll be waiting for you!
- [Acknowledgements](/acknowledgements.md): Vite is built upon the shoulders of giants. Thank you to all the projects and contributors that make Vite possible.
- [Plugins](/plugins.md)
- [Releases](/releases.md)
Share or continue the analysis
Share this audit
Discuss with AI
Added 7/19/2026
vite.dev - AI readiness audit | llmsmap.me