strong-tie/inbound-calls
0
1<h1 align="center">Fastify</h1>2 3## Ecosystem4 5Plugins maintained by the Fastify team are listed under [Core](#core) while6plugins maintained by the community are listed in the [Community](#community)7section.8 9#### [Core](#core)10 11- [`@fastify/accepts`](https://github.com/fastify/fastify-accepts) to have12 [accepts](https://www.npmjs.com/package/accepts) in your request object.13- [`@fastify/accepts-serializer`](https://github.com/fastify/fastify-accepts-serializer)14 to serialize to output according to the `Accept` header.15- [`@fastify/auth`](https://github.com/fastify/fastify-auth) Run multiple auth16 functions in Fastify.17- [`@fastify/autoload`](https://github.com/fastify/fastify-autoload) Require all18 plugins in a directory.19- [`@fastify/awilix`](https://github.com/fastify/fastify-awilix) Dependency20 injection support for Fastify, based on21 [awilix](https://github.com/jeffijoe/awilix).22- [`@fastify/aws-lambda`](https://github.com/fastify/aws-lambda-fastify) allows23 you to easily build serverless web applications/services and RESTful APIs24 using Fastify on top of AWS Lambda and Amazon API Gateway.25- [`@fastify/basic-auth`](https://github.com/fastify/fastify-basic-auth) Basic26 auth plugin for Fastify.27- [`@fastify/bearer-auth`](https://github.com/fastify/fastify-bearer-auth)28 Bearer auth plugin for Fastify.29- [`@fastify/caching`](https://github.com/fastify/fastify-caching) General30 server-side cache and ETag support.31- [`@fastify/circuit-breaker`](https://github.com/fastify/fastify-circuit-breaker)32 A low overhead circuit breaker for your routes.33- [`@fastify/compress`](https://github.com/fastify/fastify-compress) Fastify34 compression utils.35- [`@fastify/cookie`](https://github.com/fastify/fastify-cookie) Parse and set36 cookie headers.37- [`@fastify/cors`](https://github.com/fastify/fastify-cors) Enables the use of38 CORS in a Fastify application.39- [`@fastify/csrf-protection`](https://github.com/fastify/csrf-protection) A40 plugin for adding41 [CSRF](https://en.wikipedia.org/wiki/Cross-site_request_forgery) protection to42 Fastify.43- [`@fastify/diagnostics-channel`](https://github.com/fastify/fastify-diagnostics-channel)44 Plugin to deal with `diagnostics_channel` on Fastify.45- [`@fastify/elasticsearch`](https://github.com/fastify/fastify-elasticsearch)46 Plugin to share the same ES client.47- [`@fastify/env`](https://github.com/fastify/fastify-env) Load and check48 configuration.49- [`@fastify/etag`](https://github.com/fastify/fastify-etag) Automatically50 generate ETags for HTTP responses.51- [`@fastify/express`](https://github.com/fastify/fastify-express) Express52 compatibility layer for Fastify.53- [`@fastify/flash`](https://github.com/fastify/fastify-flash) Set and get flash54 messages using the session.55- [`@fastify/formbody`](https://github.com/fastify/fastify-formbody) Plugin to56 parse x-www-form-urlencoded bodies.57- [`@fastify/funky`](https://github.com/fastify/fastify-funky) Makes functional58 programming in Fastify more convenient. Adds support for Fastify routes59 returning functional structures, such as Either, Task or plain parameterless60 function.61- [`@fastify/helmet`](https://github.com/fastify/fastify-helmet) Important62 security headers for Fastify.63- [`@fastify/hotwire`](https://github.com/fastify/fastify-hotwire) Use the64 Hotwire pattern with Fastify.65- [`@fastify/http-proxy`](https://github.com/fastify/fastify-http-proxy) Proxy66 your HTTP requests to another server, with hooks.67- [`@fastify/jwt`](https://github.com/fastify/fastify-jwt) JWT utils for68 Fastify, internally uses [fast-jwt](https://github.com/nearform/fast-jwt).69- [`@fastify/kafka`](https://github.com/fastify/fastify-kafka) Plugin to interact70 with Apache Kafka.71- [`@fastify/leveldb`](https://github.com/fastify/fastify-leveldb) Plugin to72 share a common LevelDB connection across Fastify.73- [`@fastify/middie`](https://github.com/fastify/middie) Middleware engine for74 Fastify.75- [`@fastify/mongodb`](https://github.com/fastify/fastify-mongodb) Fastify76 MongoDB connection plugin, with which you can share the same MongoDB77 connection pool across every part of your server.78- [`@fastify/multipart`](https://github.com/fastify/fastify-multipart) Multipart79 support for Fastify.80- [`@fastify/mysql`](https://github.com/fastify/fastify-mysql) Fastify MySQL81 connection plugin.82- [`@fastify/nextjs`](https://github.com/fastify/fastify-nextjs) React83 server-side rendering support for Fastify with84 [Next](https://github.com/zeit/next.js/).85- [`@fastify/oauth2`](https://github.com/fastify/fastify-oauth2) Wrap around86 [`simple-oauth2`](https://github.com/lelylan/simple-oauth2).87- [`@fastify/one-line-logger`](https://github.com/fastify/one-line-logger) Formats88 Fastify's logs into a nice one-line message.89- [`@fastify/passport`](https://github.com/fastify/fastify-passport) Use Passport90 strategies to authenticate requests and protect route.91- [`@fastify/postgres`](https://github.com/fastify/fastify-postgres) Fastify92 PostgreSQL connection plugin, with this you can share the same PostgreSQL93 connection pool in every part of your server.94- [`@fastify/rate-limit`](https://github.com/fastify/fastify-rate-limit) A low95 overhead rate limiter for your routes.96- [`@fastify/redis`](https://github.com/fastify/fastify-redis) Fastify Redis97 connection plugin, with which you can share the same Redis connection across98 every part of your server.99- [`@fastify/reply-from`](https://github.com/fastify/fastify-reply-from) Plugin100 to forward the current HTTP request to another server.101- [`@fastify/request-context`](https://github.com/fastify/fastify-request-context)102 Request-scoped storage, based on103 [AsyncLocalStorage](https://nodejs.org/api/async_hooks.html#async_hooks_class_asynclocalstorage)104 (with fallback to [cls-hooked](https://github.com/Jeff-Lewis/cls-hooked)),105 providing functionality similar to thread-local storages.106- [`@fastify/response-validation`](https://github.com/fastify/fastify-response-validation)107 A simple plugin that enables response validation for Fastify.108- [`@fastify/routes`](https://github.com/fastify/fastify-routes) Plugin that109 provides a `Map` of routes.110- [`@fastify/routes-stats`](https://github.com/fastify/fastify-routes-stats)111 Provide stats for routes using `node:perf_hooks`.112- [`@fastify/schedule`](https://github.com/fastify/fastify-schedule) Plugin for113 scheduling periodic jobs, based on114 [toad-scheduler](https://github.com/kibertoad/toad-scheduler).115- [`@fastify/secure-session`](https://github.com/fastify/fastify-secure-session)116 Create a secure stateless cookie session for Fastify.117- [`@fastify/sensible`](https://github.com/fastify/fastify-sensible) Defaults118 for Fastify that everyone can agree on. It adds some useful decorators such as119 HTTP errors and assertions, but also more request and reply methods.120- [`@fastify/session`](https://github.com/fastify/session) a session plugin for121 Fastify.122- [`@fastify/static`](https://github.com/fastify/fastify-static) Plugin for123 serving static files as fast as possible.124- [`@fastify/swagger`](https://github.com/fastify/fastify-swagger) Plugin for125 serving Swagger/OpenAPI documentation for Fastify, supporting dynamic126 generation.127- [`@fastify/swagger-ui`](https://github.com/fastify/fastify-swagger-ui) Plugin128 for serving Swagger UI.129- [`@fastify/throttle`](https://github.com/fastify/fastify-throttle) Plugin for130 throttling the download speed of a request.131- [`@fastify/type-provider-json-schema-to-ts`](https://github.com/fastify/fastify-type-provider-json-schema-to-ts)132 Fastify133 [type provider](https://fastify.dev/docs/latest/Reference/Type-Providers/)134 for [json-schema-to-ts](https://github.com/ThomasAribart/json-schema-to-ts).135- [`@fastify/type-provider-typebox`](https://github.com/fastify/fastify-type-provider-typebox)136 Fastify137 [type provider](https://fastify.dev/docs/latest/Reference/Type-Providers/)138 for [Typebox](https://github.com/sinclairzx81/typebox).139- [`@fastify/under-pressure`](https://github.com/fastify/under-pressure) Measure140 process load with automatic handling of _"Service Unavailable"_ plugin for141 Fastify.142- [`@fastify/url-data`](https://github.com/fastify/fastify-url-data) Decorate143 the `Request` object with a method to access raw URL components.144- [`@fastify/view`](https://github.com/fastify/point-of-view) Templates145 rendering (_ejs, pug, handlebars, marko_) plugin support for Fastify.146- [`@fastify/vite`](https://github.com/fastify/fastify-vite) Integration with147 [Vite](https://vitejs.dev/), allows for serving SPA/MPA/SSR Vite applications.148- [`@fastify/websocket`](https://github.com/fastify/fastify-websocket) WebSocket149 support for Fastify. Built upon [ws](https://github.com/websockets/ws).150- [`@fastify/zipkin`](https://github.com/fastify/fastify-zipkin) Plugin151 for Zipkin distributed tracing system.152 153#### [Community](#community)154 155- [`@aaroncadillac/crudify-mongo`](https://github.com/aaroncadillac/crudify-mongo)156 A simple way to add a crud in your fastify project.157- [`@applicazza/fastify-nextjs`](https://github.com/applicazza/fastify-nextjs)158 Alternate Fastify and Next.js integration.159- [`@blastorg/fastify-aws-dynamodb-cache`](https://github.com/blastorg/fastify-aws-dynamodb-cache)160 A plugin to help with caching API responses using AWS DynamoDB.161- [`@clerk/fastify`](https://github.com/clerkinc/javascript/tree/main/packages/fastify)162 Add authentication and user management to your Fastify application with Clerk.163- [`@coobaha/typed-fastify`](https://github.com/Coobaha/typed-fastify) Strongly164 typed routes with a runtime validation using JSON schema generated from types.165- [`@dnlup/fastify-doc`](https://github.com/dnlup/fastify-doc) A plugin for166 sampling process metrics.167- [`@dnlup/fastify-traps`](https://github.com/dnlup/fastify-traps) A plugin to168 close the server gracefully on `SIGINT` and `SIGTERM` signals.169- [`@eropple/fastify-openapi3`](https://github.com/eropple/fastify-openapi3) Provides170 easy, developer-friendly OpenAPI 3.1 specs + doc explorer based on your routes.171- [`@ethicdevs/fastify-custom-session`](https://github.com/EthicDevs/fastify-custom-session)172 A plugin lets you use session and decide only where to load/save from/to. Has173 great TypeScript support + built-in adapters for common ORMs/databases (Firebase,174 Prisma Client, Postgres (wip), InMemory) and you can easily make your own adapter!175- [`@ethicdevs/fastify-git-server`](https://github.com/EthicDevs/fastify-git-server)176 A plugin to easily create git server and make one/many Git repositories available177 for clone/fetch/push through the standard `git` (over http) commands.178- [`@exortek/fastify-mongo-sanitize`](https://github.com/ExorTek/fastify-mongo-sanitize)179 A Fastify plugin that protects against No(n)SQL injection by sanitizing data.180- [`@exortek/remix-fastify`](https://github.com/ExorTek/remix-fastify)181 Fastify plugin for Remix.182- [`@fastify-userland/request-id`](https://github.com/fastify-userland/request-id)183 Fastify Request ID Plugin184- [`@fastify-userland/typeorm-query-runner`](https://github.com/fastify-userland/typeorm-query-runner)185 Fastify typeorm QueryRunner plugin186- [`@gquittet/graceful-server`](https://github.com/gquittet/graceful-server)187 Tiny (~5k), Fast, KISS, and dependency-free Node.js library to make your188 Fastify API graceful.189- [`@h4ad/serverless-adapter`](https://github.com/H4ad/serverless-adapter)190 Run REST APIs and other web applications using your existing Node.js191 application framework (Express, Koa, Hapi and Fastify), on top of AWS Lambda,192 Huawei and many other clouds.193- [`@immobiliarelabs/fastify-metrics`](https://github.com/immobiliare/fastify-metrics)194 Minimalistic and opinionated plugin that collects usage/process metrics and195 dispatches to [statsd](https://github.com/statsd/statsd).196- [`@immobiliarelabs/fastify-sentry`](https://github.com/immobiliare/fastify-sentry)197 Sentry errors handler that just works! Install, add your DSN and you're good198 to go!199 A plugin to implement [Lyra](https://github.com/nearform/lyra) search engine200 on Fastify201- [`@joggr/fastify-prisma`](https://github.com/joggrdocs/fastify-prisma)202 A plugin for accessing an instantiated PrismaClient on your server.203- [`@mgcrea/fastify-graceful-exit`](https://github.com/mgcrea/fastify-graceful-exit)204 A plugin to close the server gracefully205- [`@mgcrea/fastify-request-logger`](https://github.com/mgcrea/fastify-request-logger)206 A plugin to enable compact request logging for Fastify207- [`@mgcrea/fastify-session`](https://github.com/mgcrea/fastify-session) Session208 plugin for Fastify that supports both stateless and stateful sessions209- [`@mgcrea/fastify-session-redis-store`](https://github.com/mgcrea/fastify-session-redis-store)210 Redis store for @mgcrea/fastify-session using ioredis211- [`@mgcrea/fastify-session-sodium-crypto`](https://github.com/mgcrea/fastify-session-sodium-crypto)212 Fast sodium-based crypto for @mgcrea/fastify-session213- [`@mgcrea/pino-pretty-compact`](https://github.com/mgcrea/pino-pretty-compact)214 A custom compact pino-base prettifier215- [`@pybot/fastify-autoload`](https://github.com/kunal097/fastify-autoload)216 Plugin to generate routes automatically with valid json content217- [`@scalar/fastify-api-reference`](https://github.com/scalar/scalar/tree/main/packages/fastify-api-reference)218 Beautiful OpenAPI/Swagger API references for Fastify219- [`@trubavuong/fastify-seaweedfs`](https://github.com/trubavuong/fastify-seaweedfs)220 SeaweedFS for Fastify221- [`apitally`](https://github.com/apitally/apitally-js) Fastify plugin to222 integrate with [Apitally](https://apitally.io/fastify), an API analytics,223 logging and monitoring tool.224- [`arecibo`](https://github.com/nucleode/arecibo) Fastify ping responder for225 Kubernetes Liveness and Readiness Probes.226- [`aws-xray-sdk-fastify`](https://github.com/aws/aws-xray-sdk-node/tree/master/sdk_contrib/fastify)227 A Fastify plugin to log requests and subsegments through AWSXray.228- [`cls-rtracer`](https://github.com/puzpuzpuz/cls-rtracer) Fastify middleware229 for CLS-based request ID generation. An out-of-the-box solution for adding230 request IDs into your logs.231- [`electron-server`](https://github.com/anonrig/electron-server) A plugin for232 using Fastify without the need of consuming a port on Electron apps.233- [`fast-water`](https://github.com/tswayne/fast-water) A Fastify plugin for234 waterline. Decorates Fastify with waterline models.235- [`fastify-204`](https://github.com/Shiva127/fastify-204) Fastify plugin that236 return 204 status on empty response.237- [`fastify-405`](https://github.com/Eomm/fastify-405) Fastify plugin that adds238 405 HTTP status to your routes239- [`fastify-allow`](https://github.com/mattbishop/fastify-allow) Fastify plugin240 that automatically adds an Allow header to responses with routes. Also sends241 405 responses for routes that have a handler but not for the request's method.242- [`fastify-amqp`](https://github.com/RafaelGSS/fastify-amqp) Fastify AMQP243 connection plugin, to use with RabbitMQ or another connector. Just a wrapper244 to [`amqplib`](https://github.com/squaremo/amqp.node).245- [`fastify-amqp-async`](https://github.com/kffl/fastify-amqp-async) Fastify246 AMQP plugin with a Promise-based API provided by247 [`amqplib-as-promised`](https://github.com/twawszczak/amqplib-as-promised).248- [`fastify-angular-universal`](https://github.com/exequiel09/fastify-angular-universal)249 Angular server-side rendering support using250 [`@angular/platform-server`](https://github.com/angular/angular/tree/master/packages/platform-server)251 for Fastify252- [`fastify-api-key`](https://github.com/arkerone/fastify-api-key) Fastify253 plugin to authenticate HTTP requests based on API key and signature254- [`fastify-appwrite`](https://github.com/Dev-Manny/fastify-appwrite) Fastify255 Plugin for interacting with Appwrite server.256- [`fastify-asyncforge`](https://github.com/mcollina/fastify-asyncforge) Plugin257 to access Fastify instance, logger, request and reply from Node.js [Async258 Local Storage](https://nodejs.org/api/async_context.html#class-asynclocalstorage).259- [`fastify-at-mysql`](https://github.com/mateonunez/fastify-at-mysql) Fastify260 MySQL plugin with auto SQL injection attack prevention.261- [`fastify-at-postgres`](https://github.com/mateonunez/fastify-at-postgres) Fastify262 Postgres plugin with auto SQL injection attack prevention.263- [`fastify-auth0-verify`](https://github.com/nearform/fastify-auth0-verify):264 Auth0 verification plugin for Fastify, internally uses265 [fastify-jwt](https://npm.im/fastify-jwt) and266 [jsonwebtoken](https://npm.im/jsonwebtoken).267- [`fastify-autocrud`](https://github.com/paranoiasystem/fastify-autocrud)268 Plugin to auto-generate CRUD routes as fast as possible.269- [`fastify-autoroutes`](https://github.com/GiovanniCardamone/fastify-autoroutes)270 Plugin to scan and load routes based on filesystem path from a custom271 directory.272- [`fastify-aws-sns`](https://github.com/gzileni/fastify-aws-sns) Fastify plugin273 for AWS Simple Notification Service (AWS SNS) that coordinates and manages274 the delivery or sending of messages to subscribing endpoints or clients.275- [`fastify-aws-timestream`](https://github.com/gzileni/fastify-aws-timestream)276 Fastify plugin for managing databases, tables, and querying and creating277 scheduled queries with AWS Timestream.278- [`fastify-axios`](https://github.com/davidedantonio/fastify-axios) Plugin to279 send HTTP requests via [axios](https://github.com/axios/axios).280- [`fastify-babel`](https://github.com/cfware/fastify-babel) Fastify plugin for281 development servers that require Babel transformations of JavaScript sources.282- [`fastify-bcrypt`](https://github.com/beliven-it/fastify-bcrypt) A Bcrypt hash283 generator & checker.284- [`fastify-better-sqlite3`](https://github.com/punkish/fastify-better-sqlite3)285 Plugin for better-sqlite3.286- [`fastify-blipp`](https://github.com/PavelPolyakov/fastify-blipp) Prints your287 routes to the console, so you definitely know which endpoints are available.288- [`fastify-bookshelf`](https://github.com/butlerx/fastify-bookshelfjs) Fastify289 plugin to add [bookshelf.js](https://bookshelfjs.org/) ORM support.290- [`fastify-boom`](https://github.com/jeromemacias/fastify-boom) Fastify plugin291 to add [boom](https://github.com/hapijs/boom) support.292- [`fastify-bree`](https://github.com/climba03003/fastify-bree) Fastify plugin293 to add [bree](https://github.com/breejs/bree) support.294- [`fastify-bugsnag`](https://github.com/ZigaStrgar/fastify-bugsnag) Fastify plugin295 to add support for [Bugsnag](https://www.bugsnag.com/) error reporting.296- [`fastify-cacheman`](https://gitlab.com/aalfiann/fastify-cacheman)297 Small and efficient cache provider for Node.js with In-memory, File, Redis298 and MongoDB engines for Fastify299- [`fastify-casbin`](https://github.com/nearform/fastify-casbin) Casbin support300 for Fastify.301- [`fastify-casbin-rest`](https://github.com/nearform/fastify-casbin-rest)302 Casbin support for Fastify based on a RESTful model.303- [`fastify-casl`](https://github.com/Inlecom/fastify-casl) Fastify304 [CASL](https://github.com/stalniy/casl) plugin that supports ACL-like305 protection of endpoints via either a preSerialization & preHandler hook,306 sanitizing the inputs and outputs of your application based on user rights.307- [`fastify-cloudevents`](https://github.com/smartiniOnGitHub/fastify-cloudevents)308 Fastify plugin to generate and forward Fastify events in the Cloudevents309 format.310- [`fastify-cloudflare-turnstile`](https://github.com/112RG/fastify-cloudflare-turnstile)311 Fastify plugin for CloudFlare Turnstile.312- [`fastify-cloudinary`](https://github.com/Vanilla-IceCream/fastify-cloudinary)313 Plugin to share a common Cloudinary connection across Fastify.314- [`fastify-cockroachdb`](https://github.com/alex-ppg/fastify-cockroachdb)315 Fastify plugin to connect to a CockroachDB PostgreSQL instance via the316 Sequelize ORM.317- [`fastify-constraints`](https://github.com/nearform/fastify-constraints)318 Fastify plugin to add constraints to multiple routes319- [`fastify-couchdb`](https://github.com/nigelhanlon/fastify-couchdb) Fastify320 plugin to add CouchDB support via [nano](https://github.com/apache/nano).321- [`fastify-crud-generator`](https://github.com/beliven-it/fastify-crud-generator)322 A plugin to rapidly generate CRUD routes for any entity.323- [`fastify-custom-healthcheck`](https://github.com/gkampitakis/fastify-custom-healthcheck)324 Fastify plugin to add health route in your server that asserts custom325 functions.326- [`fastify-decorators`](https://github.com/L2jLiga/fastify-decorators) Fastify327 plugin that provides the set of TypeScript decorators.328- [`fastify-delay-request`](https://github.com/climba03003/fastify-delay-request)329 Fastify plugin that allows requests to be delayed whilst a task the response is330 dependent on is run, such as a resource intensive process.331- [`fastify-disablecache`](https://github.com/Fdawgs/fastify-disablecache)332 Fastify plugin to disable client-side caching, inspired by333 [nocache](https://github.com/helmetjs/nocache).334- [`fastify-dynamodb`](https://github.com/matrus2/fastify-dynamodb) AWS DynamoDB335 plugin for Fastify. It exposes336 [AWS.DynamoDB.DocumentClient()](https://docs.aws.amazon.com/AWSJavaScriptSDK/latest/AWS/DynamoDB/DocumentClient.html)337 object.338- [`fastify-dynareg`](https://github.com/greguz/fastify-dynareg) Dynamic plugin339 register for Fastify.340- [`fastify-envalid`](https://github.com/alemagio/fastify-envalid) Fastify341 plugin to integrate [envalid](https://github.com/af/envalid) in your Fastify342 project.343- [`fastify-error-page`](https://github.com/hemerajs/fastify-error-page) Fastify344 plugin to print errors in structured HTML to the browser.345- [`fastify-esso`](https://github.com/patrickpissurno/fastify-esso) The easiest346 authentication plugin for Fastify, with built-in support for Single sign-on347 (and great documentation).348- [`fastify-event-bus`](https://github.com/Shiva127/fastify-event-bus) Event bus349 support for Fastify. Built upon [js-event-bus](https://github.com/bcerati/js-event-bus).350- [`fastify-evervault`](https://github.com/Briscoooe/fastify-evervault/) Fastify351 plugin for instantiating and encapsulating the352 [Evervault](https://evervault.com/) client.353- [`fastify-explorer`](https://github.com/Eomm/fastify-explorer) Get control of354 your decorators across all the encapsulated contexts.355- [`fastify-favicon`](https://github.com/smartiniOnGitHub/fastify-favicon)356 Fastify plugin to serve default favicon.357- [`fastify-feature-flags`](https://gitlab.com/m03geek/fastify-feature-flags)358 Fastify feature flags plugin with multiple providers support (e.g. env,359 [config](https://lorenwest.github.io/node-config/),360 [unleash](https://unleash.github.io/)).361- [`fastify-file-routes`](https://github.com/spa5k/fastify-file-routes) Get362 Next.js based file system routing into fastify.363- [`fastify-file-upload`](https://github.com/huangang/fastify-file-upload)364 Fastify plugin for uploading files.365- [`fastify-firebase`](https://github.com/now-ims/fastify-firebase) Fastify366 plugin for [Firebase Admin SDK](https://firebase.google.com/docs/admin/setup)367 to Fastify so you can easily use Firebase Auth, Firestore, Cloud Storage,368 Cloud Messaging, and more.369- [`fastify-firebase-auth`](https://github.com/oxsav/fastify-firebase-auth)370 Firebase Authentication for Fastify supporting all of the methods relating to371 the authentication API.372- [`fastify-formidable`](https://github.com/climba03003/fastify-formidable)373 Handy plugin to provide multipart support and fastify-swagger integration.374- [`fastify-gcloud-trace`](https://github.com/mkinoshi/fastify-gcloud-trace)375 [Google Cloud Trace API](https://cloud.google.com/trace/docs/reference)376 Connector for Fastify.377- [`fastify-get-head`](https://github.com/MetCoder95/fastify-get-head) Small378 plugin to set a new HEAD route handler for each GET route previously379 registered in Fastify.380- [`fastify-get-only`](https://github.com/DanieleFedeli/fastify-get-only) Small381 plugin used to make fastify accept only GET requests382- [`fastify-good-sessions`](https://github.com/Phara0h/fastify-good-sessions) A383 good Fastify sessions plugin focused on speed.384- [`fastify-google-cloud-storage`](https://github.com/carlozamagni/fastify-google-cloud-storage)385 Fastify plugin that exposes a GCP Cloud Storage client instance.386- [`fastify-graceful-shutdown`](https://github.com/hemerajs/fastify-graceful-shutdown)387 Shutdown Fastify gracefully and asynchronously.388- [`fastify-grant`](https://github.com/simov/fastify-grant)389 Authentication/Authorization plugin for Fastify that supports 200+ OAuth390 Providers.391- [`fastify-guard`](https://github.com/hsynlms/fastify-guard) A Fastify plugin392 that protects endpoints by checking authenticated user roles and/or scopes.393- [`fastify-hana`](https://github.com/yoav0gal/fastify-hana) connects your394 application to [`SAP-HANA`](https://help.sap.com/docs/SAP_HANA_CLIENT).395- [`fastify-hashids`](https://github.com/andersonjoseph/fastify-hashids) A Fastify396 plugin to encode/decode IDs using [hashids](https://github.com/niieani/hashids.js).397- [`fastify-hasura`](https://github.com/ManUtopiK/fastify-hasura) A Fastify398 plugin to have fun with [Hasura](https://github.com/hasura/graphql-engine).399- [`fastify-healthcheck`](https://github.com/smartiniOnGitHub/fastify-healthcheck)400 Fastify plugin to serve a health check route and a probe script.401- [`fastify-hemera`](https://github.com/hemerajs/fastify-hemera) Fastify Hemera402 plugin, for writing reliable & fault-tolerant microservices with403 [nats.io](https://nats.io/).404- [`fastify-hl7`](https://github.com/Bugs5382/fastify-hl7) A Fastify Plugin to405 create a server, build, and send HL7 formatted Hl7 messages. Using406 [node-hl7-client](https://github.com/Bugs5382/node-hl7-client) and407 [node-hl7-server](https://github.com/Bugs5382/node-hl7-server) as the408 underlining technology to do this.409- [`fastify-http-client`](https://github.com/kenuyx/fastify-http-client) Plugin410 to send HTTP(s) requests. Built upon [urllib](https://github.com/node-modules/urllib).411- [`fastify-http-context`](https://github.com/thorough-developer/fastify-http-context)412 Fastify plugin for "simulating" a thread of execution to allow for true HTTP413 context to take place per API call within the Fastify lifecycle of calls.414- [`fastify-http-errors-enhanced`](https://github.com/ShogunPanda/fastify-http-errors-enhanced)415 An error handling plugin for Fastify that uses enhanced HTTP errors.416- [`fastify-http2https`](https://github.com/lolo32/fastify-http2https) Redirect417 HTTP requests to HTTPS, both using the same port number, or different response418 on HTTP and HTTPS.419- [`fastify-https-always`](https://github.com/mattbishop/fastify-https-always)420 Lightweight, proxy-aware redirect plugin from HTTP to HTTPS.421- [`fastify-https-redirect`](https://github.com/tomsvogel/fastify-https-redirect)422 Fastify plugin for auto-redirect from HTTP to HTTPS.423- [`fastify-i18n`](https://github.com/Vanilla-IceCream/fastify-i18n)424 Internationalization plugin for Fastify. Built upon node-polyglot.425- [`fastify-impressions`](https://github.com/manju4ever/fastify-impressions)426 Fastify plugin to track impressions of all the routes.427- [`fastify-influxdb`](https://github.com/alex-ppg/fastify-influxdb) Fastify428 InfluxDB plugin connecting to an InfluxDB instance via the Influx default429 package.430- [`fastify-ip`](https://github.com/metcoder95/fastify-ip) A plugin431 for Fastify that allows you to infer a request ID by a432 given set of custom Request headers.433- [`fastify-json-to-xml`](https://github.com/Fdawgs/fastify-json-to-xml) Fastify434 plugin to serialize JSON responses into XML.435- [`fastify-jwt-authz`](https://github.com/Ethan-Arrowood/fastify-jwt-authz) JWT436 user scope verifier.437- [`fastify-jwt-webapp`](https://github.com/charlesread/fastify-jwt-webapp) JWT438 authentication for Fastify-based web apps.439- [`fastify-kafkajs`](https://github.com/kffl/fastify-kafkajs) Fastify plugin440 that adds support for KafkaJS - a modern Apache Kafka client library.441- [`fastify-keycloak-adapter`](https://github.com/yubinTW/fastify-keycloak-adapter)442 A keycloak adapter for a Fastify app.443- [`fastify-knexjs`](https://github.com/chapuletta/fastify-knexjs) Fastify444 plugin for supporting KnexJS Query Builder.445- [`fastify-knexjs-mock`](https://github.com/chapuletta/fastify-knexjs-mock)446 Fastify Mock KnexJS for testing support.447- [`fastify-koa`](https://github.com/rozzilla/fastify-koa) Convert Koa448middlewares into Fastify plugins449- [`fastify-kubernetes`](https://github.com/greguz/fastify-kubernetes) Fastify450 Kubernetes client plugin.451- [`fastify-kysely`](https://github.com/alenap93/fastify-kysely) Fastify452 plugin for supporting Kysely type-safe query builder.453- [`fastify-language-parser`](https://github.com/lependu/fastify-language-parser)454 Fastify plugin to parse request language.455- [`fastify-lcache`](https://github.com/denbon05/fastify-lcache)456 Lightweight cache plugin457- [`fastify-list-routes`](https://github.com/chuongtrh/fastify-list-routes)458 A simple plugin for Fastify to list all available routes.459- [`fastify-loader`](https://github.com/TheNoim/fastify-loader) Load routes from460 a directory and inject the Fastify instance in each file.461- [`fastify-log-controller`](https://github.com/Eomm/fastify-log-controller/)462 changes the log level of your Fastify server at runtime.463- [`fastify-lured`](https://github.com/lependu/fastify-lured) Plugin to load lua464 scripts with [fastify-redis](https://github.com/fastify/fastify-redis) and465 [lured](https://github.com/enobufs/lured).466 A plugin to implement [Lyra](https://github.com/LyraSearch/lyra) search engine467 on Fastify.468- [`fastify-mailer`](https://github.com/coopflow/fastify-mailer) Plugin to469 initialize and encapsulate [Nodemailer](https://nodemailer.com)'s transporters470 instances in Fastify.471- [`fastify-markdown`](https://github.com/freezestudio/fastify-markdown) Plugin472 to markdown support.473- [`fastify-method-override`](https://github.com/corsicanec82/fastify-method-override)474 Plugin for Fastify, which allows the use of HTTP verbs, such as DELETE, PATCH,475 HEAD, PUT, OPTIONS in case the client doesn't support them.476- [`fastify-metrics`](https://gitlab.com/m03geek/fastify-metrics) Plugin for477 exporting [Prometheus](https://prometheus.io) metrics.478- [`fastify-minify`](https://github.com/Jelenkee/fastify-minify) Plugin for479 minification and transformation of responses.480- [`fastify-mongo-memory`](https://github.com/chapuletta/fastify-mongo-memory)481 Fastify MongoDB in Memory Plugin for testing support.482- [`fastify-mongodb-sanitizer`](https://github.com/KlemenKozelj/fastify-mongodb-sanitizer)483 Fastify plugin that sanitizes client input to prevent484 potential MongoDB query injection attacks.485- [`fastify-mongoose-api`](https://github.com/jeka-kiselyov/fastify-mongoose-api)486 Fastify plugin to create REST API methods based on Mongoose MongoDB models.487- [`fastify-mongoose-driver`](https://github.com/alex-ppg/fastify-mongoose)488 Fastify Mongoose plugin that connects to a MongoDB via the Mongoose plugin489 with support for Models.490- [`fastify-mqtt`](https://github.com/love-lena/fastify-mqtt) Plugin to share491 [mqtt](https://www.npmjs.com/package/mqtt) client across Fastify.492- [`fastify-msgpack`](https://github.com/kenriortega/fastify-msgpack) Fastify493 and MessagePack, together at last. Uses @msgpack/msgpack by default.494- [`fastify-msgraph-webhook`](https://github.com/flower-of-the-bridges/fastify-msgraph-change-notifications-webhook)495 to manage496 [MS Graph Change Notifications webhooks](https://learn.microsoft.com/it-it/graph/change-notifications-delivery-webhooks?tabs=http).497- [`fastify-multer`](https://github.com/fox1t/fastify-multer) Multer is a plugin498 for handling multipart/form-data, which is primarily used for uploading files.499- [`fastify-nats`](https://github.com/mahmed8003/fastify-nats) Plugin to share500 [NATS](https://nats.io) client across Fastify.501- [`fastify-next-auth`](https://github.com/wobsoriano/fastify-next-auth)502 NextAuth.js plugin for Fastify.503- [`fastify-no-additional-properties`](https://github.com/greguz/fastify-no-additional-properties)504 Add `additionalProperties: false` by default to your JSON Schemas.505- [`fastify-no-icon`](https://github.com/jsumners/fastify-no-icon) Plugin to506 eliminate thrown errors for `/favicon.ico` requests.507- [`fastify-normalize-request-reply`](https://github.com/ericrglass/fastify-normalize-request-reply)508 Plugin to normalize the request and reply to the Express version 4.x request509 and response, which allows use of middleware, like swagger-stats, that was510 originally written for Express.511- [`fastify-now`](https://github.com/yonathan06/fastify-now) Structure your512 endpoints in a folder and load them dynamically with Fastify.513- [`fastify-nuxtjs`](https://github.com/gomah/fastify-nuxtjs) Vue server-side514 rendering support for Fastify with Nuxt.js Framework.515- [`fastify-oas`](https://gitlab.com/m03geek/fastify-oas) Generates OpenAPI 3.0+516 documentation from routes schemas for Fastify.517- [`fastify-objectionjs`](https://github.com/jarcodallo/fastify-objectionjs)518 Plugin for the Fastify framework that provides integration with objectionjs519 ORM.520- [`fastify-objectionjs-classes`](https://github.com/kamikazechaser/fastify-objectionjs-classes)521 Plugin to cherry-pick classes from objectionjs ORM.522- [`fastify-opaque-apake`](https://github.com/squirrelchat/fastify-opaque-apake)523 A Fastify plugin to implement the OPAQUE aPAKE protocol. Uses524 [@squirrelchat/opaque-wasm-server](https://github.com/squirrelchat/opaque-wasm).525- [`fastify-openapi-docs`](https://github.com/ShogunPanda/fastify-openapi-docs)526 A Fastify plugin that generates OpenAPI spec automatically.527- [`fastify-openapi-glue`](https://github.com/seriousme/fastify-openapi-glue)528 Glue for OpenAPI specifications in Fastify, autogenerates routes based on an529 OpenAPI Specification.530- [`fastify-opentelemetry`](https://github.com/autotelic/fastify-opentelemetry)531 A Fastify plugin that uses the [OpenTelemetry532 API](https://github.com/open-telemetry/opentelemetry-js-api) to provide533 request tracing.534- [`fastify-oracle`](https://github.com/cemremengu/fastify-oracle) Attaches an535 [`oracledb`](https://github.com/oracle/node-oracledb) connection pool to a536 Fastify server instance.537- [`fastify-orama`](https://github.com/mateonunez/fastify-orama)538- [`fastify-orientdb`](https://github.com/mahmed8003/fastify-orientdb) Fastify539 OrientDB connection plugin, with which you can share the OrientDB connection540 across every part of your server.541- [`fastify-osm`](https://github.com/gzileni/fastify-osm) Fastify542 OSM plugin to run overpass queries by OpenStreetMap.543- [`fastify-override`](https://github.com/matthyk/fastify-override)544 Fastify plugin to override decorators, plugins and hooks for testing purposes545- [`fastify-passkit-webservice`](https://github.com/alexandercerutti/fastify-passkit-webservice)546 A set of Fastify plugins to integrate Apple Wallet Web Service specification547- [`fastify-peekaboo`](https://github.com/simone-sanfratello/fastify-peekaboo)548 Fastify plugin for memoize responses by expressive settings.549- [`fastify-piscina`](https://github.com/piscinajs/fastify-piscina) A worker550 thread pool plugin using [Piscina](https://github.com/piscinajs/piscina).551- [`fastify-polyglot`](https://github.com/beliven-it/fastify-polyglot) A plugin to552 handle i18n using553 [node-polyglot](https://www.npmjs.com/package/node-polyglot).554- [`fastify-postgraphile`](https://github.com/alemagio/fastify-postgraphile)555 Plugin to integrate [PostGraphile](https://www.graphile.org/postgraphile/) in556 a Fastify project.557- [`fastify-postgres-dot-js`](https://github.com/kylerush/fastify-postgresjs) Fastify558 PostgreSQL connection plugin that uses [Postgres.js](https://github.com/porsager/postgres).559- [`fastify-prettier`](https://github.com/hsynlms/fastify-prettier) A Fastify560 plugin that uses [prettier](https://github.com/prettier/prettier) under the561 hood to beautify outgoing responses and/or other things in the Fastify server.562- [`fastify-print-routes`](https://github.com/ShogunPanda/fastify-print-routes)563 A Fastify plugin that prints all available routes.564- [`fastify-protobufjs`](https://github.com/kenriortega/fastify-protobufjs)565 Fastify and protobufjs, together at last. Uses protobufjs by default.566- [`fastify-qrcode`](https://github.com/chonla/fastify-qrcode) This plugin567 utilizes [qrcode](https://github.com/soldair/node-qrcode) to generate QR Code.568- [`fastify-qs`](https://github.com/vanodevium/fastify-qs) A plugin for Fastify569 that adds support for parsing URL query parameters with570 [qs](https://github.com/ljharb/qs).571- [`fastify-rabbitmq`](https://github.com/Bugs5382/fastify-rabbitmq) Fastify572 RabbitMQ plugin that uses573 [node-rabbitmq-client](https://github.com/cody-greene/node-rabbitmq-client)574 plugin as a wrapper.575- [`fastify-racing`](https://github.com/metcoder95/fastify-racing) Fastify's576 plugin that adds support to handle an aborted request asynchronous.577- [`fastify-ravendb`](https://github.com/nearform/fastify-ravendb) RavenDB578 connection plugin. It exposes the same `DocumentStore` (or multiple ones)579 across the whole Fastify application.580- [`fastify-raw-body`](https://github.com/Eomm/fastify-raw-body) Add the581 `request.rawBody` field.582- [`fastify-rbac`](https://gitlab.com/m03geek/fastify-rbac) Fastify role-based583 access control plugin.584- [`fastify-recaptcha`](https://github.com/qwertyforce/fastify-recaptcha)585 Fastify plugin for reCAPTCHA verification.586- [`fastify-redis-channels`](https://github.com/hearit-io/fastify-redis-channels)587 A plugin for fast, reliable, and scalable channels implementation based on588 Redis streams.589- [`fastify-redis-session`](https://github.com/mohammadraufzahed/fastify-redis-session)590 Redis Session plugin for fastify.591- [`fastify-register-routes`](https://github.com/israeleriston/fastify-register-routes)592 Plugin to automatically load routes from a specified path and optionally limit593 loaded file names by a regular expression.594- [`fastify-response-caching`](https://github.com/codeaholicguy/fastify-response-caching)595 A Fastify plugin for caching the response.596- [`fastify-response-time`](https://github.com/lolo32/fastify-response-time) Add597 `X-Response-Time` header at each request for Fastify, in milliseconds.598- [`fastify-resty`](https://github.com/FastifyResty/fastify-resty) Fastify-based599 web framework with REST API routes auto-generation for TypeORM entities using600 DI and decorators.601- [`fastify-reverse-routes`](https://github.com/dimonnwc3/fastify-reverse-routes)602 Fastify reverse routes plugin, allows to defined named routes and build path603 using name and parameters.604- [`fastify-rob-config`](https://github.com/jeromemacias/fastify-rob-config)605 Fastify Rob-Config integration.606- [`fastify-route-group`](https://github.com/TakNePoidet/fastify-route-group)607 Convenient grouping and inheritance of routes.608- [`fastify-s3-buckets`](https://github.com/kibertoad/fastify-s3-buckets)609 Ensure the existence of defined S3 buckets on the application startup.610- [`fastify-schema-constraint`](https://github.com/Eomm/fastify-schema-constraint)611 Choose the JSON schema to use based on request parameters.612- [`fastify-schema-to-typescript`](https://github.com/thomasthiebaud/fastify-schema-to-typescript)613 Generate typescript types based on your JSON/YAML validation schemas so they614 are always in sync.615- [`fastify-sentry`](https://github.com/alex-ppg/fastify-sentry) Fastify plugin616 to add the Sentry SDK error handler to requests.617- [`fastify-sequelize`](https://github.com/lyquocnam/fastify-sequelize) Fastify618 plugin work with Sequelize (adapter for Node.js -> Sqlite, Mysql, Mssql,619 Postgres).620- [`fastify-server-session`](https://github.com/jsumners/fastify-server-session)621 A session plugin with support for arbitrary backing caches via622 `fastify-caching`.623- [`fastify-shared-schema`](https://github.com/Adibla/fastify-shared-schema) Plugin624 for sharing schemas between different routes.625- [`fastify-slonik`](https://github.com/Unbuttun/fastify-slonik) Fastify Slonik626 plugin, with this you can use slonik in every part of your server.627- [`fastify-slow-down`](https://github.com/nearform/fastify-slow-down) A plugin628 to delay the response from the server.629- [`fastify-socket.io`](https://github.com/alemagio/fastify-socket.io) a630 Socket.io plugin for Fastify.631- [`fastify-split-validator`](https://github.com/MetCoder95/fastify-split-validator)632 Small plugin to allow you use multiple validators in one route based on each633 HTTP part of the request.634- [`fastify-sqlite`](https://github.com/Eomm/fastify-sqlite) connects your635 application to a sqlite3 database.636- [`fastify-sqlite-typed`](https://github.com/yoav0gal/fastify-sqlite-typed) connects637 your application to a SQLite database with full Typescript support.638- [`fastify-sse`](https://github.com/lolo32/fastify-sse) to provide Server-Sent639 Events with `reply.sse( … )` to Fastify.640- [`fastify-sse-v2`](https://github.com/nodefactoryio/fastify-sse-v2) to provide641 Server-Sent Events using Async Iterators (supports newer versions of Fastify).642- [`fastify-ssr-vite`](https://github.com/nineohnine/fastify-ssr-vite) A simple643 plugin for setting up server side rendering with vite.644- [`fastify-stripe`](https://github.com/coopflow/fastify-stripe) Plugin to645 initialize and encapsulate [Stripe646 Node.js](https://github.com/stripe/stripe-node) instances in Fastify.647- [`fastify-supabase`](https://github.com/coopflow/fastify-supabase) Plugin to648 initialize and encapsulate [Supabase](https://github.com/supabase/supabase-js)649 instances in Fastify.650- [`fastify-tls-keygen`](https://gitlab.com/sebdeckers/fastify-tls-keygen)651 Automatically generate a browser-compatible, trusted, self-signed,652 localhost-only, TLS certificate.653- [`fastify-tokenize`](https://github.com/Bowser65/fastify-tokenize)654 [Tokenize](https://github.com/Bowser65/Tokenize) plugin for Fastify that655 removes the pain of managing authentication tokens, with built-in integration656 for `fastify-auth`.657- [`fastify-totp`](https://github.com/beliven-it/fastify-totp) A plugin to handle658 TOTP (e.g. for 2FA).659- [`fastify-twitch-ebs-tools`](https://github.com/lukemnet/fastify-twitch-ebs-tools)660 Useful functions for Twitch Extension Backend Services (EBS).661- [`fastify-type-provider-effect-schema`](https://github.com/daotl/fastify-type-provider-effect-schema)662 Fastify663 [type provider](https://fastify.dev/docs/latest/Reference/Type-Providers/)664 for [@effect/schema](https://github.com/effect-ts/schema).665- [`fastify-type-provider-zod`](https://github.com/turkerdev/fastify-type-provider-zod)666 Fastify667 [type provider](https://fastify.dev/docs/latest/Reference/Type-Providers/)668 for [zod](https://github.com/colinhacks/zod).669- [`fastify-typeorm-plugin`](https://github.com/inthepocket/fastify-typeorm-plugin)670 Fastify plugin to work with TypeORM.671- [`fastify-user-agent`](https://github.com/Eomm/fastify-user-agent) parses your672 request's `user-agent` header.673- [`fastify-uws`](https://github.com/geut/fastify-uws) A Fastify plugin to674 use the web server [uWebSockets.js](https://github.com/uNetworking/uWebSockets.js).675- [`fastify-vhost`](https://github.com/patrickpissurno/fastify-vhost) Proxy676 subdomain HTTP requests to another server (useful if you want to point677 multiple subdomains to the same IP address, while running different servers on678 the same machine).679- [`fastify-vite`](https://github.com/galvez/fastify-vite)680 [Vite](https://vitejs.dev/) plugin for Fastify with SSR data support.681- [`fastify-vue-plugin`](https://github.com/TheNoim/fastify-vue)682 [Nuxt.js](https://nuxtjs.org) plugin for Fastify. Control the routes nuxt683 should use.684- [`fastify-wamp-router`](https://github.com/lependu/fastify-wamp-router) Web685 Application Messaging Protocol router for Fastify.686- [`fastify-web-response`](https://github.com/erfanium/fastify-web-response)687 Enables returning web streams objects `Response` and `ReadableStream` in routes.688- [`fastify-webpack-hmr`](https://github.com/lependu/fastify-webpack-hmr)689 Webpack hot module reloading plugin for Fastify.690- [`fastify-webpack-hot`](https://github.com/gajus/fastify-webpack-hot) Webpack691 Hot Module Replacement for Fastify.692- [`fastify-ws`](https://github.com/gj/fastify-ws) WebSocket integration for693 Fastify — with support for WebSocket lifecycle hooks instead of a single694 handler function. Built upon [ws](https://github.com/websockets/ws) and695 [uws](https://github.com/uNetworking/uWebSockets).696- [`fastify-xml-body-parser`](https://github.com/NaturalIntelligence/fastify-xml-body-parser)697 Parse XML payload / request body into JS / JSON object.698- [`http-wizard`](https://github.com/flodlc/http-wizard)699 Exports a typescript API client for your Fastify API and ensures fullstack type700 safety for your project.701- [`i18next-http-middleware`](https://github.com/i18next/i18next-http-middleware#fastify-usage)702 An [i18next](https://www.i18next.com) based i18n (internationalization)703 middleware to be used with Node.js web frameworks like Express or Fastify and704 also for Deno.705- [`k-fastify-gateway`](https://github.com/jkyberneees/fastify-gateway) API706 Gateway plugin for Fastify, a low footprint implementation that uses the707 `fastify-reply-from` HTTP proxy library.708- [`mercurius`](https://mercurius.dev/) A fully-featured and performant GraphQL709 server implementation for Fastify.710- [`nstats`](https://github.com/Phara0h/nstats) A fast and compact way to get711 all your network and process stats for your node application. Websocket,712 HTTP/S, and prometheus compatible!713- [`oas-fastify`](https://github.com/ahmadnassri/node-oas-fastify) OAS 3.x to714 Fastify routes automation. Automatically generates route handlers with fastify715 configuration and validation.716- [`openapi-validator-middleware`](https://github.com/PayU/openapi-validator-middleware#fastify)717 Swagger and OpenAPI 3.0 spec-based request validation middleware that supports718 Fastify.719- [`pubsub-http-handler`](https://github.com/simenandre/pubsub-http-handler) A Fastify720 plugin to easily create Google Cloud PubSub endpoints.721- [`sequelize-fastify`](https://github.com/hsynlms/sequelize-fastify) A simple722 and lightweight Sequelize plugin for Fastify.723- [`typeorm-fastify-plugin`](https://github.com/jclemens24/fastify-typeorm) A simple724 and updated Typeorm plugin for use with Fastify.725 726#### [Community Tools](#community-tools)727 728- [`@fastify-userland/workflows`](https://github.com/fastify-userland/workflows)729 Reusable workflows for use in the Fastify plugin730- [`fast-maker`](https://github.com/imjuni/fast-maker) route configuration731 generator by directory structure.732- [`fastify-flux`](https://github.com/Jnig/fastify-flux) Tool for building733 Fastify APIs using decorators and convert Typescript interface to JSON Schema.734- [`simple-tjscli`](https://github.com/imjuni/simple-tjscli) CLI tool to735 generate JSON Schema from TypeScript interfaces.736- [`vite-plugin-fastify`](https://github.com/Vanilla-IceCream/vite-plugin-fastify)737 Fastify plugin for Vite with Hot-module Replacement.738- [`vite-plugin-fastify-routes`](https://github.com/Vanilla-IceCream/vite-plugin-fastify-routes)739 File-based routing for Fastify applications using Vite.740 