Overall AI readiness score
A combined result across all audit signals.
Overall AI readiness score
A combined result across all audit signals.
Overall AI readiness assessment
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.
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.
A mobile Lighthouse measurement. Google’s experimental Agentic Browsing category is explained separately and does not replace the broader llmsmap AI-readiness score.
Performance
Accessibility
Best Practices
Technical SEO
Agentic Browsing
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.
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.
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.
Serve correctly sized modern formats, prioritise the primary visual, and lazy-load content below the first viewport.
Improve server response time, remove unnecessary redirects and repeat downloads, and use compression, caching, and selective preconnect hints.
First content
Main content
Layout stability
Blocking time
Visual speed
Machine-readable files, crawler policy, discovery, and homepage markup.
Full version was not found
ai.txt file was not found
robots.txt file was not found
Sitemap is not declared in robots.txt
Schema.org markup was not found on the homepage
6 OG tags found
Based on robots.txt analysis
Social preview metadata found on the homepage.
og:typewebsiteog:titleViteog:imagehttps://vite.dev/og-image.jpgog:urlhttps://vite.devog:descriptionNext Generation Frontend Toolingog: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)