Project Name | Stars | Downloads | Repos Using This | Packages Using This | Most Recent Commit | Total Releases | Latest Release | Open Issues | License | Language |
---|---|---|---|---|---|---|---|---|---|---|
Next.js | 112,527 | 391 | 2 hours ago | 1,221 | July 28, 2023 | 2,500 | mit | JavaScript | ||
The React Framework | ||||||||||
Chatgpt Next Web | 44,488 | a day ago | 42 | mit | TypeScript | |||||
A well-designed cross-platform ChatGPT UI (Web / PWA / Linux / Win / MacOS). 一键拥有你自己的跨平台 ChatGPT 应用。 | ||||||||||
Trpc | 28,928 | 308 | an hour ago | 435 | July 27, 2023 | 92 | mit | TypeScript | ||
🧙♀️ Move Fast and Break Nothing. End-to-end typesafe APIs made easy. | ||||||||||
Swr | 28,011 | 13 | 889 | a day ago | 148 | July 26, 2023 | 84 | mit | TypeScript | |
React Hooks for Data Fetching | ||||||||||
Jsoncrack.com | 25,672 | 3 days ago | 41 | gpl-3.0 | TypeScript | |||||
✨ Innovative and open-source visualization application that transforms various data formats, such as JSON, YAML, XML, CSV and more, into interactive graphs. | ||||||||||
Hey | 21,241 | 6 hours ago | 72 | agpl-3.0 | TypeScript | |||||
Hey is a decentralized and permissionless social media app built with Lens Protocol 🌿 | ||||||||||
Medusa | 19,966 | 50 | 3 hours ago | 159 | July 27, 2023 | 367 | mit | TypeScript | ||
Building blocks for digital commerce | ||||||||||
Nativebase | 19,663 | 4,291 | 374 | 14 days ago | 378 | March 06, 2023 | 344 | mit | TypeScript | |
Mobile-first, accessible components for React Native & Web to build consistent UI across Android, iOS and Web. | ||||||||||
Nx | 19,520 | 126 | 433 | an hour ago | 1,098 | August 01, 2023 | 787 | mit | TypeScript | |
Smart, Fast and Extensible Build System | ||||||||||
Saleor | 19,110 | 12 hours ago | 633 | bsd-3-clause | Python | |||||
Saleor Core: the high performance, composable, headless commerce API. |
[!IMPORTANT]
The Node.js Website is currently being redesigned; Read more here to get involved!
Node.js Website built using Next.js with TypeScript, SCSS and MDXv2
Nodejs.org by the OpenJS Foundation is the official website for the Node.js JavaScript runtime. This repo is the source code for the website. It is built using Next.js, a React Framework.
npm ci
npx turbo serve
# listening at localhost:3000
This project adopts the Node.js Code of Conduct.
Any person who wants to contribute to the Website is welcome! Please read Contribution Guidelines and see the Figma Design to understand better the structure of this repository.
[!IMPORTANT]
Please read our Translation Guidelines before contributing to Translation and Localization of the Website
[!NOTE]
We recommend a read of all Relevant Links below before doing code changes; Including Dependency changes, Content changes, and Code changes.
The Website is automatically deployed to Vercel through its GitHub App integration when new pushes happen on the main
branch.
Details regarding the deployment are only accessible to the maintainers of the Website Team due to certain limitations.
The current integration is owned by the OpenJS Foundation and managed by the Website Team.
The full setup is in https://github.com/nodejs/build/tree/master/ansible/www-standalone minus secrets and certificates.
The webhook is set up on GitHub for this project and talks to a small Node server on the host, which does the work. See the github-webhook package for this.