Plugin Registry Guide
This guide explains how plugins are discovered, how compatibility is detected, and how to provide enhanced metadata for your plugin.
Quick Summary
To ensure your plugin appears correctly in the registry:
- Add the correct keyword (e.g.
vite-plugin) - Declare peer dependencies for tools you support
- Follow naming conventions for your plugin type
- (Optional) Add extended metadata via
vite-plugin-registryfield
Guide Sections
Plugin Discovery
Learn how plugins are found and indexed from npm based on keywords.
Compatibility Detection
Understand how version compatibility is extracted from peer dependencies.
Extended Metadata
Add custom metadata to enhance your plugin's registry listing.
Registry Patches
How registry maintainers can add patches for plugins that don't provide their own metadata.