This repository contains the source code for the official Node.js website, which is the public-facing site at nodejs.org. Node.js itself is a runtime that lets developers run JavaScript outside of a web browser, but this repo is specifically the website about Node.js, not Node.js itself. The site is built with Next.js, a framework for building websites, and uses TypeScript, CSS Modules, and Tailwind for styling. Content is written in MDX, which is a format that mixes regular text with component code. The project is maintained by the OpenJS Foundation, a nonprofit that stewards open source JavaScript projects. When changes are pushed to the main branch, the site is automatically deployed to Vercel, a hosting platform. Cloudflare handles the CDN layer, meaning it helps distribute the website quickly to visitors around the world. Other infrastructure like Chromatic handles visual regression testing, and Crowdin manages translations so the site can appear in multiple languages. This repo does not contain the Node.js documentation or the downloadable binaries. Those live in separate repositories. If you find a bug in the API docs or download links, the readme directs you to those other projects instead. Contributions to the website are welcome. The project has a Figma design file, contribution guidelines, and a collaborator guide for anyone who wants to help with content, code, or translations. The license is MIT.
← nodejs on gitmyhub — every repo by this author, as a profile.
Verify against the repo before relying on details.