Node

Open-source projects categorized as Node

Spacebar Counter is a tool where you can show your skills to click the spacebar and create your world record. This tool also helps improve your spacebar clicking. Visit the spacebar counter. Increase your spacebar speed as well as mouse clicking. https://spacebarcounter.us

Top 23 Node Open-Source Projects

  1. Next.js

    The React Framework

    Project mention: Scarab Diagnostic Suite Field Test #012: Next.js Source Map Provenance Boundary | dev.to | 2026-06-06
  2. SaaSHub

    SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives

    SaaSHub logo
  3. node

    Node.js JavaScript runtime ✨🐢🚀✨

    Project mention: Meet PageZERO: an open source SaaS starter kit on Cloudflare for the AI era | dev.to | 2026-06-04

    You only need Bun and Node.js. From there:

  4. nvm

    Node Version Manager - POSIX-compliant bash script to manage multiple active node.js versions

    Project mention: What Happens When You Run `npm run dev` | dev.to | 2026-05-19

    Your shell looks up npm in your PATH and finds it — often inside whatever directory nvm installed Node into, or at a system path like /usr/local/bin/npm. It hands control to the npm CLI, which is itself just a Node.js script.

  5. Nest

    A progressive Node.js framework for building efficient, scalable, and enterprise-grade server-side applications with TypeScript/JavaScript 🚀

    Project mention: You might not need… the repository pattern | dev.to | 2026-05-23

    If you follow a strict domain model, and propagate changes to other aggregates through events, you can adhere to the above criteria. You're probably writing Java, C#, or JS with Nest (which really, really wants to be Java).

  6. awesome-nodejs

    :zap: Delightful Node.js packages and resources [BECAUSE OF TOO MUCH SPAM AND LOW-QUALITY SUBMISSIONS, SUBMISSIONS ARE PAUSED UNTIL JULY]

    Project mention: I Audited 5 Popular awesome-nodejs Packages for Their Environment Variable Documentation. Here's the Scorecard. | dev.to | 2026-03-21

    awesome-nodejs is the canonical curated list of quality Node.js packages. Quality implies documentation. I wanted to see how these packages handle .env documentation specifically — the section most developers rely on when setting up a new service in a fresh environment.

  7. nuxt

    the full-stack Vue framework

    Project mention: I built an open-source WhatsApp Business inbox for teams — here's how | dev.to | 2026-02-27
  8. astro

    The web framework for content-driven websites. ⭐️ Star to support our work!

    Project mention: Building a Decentralized Content Pipeline with Nostr & Astro | dev.to | 2026-06-02
  9. nvm for Windows

    A node.js version management utility for Windows. Ironically written in Go.

    Project mention: Full-Stack E-Commerce App - Part 1: Project setup | dev.to | 2026-04-02

    Download nvm-windows from https://github.com/coreybutler/nvm-windows/releases (get nvm-setup.exe). Install it, then open a new terminal:

  10. 30-Days-Of-JavaScript

    30 days of JavaScript programming challenge is a step-by-step guide to learn JavaScript programming language in 30 days. This challenge may take more than 100 days, please just follow your own pace. These videos may help too: https://www.youtube.com/channel/UC7PNRuno1rzYPb1xLa4yktw

  11. PM2

    Node.js Production Process Manager with a built-in Load Balancer.

    Project mention: PM2 process management for Node.js - Why You Need PM2 Process... | dev.to | 2026-01-02

    Setting this up is a breeze. I’ll walk you through the steps I use for every project. Whether it’s a small side project or a big enterprise app, the process is the same. First, you need to have Node. js installed. Then, you can grab the PM2 on GitHub package.

  12. Directus

    The flexible backend for all your projects 🐰 Turn your DB into a headless CMS, admin panels, or apps with a custom UI, instant APIs, auth & more.

    Project mention: Which No-Code Database in 2026: Tested & Compared | dev.to | 2026-05-07

    How does Directus 2026.0 compare to NocoDB 2026.1 for teams needing custom API extensions?

  13. pnpm

    Fast, disk space efficient package manager

    Project mention: FMix: пакетный менеджер для Forth | dev.to | 2026-05-18

    В Elixir есть Mix. В Rust есть Cargo. В Ruby есть Bundler и RubyGems. В Haskell есть Cabal и Stack. В JavaScript есть npm, pnpm и Yarn. В Go есть modules.

  14. pear-desktop

    Pear 🍐 is extension for music player

    Project mention: Nuclear: Desktop music player focused on streaming from free sources | news.ycombinator.com | 2025-09-03

    This might be of interest:

    https://github.com/th-ch/youtube-music

    Custom YT Music desktop client with loads of plugins to customize the experience (including ad-blocking). I'm not the dev, just a happy user.

  15. homepage

    A highly customizable homepage (or startpage / application dashboard) with Docker and service API integrations.

  16. Nodemon.io

    Monitor for any changes in your node.js application and automatically restart the server - perfect for development

    Project mention: 31 npm packages you can replace with Node.js APIs | dev.to | 2025-09-02

    27. nodemon (7.8M weekly downloads)

  17. asdf

    Extendable version manager with support for Ruby, Node.js, Elixir, Erlang & more

    Project mention: Claude Code as a Daily Driver: Claude.md, Skills, Subagents, Plugins, and MCPs | news.ycombinator.com | 2026-05-27
  18. validator.js

    String validation

    Project mention: validatorgo v1.0.0 is here 🎉 — the validator.js you've been missing in Go | dev.to | 2026-05-12

    The library that inspired it: validator.js If you build something with it, I'd genuinely like to hear about it. Drop a comment or tag me on GitHub.

  19. mocha

    ☕️ Classic, reliable, trusted test framework for Node.js and the browser

    Project mention: JavaScript Awesome Package | dev.to | 2026-02-03

    Mocha - feature-rich JavaScript test framework running on Node.js and in the browser

  20. ws

    Simple to use, blazing fast and thoroughly tested WebSocket client and server for Node.js

    Project mention: AI-startup's concepts are all same with our MIT-licensed OSS projects. Is this convergent evolution? or OSS etiquette violation? | dev.to | 2026-01-13

    However, both TGrid and Symbolica's WARPC took a different path: using the low-level ws library directly and building a custom JavaScript Proxy-based RPC protocol on top.

  21. ava

    Node.js test runner that lets you develop with confidence 🚀

  22. dotenv

    Loads environment variables from .env for nodejs projects.

    Project mention: Read environment variables from .env file in Angular | dev.to | 2026-05-28

    Install the dotenv package to load environment variables from the selected .env file. This will generate the node_modules directory.

  23. wasp

    The batteries-included full-stack framework for the AI era. Develop JS/TS web apps (React, Node.js, and Prisma) using declarative code that abstracts away complex full-stack features like auth, background jobs, RPC, email sending, end-to-end type safety, single-command deployment, and more.

    Project mention: A gentle intro to npm workspaces, with visuals | dev.to | 2026-04-07

    I am a founding engineer at Wasp - a full-stack TypeScript framework based on React, Node.js, and Prisma. Like Rails, but for JavaScript. A Wasp app is built as a multi-package setup - frontend, backend and shared code all live in a single repo as separate packages managed by npm workspaces.

  24. cz-cli

    The commitizen command line utility. #BlackLivesMatter

    Project mention: Conventional Commits : un premier pas vers l’automatisation | dev.to | 2025-07-04
NOTE: The open source projects on this list are ordered by number of github stars. The number of mentions indicates repo mentiontions in the last 12 Months or since we started tracking (Dec 2020).

Node discussion

Log in or Post with

Node related posts

  • Scarab Diagnostic Suite Field Test #012: Next.js Source Map Provenance Boundary

    1 project | dev.to | 6 Jun 2026
  • Scarab Diagnostic Suite Field Test #008: Next.js Image Optimizer Resource Boundary

    1 project | dev.to | 4 Jun 2026
  • Meet PageZERO: an open source SaaS starter kit on Cloudflare for the AI era

    1 project | dev.to | 4 Jun 2026
  • I Tested 5 Developer-Focused Video Editing Tools — Here's What I Learned

    2 projects | dev.to | 3 Jun 2026
  • How we turned our workflow editor into a real SDK

    3 projects | dev.to | 2 Jun 2026
  • Cómo instalar Node.js

    1 project | dev.to | 1 Jun 2026
  • I built a React circuit editor in a day with Workflow Builder

    2 projects | dev.to | 1 Jun 2026
  • A note from our sponsor - SaaSHub
    www.saashub.com | 6 Jun 2026
    SaaSHub helps you find the best software and product alternatives Learn more →

Index

What are some of the best open-source Node projects? This list will help you:

# Project Stars
1 Next.js 139,866
2 node 117,421
3 nvm 93,676
4 Nest 75,654
5 awesome-nodejs 65,892
6 nuxt 60,345
7 astro 59,871
8 nvm for Windows 46,688
9 30-Days-Of-JavaScript 46,418
10 PM2 43,203
11 Directus 36,025
12 pnpm 35,363
13 pear-desktop 31,854
14 homepage 30,519
15 Nodemon.io 26,685
16 asdf 25,402
17 validator.js 23,744
18 mocha 22,881
19 ws 22,768
20 ava 20,853
21 dotenv 20,452
22 wasp 18,379
23 cz-cli 17,467

Sponsored
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com

Did you know that JavaScript is
the 5th most popular programming language
based on number of references?