Claude Rules for Node.js

CLAUDE.md rules for Node.js backends. Covers Express/Fastify/NestJS conventions, async/await patterns, environment variable handling, and Node.js project structure.

1 rule matching Node.js

Why add Node.js rules to your CLAUDE.md?

Node.js backends have no single dominant framework — Express, Fastify, NestJS, and Koa all have different patterns. A Node.js CLAUDE.md tells Claude which framework you use, how you structure middleware, how errors are handled and propagated, and what your logging setup looks like. Without it, Claude often generates inconsistent code that mixes patterns from different frameworks.