[Go to site: main page, start]

JavaScript

Open-source projects categorized as JavaScript

Top 23 JavaScript Open-Source Projects

JavaScript
  1. freeCodeCamp

    freeCodeCamp.org's open-source codebase and curriculum. Learn math, programming, and computer science for free.

    Project mention: Slack vs Microsoft Teams vs Discord: Developer Community Engagement Comparison for Open Source Projects | dev.to | 2026-04-28

    Scenario: 20 volunteer maintainers run freeCodeCamp’s community server (400k members) on Discord free tier. They use voice channels for weekly contributor office hours, bots to track new contributors.

  2. SaaSHub

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

    SaaSHub logo
  3. project-based-learning

    Curated list of project-based tutorials

    Project mention: Is the software engineer the new farmer of the digital age? | dev.to | 2025-06-21

    Project-based learning — Explore the Project Based Learning repository

  4. react

    The library for web and native user interfaces.

    Project mention: TikTikBoom | dev.to | 2026-06-14
  5. Vue.js

    This is the repo for Vue 2. For Vue 3, go to https://github.com/vuejs/core

  6. 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
  7. You-Dont-Know-JS

    A book series (2 published editions) on the JS language.

    Project mention: JavaScript Array Methods: A Guide with Examples | dev.to | 2025-09-06

    You Don’t Know JS (Book) – In-depth explanations of JavaScript core concepts.

  8. Bootstrap

    The most popular HTML, CSS, and JavaScript framework for developing responsive, mobile first projects on the web.

    Project mention: Oat – Ultra-lightweight, semantic, zero-dependency HTML UI component library | news.ycombinator.com | 2026-02-15

    Reminds me of what bootstrap [1] was like around a decade ago. It's gotten quite a bit bloated since then though.

    1. https://getbootstrap.com/

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

  10. 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
  11. Electron

    :electron: Build cross-platform desktop apps with JavaScript, HTML, and CSS

    Project mention: Can I start using Wayland in 2026? | news.ycombinator.com | 2026-01-04

    I looked into this lately - Discord needs to use the Global Shortcuts Portal to do it properly but how is unclear. Discord is based on Electron which is based on Chromium. Chromium has support, Electron has support since https://github.com/electron/electron/pull/45171 but this seems to be rather unknown and unused. Although somewhere in this API chain keyup events are lost, meaning that only "normal" shortcuts would work but no push-to-talk. There are multiple options for Discord to implement this: implement Global Shortcuts Portal directly, go via Electron global shortcuts API, hook into Chromium shortcuts API, maybe others - with the caveat that some of those don't support keyup events. Vesktop devs are currently stuck in same dilemma: https://github.com/Vencord/Vesktop/issues/18

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

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

  14. TypeScript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

    Project mention: Scarab Diagnostic Suite Field Test #016: Microsoft/TypeScript Auto-Import Package Boundary | dev.to | 2026-06-08
  15. 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

  16. deno

    A modern runtime for JavaScript and TypeScript.

    Project mention: Scarab Diagnostic Suite Field Test #014: Deno Stdin Stream Resource Boundary | dev.to | 2026-06-06
  17. nodebestpractices

    :white_check_mark: The Node.js best practices list (July 2024)

    Project mention: 🚀 Node.js Best Practices | dev.to | 2025-12-05

    Comprehensive Node.js development guidelines Based on goldbergyoni/nodebestpractices

  18. immich

    High performance self-hosted photo and video management solution.

    Project mention: Leave Me Behind | news.ycombinator.com | 2026-05-25
  19. Angular

    Deliver web apps with confidence 🚀

    Project mention: Deploying Angular applications to Cloudflare with Void | dev.to | 2026-05-20

    Angular is a web framework for building scalable applications, with a powerful CLI, signals-based reactivity, and a batteries-included approach to routing, forms, and testing.

  20. Web-Dev-For-Beginners

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

  21. app-ideas

    A Collection of application ideas which can be used to improve your coding skills.

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

  23. bun

    Incredibly fast JavaScript runtime, bundler, test runner, and package manager – all in one

    Project mention: Supply chaing attack alert: .github/setup.js | news.ycombinator.com | 2026-06-05
  24. Playwright

    Playwright is a framework for Web Testing and Automation. It allows testing Chromium, Firefox and WebKit with a single API.

    Project mention: What only the pixels knew: giving a canvas agent eyes | dev.to | 2026-06-13

    The agent's screenshot_board tool drives a Playwright browser running as a sibling container, navigates to the tokenized render route, screenshots the stage as a JPEG, and passes the image block straight through to the model. The budget is five shots per session, which turns out to be plenty: the working rhythm that emerged is look, move, look again. Think with the document, judge with the pixels.

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 discussion

Log in or Post with

JavaScript related posts

  • TikTikBoom

    2 projects | dev.to | 14 Jun 2026
  • Docusaurus – The Modern Docs Framework

    3 projects | dev.to | 14 Jun 2026
  • I Built a Search Engine That Understands Meaning — in ~150 Lines, Zero API Keys

    3 projects | dev.to | 13 Jun 2026
  • What We Learned Scanning React

    1 project | dev.to | 13 Jun 2026
  • What We Learned Scanning Google's Public zx Repository

    1 project | dev.to | 13 Jun 2026
  • How to Build a LinkedIn Outreach Pipeline (Without Getting Your Account Banned)

    4 projects | dev.to | 12 Jun 2026
  • Next.js Authentication: The Complete 2026 Guide

    3 projects | dev.to | 12 Jun 2026
  • A note from our sponsor - SaaSHub
    www.saashub.com | 14 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? This list will help you:

# Project Stars
1 freeCodeCamp 446,620
2 project-based-learning 265,608
3 react 245,701
4 Vue.js 209,864
5 javascript-algorithms 196,070
6 You-Dont-Know-JS 184,523
7 Bootstrap 174,305
8 javascript 148,088
9 30-seconds-of-code 128,078
10 Electron 121,618
11 node 117,760
12 three.js 113,008
13 TypeScript 109,210
14 axios 109,069
15 deno 107,037
16 nodebestpractices 105,174
17 immich 103,049
18 Angular 100,316
19 Web-Dev-For-Beginners 95,868
20 app-ideas 94,925
21 clean-code-javascript 94,302
22 bun 93,099
23 Playwright 90,746

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?