nodejs-backend-typescript

Installation
Summary

TypeScript backend development with Express/Fastify, routing, middleware, and database integration.

  • Covers both Express and Fastify frameworks with complete server setup, routing patterns, middleware implementation, and error handling examples
  • Includes request validation using Zod and TypeBox, JWT and session-based authentication, and integration with Drizzle ORM and Prisma
  • Provides REST API design patterns for pagination, filtering, sorting, and standardized error responses with type-safe environment configuration
  • Features testing setup with Vitest and Supertest, Docker deployment, PM2 clustering, and production best practices with recommended project structure
SKILL.md

Node.js Backend Development with TypeScript


progressive_disclosure: entry_point: summary: "TypeScript backend patterns with Express/Fastify, routing, middleware, database integration" when_to_use: - "When building REST APIs with TypeScript" - "When creating Express/Fastify servers" - "When needing server-side TypeScript" - "When building microservices" quick_start: - "npm init -y && npm install -D typescript @types/node tsx" - "npm install express @types/express zod" - "Create tsconfig.json with strict mode" - "npm run dev" token_estimate: entry: 75 full: 4700

Related skills
Installs
738
GitHub Stars
43
First Seen
Jan 23, 2026