[Go to site: main page, start]

JavaScript JavaScript

Open-source JavaScript projects categorized as JavaScript

Top 23 JavaScript JavaScript Projects

  1. react

    The library for web and native user interfaces.

    Project mention: Port React Compiler to Rust | news.ycombinator.com | 2026-06-10
  2. SaaSHub

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

    SaaSHub logo
  3. React

    The library for web and native user interfaces. (by facebook)

    Project mention: React Compiler Rust Port | news.ycombinator.com | 2026-06-09
  4. javascript-algorithms

    📝 Algorithms and data structures implemented in JavaScript with explanations and links to further readings

    Project mention: Dijkstra's Algorithm in JavaScript | news.ycombinator.com | 2025-11-08
  5. javascript

    JavaScript Style Guide

    Project mention: 33-js-concepts VS javascript - a user suggested alternative | libhunt.com/r/33-js-concepts | 2026-01-15

    saimatouseef78

  6. 30-seconds-of-code

    Coding articles to level up your development skills

    Project mention: 30-seconds-of-code – short, reusable JavaScript code snippets | news.ycombinator.com | 2025-06-23
  7. 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.

  8. three.js

    JavaScript 3D Library.

    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.

  9. axios

    Promise based HTTP client for the browser and node.js

    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

  10. Web-Dev-For-Beginners

    24 Lessons, 12 Weeks, Get Started as a Web Developer

  11. clean-code-javascript

    Clean Code concepts adapted for JavaScript

    Project mention: Why Clean Code Matters: Lessons from Uncle Bob | dev.to | 2025-10-20

    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.

  12. anime.js

    JavaScript animation engine

    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.

  13. Express

    Fast, unopinionated, minimalist web framework for node.

    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

  14. Chart.js

    Simple HTML5 Charts using the <canvas> tag

    Project mention: Build a SMART on FHIR App in 30 Minutes | dev.to | 2026-03-26

    We use Chart.js — one CDN script tag, no build step:

  15. 33-js-concepts

    📜 33 JavaScript concepts every developer should know.

    Project mention: 33-js-concepts VS javascript - a user suggested alternative | libhunt.com/r/33-js-concepts | 2026-01-15
  16. 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.

    Project mention: Next.js vs Remix: What's the Difference? | dev.to | 2026-05-14

    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.

  17. uBlock

    uBlock Origin - An efficient blocker for Chromium and Firefox. Fast and lean.

    Project mention: I'm So Tired of Ads | news.ycombinator.com | 2026-05-31

    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...

  18. lodash

    A modern JavaScript utility library delivering modularity, performance, & extras.

    Project mention: I read 600 GitHub release notes so you don't have to: introducing dep-diff-mcp | dev.to | 2026-04-28
  19. html5-boilerplate

    A professional front-end template for building fast, robust, and adaptable web apps or sites.

    Project mention: You can make up HTML tags | news.ycombinator.com | 2025-12-28

    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.

  20. leetcode

    LeetCode Solutions: A Record of My Problem Solving Journey.( leetcode题解,记录自己的leetcode解题之路。) (by azl397985856)

  21. Ghost

    Independent technology for modern publishing, memberships, subscriptions and newsletters.

    Project mention: Good Careers at Bad Companies | news.ycombinator.com | 2026-06-05

    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...

  22. prettier

    Prettier is an opinionated code formatter.

    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.

  23. htmx

    </> htmx - high power tools for HTML

    Project mention: Just Fucking Use Go | news.ycombinator.com | 2026-05-08

    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.

  24. 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

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).

JavaScript JavaScript discussion

Log in or Post with

JavaScript JavaScript related posts

  • Port React Compiler to Rust

    2 projects | news.ycombinator.com | 10 Jun 2026
  • React Compiler Rust Port

    1 project | news.ycombinator.com | 9 Jun 2026
  • Fully vector QR codes with an SVG logo in React (download as scalable SVG)

    3 projects | dev.to | 8 Jun 2026
  • Why a Test Automation Framework? (Playwright + TypeScript, Ch.1)

    3 projects | dev.to | 8 Jun 2026
  • Scarab Diagnostic Suite Field Test #017: Node.js Readline Line-Separator Boundary

    1 project | dev.to | 8 Jun 2026
  • Scarab Diagnostic Suite Field Test #015: Facebook/React Compiler Non-Null Assertion Boundary

    1 project | dev.to | 8 Jun 2026
  • Fantasy-land: interoperability of common algebraic structures in JavaScript

    1 project | news.ycombinator.com | 7 Jun 2026
  • A note from our sponsor - SaaSHub
    www.saashub.com | 12 Jun 2026
    SaaSHub helps you find the best software and product alternatives Learn more →

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

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?