A blazing-fast, modern scaffolding tool for Node.js backends. Built with native ESM, strict TypeScript support, and zero legacy execution dependencies.
- Native Execution: Uses Node.js
--watchand--experimental-strip-types(Zerots-nodeornodemonoverhead). - Language Support: Generate strict TypeScript or pure JavaScript environments.
- Express Integration: Optional production-ready Express server scaffolding.
- Modern Tooling: ESM by default, powered by
execaand@clack/prompts.
Run the CLI directly using npx (no installation required):
npx create-node-ss@latest my-backendFollow the interactive prompts to configure your language and framework preferences.
npm run dev
npm run build