[Go to site: main page, start]

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: Next.js 16 proxy.ts Migration: From middleware.ts | dev.to | 2026-06-10

    GitHub discussions #46722 and #71727 tracked years of demand for Node.js runtime access in middleware. The community wanted to use real libraries. The framework could not provide them without abandoning the Edge performance model. The tension was never resolved — it was dissolved by moving the runtime to Node.js and acknowledging in the name that this is not general-purpose middleware.

  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: Why a Test Automation Framework? (Playwright + TypeScript, Ch.1) | dev.to | 2026-06-08

    You'll need Node.js 18+ and Docker.

  4. nvm

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

    Project mention: Node.js vs Bun vs Deno 2 in 2026: Which JavaScript Runtime Should You Actually Use? | dev.to | 2026-06-17

    nvm (Node Version Manager): https://github.com/nvm-sh/nvm

  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: Nuxt Ignis reforged | dev.to | 2026-06-09

    I fell in love with Nuxt. It's the best framework for building modern websites I know and working with it is so satisfying I refuse to spend time looking for alternatives. So yea, you may argue with me, advocating for your favorite solutions, but it is unlikely, I will listen. If you want to know it better, I have an ongoing tutorial series.

  8. astro

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

    Project mention: I Kept Searching for the Same Converter Tools — So I Built One Site for All of Them quickconvert.dev | dev.to | 2026-06-13

    I also wanted to try Astro for a while. I kept hearing it was great for content-heavy sites because of how little JavaScript it ships by default. A converter site felt like the perfect use case — mostly static pages with one interactive tool on each.

  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: Self-hosted Directus 12 requires a license key to lift caps | news.ycombinator.com | 2026-06-17
  13. pnpm

    Fast, disk space efficient package manager

    Project mention: Upcoming breaking changes for NPM v12 | news.ycombinator.com | 2026-06-09

    > pnpm is written in Rust

    Not just yet. The Rust rewrite of the installation engine is still experimental and available as an opt-in preview[0].

    [0] https://github.com/pnpm/pnpm/releases/tag/v11.2.2

  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: Homebrew 6.0.0 | news.ycombinator.com | 2026-06-11

    I switched from brew to https://asdf-vm.com/ for this very reason.

    I don't understand how devs don't use a tool that makes multiple versions of everything possible.

  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: How to Build a LinkedIn Outreach Pipeline (Without Getting Your Account Banned) | dev.to | 2026-06-12

    The Playwright Docker image ships Node 20, which has no global WebSocket, and the Supabase Realtime client throws without one. The fix was to install ws and pass it as the transport. The problem was that we initialised a Supabase client in three files (index.ts, login.ts, browser.ts). We patched one and watched the same crash reappear from a different code path. The options were to patch all three or none.

  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

  • I Kept Searching for the Same Converter Tools — So I Built One Site for All of Them quickconvert.dev

    1 project | dev.to | 13 Jun 2026
  • How We Ship 100/100 PageSpeed Sites for Small-Business Clients (Without a CMS)

    1 project | dev.to | 10 Jun 2026
  • Next.js 16 proxy.ts Migration: From middleware.ts

    1 project | dev.to | 10 Jun 2026
  • Upcoming breaking changes for NPM v12

    5 projects | news.ycombinator.com | 9 Jun 2026
  • What I achieved in My First Week as a Self Employed Dev

    1 project | dev.to | 9 Jun 2026
  • Nuxt Ignis reforged

    2 projects | dev.to | 9 Jun 2026
  • Encrypting PostgreSQL Columns in Scala with skunk-crypt

    3 projects | dev.to | 8 Jun 2026
  • A note from our sponsor - SaaSHub
    www.saashub.com | 18 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,963
2 node 117,760
3 nvm 93,763
4 Nest 75,780
5 awesome-nodejs 65,923
6 nuxt 60,417
7 astro 60,096
8 nvm for Windows 46,783
9 30-Days-Of-JavaScript 46,455
10 PM2 43,209
11 Directus 35,995
12 pnpm 35,453
13 pear-desktop 31,905
14 homepage 30,642
15 Nodemon.io 26,681
16 asdf 25,408
17 validator.js 23,744
18 mocha 22,916
19 ws 22,767
20 ava 20,848
21 dotenv 20,463
22 wasp 18,390
23 cz-cli 17,468

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