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.
21 rules matching Node.js
Node.js CLAUDE.md Rules
Node.js backends have no single dominant framework โ Express, Fastify, NestJS, Koa, and Hono all have different conventions for middleware, error handling, and request validation. Without a CLAUDE.md, Claude Code often generates code that mixes patterns from different frameworks or assumes whichever one was most popular when it was trained. A Node.js CLAUDE.md tells Claude which framework the project uses, how routes are organized, where business logic lives versus where database access lives, what error-handling middleware looks like, and which validation library (Zod, Joi, ajv) is wired into request handling. The community CLAUDE.md examples below cover Express APIs, Fastify services, NestJS apps, and standalone scripts โ useful templates for whatever framework your team has standardized on. If your Node.js project doesn't have a CLAUDE.md yet, the highest-leverage rule to add first is a one-liner identifying the framework and its major version.
Lerna CLAUDE.md
by @lerna
Lerna is a fast, modern build system for managing and publishing multiple JavaScript/TypeScript packages from the same repository.
Awesome Claude Notes CLAUDE.md
by @loulanyue
๐ ๅธฎๅฉไฝ ๅฟซ้ๆญๅปบ Claude Code ไธ AI Agent ็ไบงๅๅทฅไฝๆต็ๅฎๆไปๅบ ๐ A practical toolkit to help you quickly build high-productivity workflows for Claude Code and AI agents
Transcriber CLAUDE.md
by @kossakovsky
Automated video-to-text transcription powered by ElevenLabs Scribe API with multi-language support and speaker diarization
Mcp Servers CLAUDE.md
by @pulsemcp
MCP (Model Context Protocol) Servers authored and maintained by the PulseMCP team. We build reliable servers thoughtfully designed specifically for MCP Client-p
Flxify CLAUDE.md
by @ahmedeltaweel
Flxify is a Swiss Army knife for developers โ a lightweight, privacy-first text transformation tool built with no frameworks and zero external dependencies.
Agents Js CLAUDE.md
by @livekit
Build realtime multimodal AI agents with Node.js
CodeScaleBench CLAUDE.md
by @sourcegraph
CLAUDE.md for the CodeScaleBench project (Shell).
Aptos Docs CLAUDE.md
by @aptos-labs
Documentation for the Aptos Blockchain
Obsidian Wechat Converter CLAUDE.md
by @DavidLam-oss
Obsidian ๅพฎไฟกๅ ฌไผๅทๆ็ๆไปถใๆฏๆ Markdown ่ฝฌๅ ฌไผๅทๆ ทๅผใไธ้ฎๅๆญฅ่็จฟ็ฎฑใๆฌๅฐๅพ็่ชๅจไธไผ ใๅฎ็พๆฏๆ LaTeX ๆฐๅญฆๅ ฌๅผ (SVG)ใๆฏๆๆ ็น็ฌฆๅทไธญๆๆ ๅๅๅค็ใ่ฎฉๆๆฏๅไฝๅๅฝ็บฏ็ฒนใ
Roo Logger CLAUDE.md
by @annenpolka
An MCP server for logging activity in Roo Code/Cline.
Open Mist CLAUDE.md
by @mistprismlabs
็ ด้พใๅฏปๅ
Drawio Mcp CLAUDE.md
by @jgraph
CLAUDE.md for the Drawio Mcp project (JavaScript).
Linkedrecords CLAUDE.md
by @wolfoo2931
A BaaS (Backend-as-a-Service) solution for web applications, inspired by the flexible nature of triplestores. Featuring real-time collaboration and serverless a
Strava CLI CLAUDE.md
by @TomasWard1
Agent-first CLI for the Strava API
Antdv Next Admin CLAUDE.md
by @yelog
vue admin,vue3 admin,antdv-next,vueๅๅฐ็ฎก็,vue-admin,antdv,ant-design-vue
Claude Homelab CLAUDE.md
by @jmagar
Comprehensive Agents, Commands, Hooks, and Skills for homelab service management - media automation, infrastructure monitoring, document management, and more
Llm Driven System Design CLAUDE.md
by @evgenyvinnik
Collection of the system designs driven by LLMs
Slicc CLAUDE.md
by @ai-ecoverse
A browser-native AI agent (claw) for everyone that loves ice cream
Remilama CLAUDE.md
by @kawasima
Realtime online document review system
Lula CLAUDE.md
by @defenseunicorns
A tool for managing compliance as code in your GitHub repositories. :unicorn:
Claude Code Webui CLAUDE.md
by @sugyan
Web-based interface for Claude CLI with streaming chat responses
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.