SaaSHub helps you find the best software and product alternatives Learn more →
Top 23 JavaScript JavaScript Projects
-
-
SaaSHub
SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives
-
-
javascript-algorithms
📝 Algorithms and data structures implemented in JavaScript with explanations and links to further readings
-
Project mention: 33-js-concepts VS javascript - a user suggested alternative | libhunt.com/r/33-js-concepts | 2026-01-15
saimatouseef78
-
Project mention: 30-seconds-of-code – short, reusable JavaScript code snippets | news.ycombinator.com | 2025-06-23
-
Project mention: Why a Test Automation Framework? (Playwright + TypeScript, Ch.1) | dev.to | 2026-06-08
You'll need Node.js 18+ and Docker.
-
Project mention: Building LoreKeeper: An Immersive 3D Library to Bridge EPUBs and AI | dev.to | 2026-05-07
Frontend: Three.js for the 3D engine, Vite for a lightning-fast build.
-
Project mention: Spine v1: Stop Making Claude Rediscover Your Codebase Every Time You Open a Repo | dev.to | 2026-05-02
git clone https://github.com/axios/axios.git cd axios
-
-
In this article, inspired by Uncle Bob’s Clean Code lessons on YouTube and Ryan McDermott’s JavaScript adaptation (clean-code-javascript), I created a quick and practical guide, blending my notes on these timeless principles to help improve your code.
-
Project mention: Ask HN: What are examples of open source project websites? | news.ycombinator.com | 2025-09-18
https://animejs.com/
This is a js animation library so there may be some home advantage but very well made nontheless.
-
Project mention: Orbis: Turn Any GitHub Repository Into an Interactive 3D Dependency Graph | dev.to | 2026-05-09
Enter a public GitHub repository URL - for example https://github.com/expressjs/express
-
We use Chart.js — one CDN script tag, no build step:
-
Project mention: 33-js-concepts VS javascript - a user suggested alternative | libhunt.com/r/33-js-concepts | 2026-01-15
-
webpack
A bundler for javascript and friends. Packs many modules into a few bundled assets. Code Splitting allows for loading parts of the application on demand. Through "loaders", modules can be CommonJs, AMD, ES6 modules, CSS, Images, JSON, Coffeescript, LESS, ... and your custom stuff.
From a developer experience perspective, it's worth noting that Next.js was built using webpack for bundling, which has struggled to maintain performance. Therefore, when changing something in the code, reload times can be very slow. For this reason, the Next.js team has been working on getting full compatibility on its own bundler, Turbopack. As of Next.js 14, Turbopack is still considered beta but is much faster than the default experience with webpack.
-
And in case you do need them, it’s a simple keyboard shortcut to load them (= Relax mode).
[1] https://github.com/gorhill/uBlock/wiki/Blocking-mode:-medium...
-
Project mention: I read 600 GitHub release notes so you don't have to: introducing dep-diff-mcp | dev.to | 2026-04-28
-
html5-boilerplate
A professional front-end template for building fast, robust, and adaptable web apps or sites.
I learned this back when HTML5 was brand new around 15-ish years ago. If you wanted to use the new tags like , the only “polyfill” needed was some css styles. You can see it in the early versions of the HTML5 Boilerplate:
https://github.com/h5bp/html5-boilerplate/blob/v0.9/css/styl...
I realized that I could just make up tags and style them and it was work.
-
leetcode
LeetCode Solutions: A Record of My Problem Solving Journey.( leetcode题解,记录自己的leetcode解题之路。) (by azl397985856)
-
OP/author here! Apologies about the malware and captcha. It looks like my site was exploited by CVE-2026-26980 affecting all Ghost sites pre v6.19 [1][2] An API key was hijacked to inject malicious JS into every page that looks like a cloudflare captcha; it seems that the JS only targeted windows users, so I didn't catch it before I shared the post widely.
The site has been upgraded to 6.44 to close the vulnerability, I rotated every API key and account credential, and both manually and programmatically scrubbed every instance I could find of the code injection across the database. I think we're clear now!
Sorry to anyone caught by this and thank you to folks for flagging it (and thanks to the HN team for letting me follow up on this after comments were closed). I'm seriously mortified. X_X
[1] https://github.com/TryGhost/Ghost/security/advisories/GHSA-w...
-
Project mention: How to Build a Dependency Map of a Legacy Codebase Using AI Tools | dev.to | 2026-05-09
137Foundry provides legacy modernization services that include dependency mapping as a foundational assessment phase. Prettier and ESLint are useful companion tools for enforcing code style consistency as the refactoring proceeds. Node.js and Python.org official documentation are authoritative references for understanding the import and module systems of those runtimes.
-
For web stuff, I enjoy https://htmx.org
so Go + Templ + HTMX (aka the GOTH stack)
Or, if you prefer more of a power tools feel, then HTMX and Raku in functional style (https://harcstack.org) maybe to your liking. Which I call the Crotch Rocket of the programming world.
-
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
JavaScript JavaScript discussion
JavaScript JavaScript related posts
-
Port React Compiler to Rust
-
React Compiler Rust Port
-
Fully vector QR codes with an SVG logo in React (download as scalable SVG)
-
Why a Test Automation Framework? (Playwright + TypeScript, Ch.1)
-
Scarab Diagnostic Suite Field Test #017: Node.js Readline Line-Separator Boundary
-
Scarab Diagnostic Suite Field Test #015: Facebook/React Compiler Non-Null Assertion Boundary
-
Fantasy-land: interoperability of common algebraic structures in JavaScript
-
A note from our sponsor - SaaSHub
www.saashub.com | 12 Jun 2026
Index
What are some of the best open-source JavaScript projects in JavaScript? This list will help you:
| # | Project | Stars |
|---|---|---|
| 1 | react | 245,701 |
| 2 | React | 245,632 |
| 3 | javascript-algorithms | 196,070 |
| 4 | javascript | 148,088 |
| 5 | 30-seconds-of-code | 128,014 |
| 6 | node | 117,671 |
| 7 | three.js | 112,871 |
| 8 | axios | 109,069 |
| 9 | Web-Dev-For-Beginners | 95,874 |
| 10 | clean-code-javascript | 94,302 |
| 11 | anime.js | 69,439 |
| 12 | Express | 69,104 |
| 13 | Chart.js | 67,481 |
| 14 | 33-js-concepts | 66,458 |
| 15 | webpack | 65,782 |
| 16 | uBlock | 65,409 |
| 17 | lodash | 61,231 |
| 18 | html5-boilerplate | 57,482 |
| 19 | leetcode | 55,758 |
| 20 | Ghost | 53,811 |
| 21 | prettier | 51,963 |
| 22 | htmx | 48,162 |
| 23 | 30-Days-Of-JavaScript | 46,418 |