typescript-fastify

Installation
SKILL.md

Fastify

Fast, low-overhead web framework for Node.js with TypeBox schema validation.

Additional References

Setup

npm i fastify @fastify/type-provider-typebox @sinclair/typebox
import Fastify from 'fastify'
import { TypeBoxTypeProvider } from '@fastify/type-provider-typebox'
Installs
18
GitHub Stars
31
First Seen
Apr 12, 2026
typescript-fastify — martinffx/atelier