Open-Awesome
CategoriesAlternativesStacksSelf-HostedExplore
Open-Awesome

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

TermsPrivacyAboutGitHubRSS
  1. Home
  2. Tags
  3. Javascript

Javascript

1136 projects

Showing 36 of 1136 projects

msw
mswTypeScript

API mocking library for JavaScript that intercepts requests at the network level using Service Workers.

#express-routing#network-interception#service-worker
Stars17.9k
Forks618
Last commit13 hours ago
face-api.js
face-api.jsTypeScript

A JavaScript API for face detection, recognition, and analysis in the browser and Node.js using TensorFlow.js.

#js#tensorflowjs#facial-landmarks
Stars17.8k
Forks3.9k
Last commit2 years ago
Lazysizes
LazysizesJavaScript

A high-performance, SEO-friendly lazy loader for images, iframes, and more that detects visibility changes automatically.

#responsive-images#performance-optimization#image-optimization
Stars17.7k
Forks1.7k
Last commit2 years ago
redux-thunk
redux-thunkTypeScript

Middleware for Redux that enables writing action creators that return functions for async logic and side effects.

#redux-middleware#side-effects#frontend
Stars17.7k
Forks1.0k
Last commit1 year ago
Troubleshooting
Troubleshooting

The npm CLI tool for managing JavaScript packages and dependencies.

#developer-tools#open-source#npm-registry
Stars17.6k
Forks3.0k
Last commit5 years ago
verdaccio
verdaccioTypeScript

A lightweight, zero-config private npm proxy registry built with Node.js for caching and hosting packages.

#developer-tools#npm-registry#private-registry
Stars17.6k
Forks1.5k
Last commit1 day ago
PouchDB
PouchDBJavaScript

A JavaScript database that syncs data between browsers and servers, enabling offline-first web applications.

#pouchdb#hacktoberfest#database
Stars17.6k
Forks1.5k
Last commit22 hours ago
Million
MillionTypeScript

An optimizing compiler for React that makes components up to 70% faster by skipping virtual DOM diffing.

#hacktoberfest#compiler#millionjs
Stars17.6k
Forks591
Last commit4 months ago
Nodemailer
NodemailerJavaScript

A Node.js module for sending emails with support for various transports, security features, and easy integration.

#oauth2#smtp#email-sender
Stars17.5k
Forks1.4k
Last commit16 hours ago
react-native-windows
react-native-windowsC++

A framework for building native Windows apps (PCs, tablets, Xbox, Mixed Reality) using React and JavaScript.

#winappsdk#desktop-apps#dotnet
Stars17.2k
Forks1.2k
Last commit9 hours ago
Koel
KoelPHP

A web-based personal audio streaming service built with Vue and Laravel for self-hosted music libraries.

#music#hacktoberfest#vue-js
Stars17.1k
Forks2.1k
Last commit4 days ago
Material-components-web
Material-components-webTypeScript

Modular and customizable Material Design UI components for the web, developed by Google.

#design-system#web-components#theming
Stars17.1k
Forks2.1k
Last commit
DOMPurify
DOMPurifyJavaScript

A DOM-only, super-fast, uber-tolerant XSS sanitizer for HTML, MathML, and SVG.

#dom-manipulation#xss#sanitizer
Stars16.9k
Forks839
Last commit2 days ago
ky
kyTypeScript

A tiny and elegant JavaScript HTTP client based on the Fetch API with retries, timeouts, and hooks.

#hooks#retry-logic#request
Stars16.8k
Forks467
Last commit3 days ago
Pragmatic, balanced FP in JavaScript
Pragmatic, balanced FP in JavaScriptJavaScript

A pragmatic, balanced book exploring functional programming concepts applied to JavaScript without heavy terminology.

#functional-programming#education#software-education
Stars16.8k
Forks1.9k
Last commit
Functional-Light JavaScript
Functional-Light JavaScriptJavaScript

A pragmatic, balanced approach to functional programming concepts applied to JavaScript, focusing on practical application over heavy terminology.

#developer-education#functional-programming#software-architecture
Stars16.8k
Forks1.9k
Last commit
mustache.js
mustache.jsJavaScript

A zero-dependency implementation of logic-less Mustache templates in JavaScript for HTML, config files, and source code.

#html-generation#logic-less-templates#frontend
Stars16.7k
Forks2.4k
Last commit1 year ago
superagent
superagentJavaScript

A small progressive client-side and Node.js HTTP request library with a consistent API and plugin support.

#request-library#nodejs#api-client
Stars16.6k
Forks1.3k
Last commit3 months ago
hls.js
hls.jsTypeScript

A JavaScript library that plays HTTP Live Streaming (HLS) in browsers using MediaSource Extensions.

#adaptive-bitrate#drm#mediasource
Stars16.6k
Forks2.7k
Last commit2 days ago
Luckysheet
LuckysheetJavaScript

An open-source online spreadsheet library with Excel-like features, including formulas, charts, and collaborative editing.

#web-components#open-source#office
Stars16.6k
Forks2.6k
Last commit8 months ago
AngularJS
AngularJSJavaScript

A set of AngularJS-native UI components implementing Google's Material Design specification for single-page applications.

#single-page-applications#javascript-framework#angularjs
Stars16.4k
Forks3.3k
Last commit1 year ago
filepond
filepondJavaScript

A flexible JavaScript file upload library that handles directories, files, blobs, URLs, and optimizes images for a smooth user experience.

#image-optimization#plugin#vanilla
Stars16.4k
Forks855
Last commit8 days ago
Typed.js
Typed.jsJavaScript

A JavaScript library for creating animated typing, backspacing, and text sequencing effects.

#animation#vanilla-js#text-animation
Stars16.3k
Forks1.8k
Last commit2 months ago
TypeScript ESLint
TypeScript ESLintTypeScript

Monorepo for tooling that enables ESLint to support TypeScript, providing powerful static analysis for JavaScript and TypeScript.

#developer-tools#open-source#plugin
Stars16.2k
Forks2.9k
Last commit1 day ago
TinyMCE
TinyMCETypeScript

The world's most customizable, scalable, and flexible open-source rich text editor for web applications.

#react-component#content-editing#open-source
Stars16.2k
Forks2.3k
Last commit2 days ago
MediumEditor
MediumEditorJavaScript

A vanilla JavaScript WYSIWYG editor that clones Medium.com's inline toolbar using the contenteditable API.

#web-components#wysiwyg#contenteditable
Stars16.1k
Forks1.8k
Last commit1 year ago
amplication
amplicationTypeScript

An open-source platform for creating Golden Paths and generating consistent, standardized backend services with AI-powered automation.

#ai-assisted-development#hacktoberfest#backend-development
Stars16.0k
Forks1.5k
Last commit
Amplication
AmplicationTypeScript

An open-source platform for creating live templates and generating standardized backend services to enforce best practices and accelerate development.

#hacktoberfest#live-templates#api
Stars16.0k
Forks1.5k
Last commit2 days ago
Jasmine
JasmineJavaScript

A behavior-driven development testing framework for JavaScript that runs in browsers and Node.js.

#test-runner#unit-testing#tdd
Stars15.8k
Forks2.2k
Last commit6 days ago
Capacitor
CapacitorTypeScript

Build cross-platform native Progressive Web Apps for iOS, Android, and the Web with a single JavaScript codebase.

#ios#android#ionic-framework
Stars15.5k
Forks1.2k
Last commit2 days ago
Math as code
Math as code

A cheat-sheet that translates mathematical notation into JavaScript code examples for developers.

#mathematics#education#game-development
Stars15.5k
Forks1.1k
Last commit4 years ago
JSDoc
JSDocJavaScript

An API documentation generator for JavaScript that parses source code comments to produce HTML documentation.

#developer-tools#open-source#api
Stars15.4k
Forks1.5k
Last commit3 hours ago
Volkswagen
VolkswagenJavaScript

A satirical Node.js module that detects CI servers and makes your tests pass automatically.

#ci-detection#continuous-integration#npm-package
Stars15.4k
Forks241
Last commit1 month ago
lightweight-charts
lightweight-chartsTypeScript

A performant, small-footprint financial charting library built with HTML5 canvas for interactive web applications.

#trading#finance#canvas
Stars15.3k
Forks2.4k
Last commit4 days ago
Feathers
FeathersTypeScript

A full-stack framework for creating web APIs and real-time applications with TypeScript or JavaScript.

#service-architecture#api-framework#feathersjs
Stars15.3k
Forks795
Last commit23 days ago
ag-grid-aurelia
ag-grid-aureliaTypeScript

A fully-featured, highly customizable JavaScript data grid for building enterprise applications with React, Angular, Vue, or plain JavaScript.

#data-grid#sorting#datagrid
Stars15.2k
Forks2.1k
Last commit2 days ago
PreviousPage 8 of 32Next

Related Tags

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
1 year ago
2 years ago
2 years ago
2 days ago
#Frontend305
#Nodejs301
#Typescript246
#Web Development157
#Javascript Library151
#React151
#Cross Platform118
#Developer Tools114
#Performance82
#Open Source80
#Ui Components74
#Vue71