Node TS Generator
A CLI tool to instantly scaffold a production-ready Express 5 and TypeScript backend. It includes strict tooling, a health-check API, Docker support, and AI-ready project conventions.
Structured Scaffolding
A scalable structure for controllers, routes, services, and middleware—ready to extend from day one.
Strict TypeScript & Aliases
Strict TypeScript plus aliases for controllers, middleware, routes, and services keeps imports clear and maintainable.
Modern Development Tooling
Fast file-watching with tsx, plus ESLint and Prettier configuration, gives every project a polished development workflow.
Docker Ready
A production-oriented Dockerfile makes it straightforward to containerize and deploy the generated application.
Webpack Production Build
Webpack bundles the application for an optimized production build, while type checking remains part of the workflow.
VS Code Debugging
A ready-to-use launch configuration supports smooth Node.js debugging directly in VS Code.
Health Check & Error Handling
A ready-to-use health-check endpoint and centralized JSON error handling provide a solid, observable API foundation.
npm & pnpm Support
Create, install, and run generated projects with either npm or pnpm—without changing the workflow.
AI Scaffold Skill
Generated projects include an AI skill with conventions for safely adding controllers, routes, services, models, helpers, and middleware.