An extensible foundation for building and composing developer tools across the Vite ecosystem
Vite DevTools provides an extensible framework with built-in integrations like DevTools for Rolldown, plus an open architecture for custom tools.
🔍
Built-in integration for Rolldown build analysis. Visualize module graphs, dependencies, chunks, assets, and build metadata.
🧩
Build custom DevTools integrations with the DevTools Kit. Any Vite plugin can extend the devtools with a simple hook to add visualizations, inspectors, and tools.
🚀
A familiar dock interface (like macOS Dock) where all DevTools integrations appear together. Switch between tools seamlessly in a consistent UI.
🔌
Built-in RPC layer for bidirectional communication between server and client. Full TypeScript support for type-safe data exchange.
🎨
Choose from iframe panels, custom renderers, or action buttons. Host your UI as embedded panels, browser extensions, or standalone webpages.
⚡
Works with any framework built on Vite. Use Vue, React, Svelte, or any other framework to build your DevTools UI.