Open-Awesome
CategoriesAlternativesStacksSelf-HostedExplore
Open-Awesome

© 2026 Open-Awesome. Curated for the developer elite.

TermsPrivacyAboutGitHubRSS
  1. Home
  2. Stacks
  3. JavaScript
J

JavaScript

Language
2837 projects12628.8k total stars1847.5k total forks45 languages

Open-source projects built with JavaScript

There are currently 2837 open-source projects built with JavaScript, with a combined total of 12628.8k GitHub stars. The most common language among these projects is JavaScript.

Showing 2,837 open-source projects · page 32 of 79

……
Community-curated · Updated weekly · 100% open source

Found a gem we're missing?

Open-Awesome is built by the community, for the community. Submit a project, suggest an awesome list, or help improve the catalog on GitHub.

Submit a projectStar on GitHub
opentip
opentipenyo/opentip

An open-source JavaScript tooltip library with framework-agnostic adapters, stems, AJAX content, and CSS3 animations.

1.2k389JavaScript
5 years ago
jquery.sparkline
jquery.sparklinegwatts/jquery.sparkline

A jQuery plugin for generating small inline sparkline charts directly in the browser with minimal code.

1.2k274JavaScript
6 years ago
Nivo Slider
Nivo SliderCodeinwp/Nivo-Slider-jQuery

A beautiful and easy-to-use jQuery image slider plugin for creating stunning website visuals.

1.2k589JavaScript
5 years ago
Esplora
EsploraBlockstream/esplora

A reactive single-page block explorer web interface for Bitcoin and Liquid networks, built on the esplora-electrs HTTP API.

1.2k507JavaScript
2 days ago
react-uploady
react-uploadyrpldy/react-uploady

A lightweight React library providing components and hooks for building modern file upload features with minimal code.

1.2k42JavaScript
2 days ago
SwissGL
SwissGLgoogle/swissgl

A minimalistic WebGL2 wrapper that reduces boilerplate for managing shaders, textures, and framebuffers in procedural visualizations and simulations.

1.2k47JavaScript
3 months ago
tourist
touristeaselinc/tourist

A simple JavaScript library for creating guided tours in complex single-page applications.

1.2k95CoffeeScript
7 years ago
<dark-mode-toggle>
<dark-mode-toggle>GoogleChromeLabs/dark-mode-toggle

A custom element for adding a Dark Mode toggle or switch to websites, respecting user preferences and allowing overrides.

1.2k73JavaScript
19 days ago
Megadraft
Megadraftglobocom/megadraft

A rich text editor built on Facebook's Draft.js with a nice default component base and extensibility.

1.2k217JavaScript
6 months ago
YodaOS
YodaOSyodaos-project/yodaos

A Linux distribution for voice-enabled IoT devices using JavaScript and Web standards as the primary application language.

1.2k140C
6 years ago
JS-PyTorch
JS-PyTorcheduardoleao052/js-pytorch

A deep learning JavaScript library built from scratch with PyTorch-like syntax and GPU acceleration via GPU.js.

1.2k56JavaScript
1 year ago
Xray
Xraybrentd/xray-rails

A development tool that reveals the Rails views, partials, and templates behind your UI with an overlay.

1.2k77Ruby
1 year ago
electron-devtools-installer
electron-devtools-installerGPMDP/electron-devtools-installer

A utility to install Chrome DevTools extensions into Electron applications with minimal configuration.

1.2k149TypeScript
6 months ago
react-native-modal-dropdown
react-native-modal-dropdownsohobloo/react-native-modal-dropdown

A customizable, cross-platform dropdown/picker/icker/selector component for React Native apps.

1.2k465JavaScript
3 years ago
Modular Forms
Modular Formsfabian-hiller/modular-forms

A modular, type-safe form library for SolidJS, Qwik, Preact, and React with small bundle size and fine-grained updates.

1.2k64TypeScript
4 days ago
Vacuum Card
Vacuum Carddenysdovhan/vacuum-card

A customizable Lovelace UI card for controlling and monitoring robot vacuum cleaners in Home Assistant.

1.2k608TypeScript
10 days ago
pretty-ms
pretty-mssindresorhus/pretty-ms

Convert milliseconds to human-readable time strings with customizable formatting options.

1.2k66JavaScript
7 months ago
Slang
Slangkylestetz/slang

A simple audio programming language implemented in JavaScript for creating music and sound directly in the browser.

1.2k31JavaScript
6 years ago
jwerty
jwertykeithamus/jwerty

A lightweight JavaScript library for handling keyboard events with intuitive key combination syntax.

1.2k105JavaScript
8 years ago
n3-charts
n3-chartsn3-charts/line-chart

An easy-to-use JavaScript library for creating beautiful charts in AngularJS applications, built on top of D3.js.

1.2k175TypeScript
4 years ago
org-chart
org-chartbumbeishvili/org-chart

A highly customizable organization chart built with D3, offering integrations for Angular, React, and Vue.

1.2k372HTML
1 year ago
Yamm
Yammgeedmo/yamm3

A lightweight, pure CSS megamenu for Bootstrap 3 that uses standard navbar markup and fluid grid system classes.

1.2k175HTML
5 years ago
three-nebula
three-nebulacreativelifeform/three-nebula

A WebGL-based 3D particle system engine designed to work seamlessly with three.js.

1.2k90JavaScript
3 years ago
emoji-button
emoji-buttonjoeattardi/emoji-button

A vanilla JavaScript emoji picker that works with any framework, featuring search, skin tones, themes, and custom images.

1.2k116TypeScript
2 years ago
@webcomponents/custom-elements
@webcomponents/custom-elementswebcomponents/polyfills

A suite of JavaScript polyfills that implement Web Components APIs for browsers lacking native support.

1.2k170HTML
6 days ago
cryptico
crypticowwwtyro/cryptico

A JavaScript library for easy RSA and AES encryption, decryption, and message signing.

1.2k341JavaScript
5 years ago
rCharts <img class="emoji" alt="heart" src="https://cdn.jsdelivr.net/gh/qinwf/awesome-R@3c66da6e291bcc0520b1649125b0bed750896a9a/heart.png" height="20" align="absmiddle" width="20">
rCharts <img class="emoji" alt="heart" src="https://cdn.jsdelivr.net/gh/qinwf/awesome-R@3c66da6e291bcc0520b1649125b0bed750896a9a/heart.png" height="20" align="absmiddle" width="20">ramnathv/rCharts

An R package for creating interactive JavaScript visualizations using a lattice-style plotting interface.

1.2k646JavaScript
9 years ago
vue-advanced-cropper
vue-advanced-cropperNorserium/vue-advanced-cropper

An advanced Vue.js cropper library for creating fully customizable image croppers that match any website design.

1.2k162Vue
2 years ago
react-native-qrcode-svg
react-native-qrcode-svgawesomejerry/react-native-qrcode-svg

A React Native QR code generator component using SVG for high-quality rendering and customization.

1.2k223JavaScript
1 month ago
You don't (may not) need loops
You don't (may not) need loopsyou-dont-need/You-Dont-Need-Loops

A guide and code examples for replacing loops with recursion, higher-order functions, and functional patterns in JavaScript.

1.2k57
1 year ago
Motion-ui
Motion-uifoundation/motion-ui

A powerful Sass library for creating CSS transitions and animations with a standalone JavaScript component.

1.2k170SCSS
1 year ago
tv4
tv4geraintluff/tv4

A lightweight JavaScript library for validating data against JSON Schema Draft v4.

1.2k182JavaScript
2 years ago
Enforcing practices
Enforcing practicesjest-community/eslint-plugin-jest

An ESLint plugin that enforces best practices and catches common errors in Jest test suites.

1.2k251TypeScript
2 days ago
Frame.js
Frame.jsmrdoob/frame.js

A JavaScript sequence editor for creating interactive presentations and animations with code.

1.2k188JavaScript
8 months ago
@fxts/core
@fxts/coremarpple/FxTS

A functional programming library for TypeScript/JavaScript with lazy evaluation and strong type inference.

1.2k87TypeScript
2 months ago
Ecsy
Ecsyecsyjs/ecsy

A lightweight, framework-agnostic Entity Component System (ECS) library for JavaScript with a focus on performance and simplicity.

1.2k121JavaScript
1 year ago
1
31
32
33
79