Categorize Fastify Plugins
Author: luisorbaicetaCreated Jan 13, 2022Updated Sep 6, 2026
Labelsdocumentationgood first issue
Prerequisites
- I have written a descriptive issue title
- I have searched existing issues to ensure the feature has not already been requested
Feature Proposal
Add every registered Fastify plugin to a category (e.g. Databases, Authentication...)
Motivation
Given the increasing number of plugins (core or community) that fastify has, I think it would be a good idea to start thinking of categorizing them so Fastify users can easily discover them. Sometimes names are not as descriptive as we would like them to be and in my opinion this extra hint would offer better guidance
Example
Core
Authentication:
auth-pluginAn auth plugin.auth-plugin-bisJust another auth plugin.
Source: fastify/fastify