typescript:fastify
Installation
SKILL.md
Fastify
Fast, low-overhead web framework for Node.js with TypeBox schema validation.
Additional References
- references/plugins.md - Plugin architecture and dependency injection
- references/typeid.md - Type-safe prefixed identifiers
Setup
npm i fastify @fastify/type-provider-typebox @sinclair/typebox
import Fastify from 'fastify'
import { TypeBoxTypeProvider } from '@fastify/type-provider-typebox'