Open-Awesome
CategoriesAlternativesStacksSelf-HostedExplore
Open-Awesome

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

TermsPrivacyAboutGitHubRSS
  1. Home
  2. Stacks
  3. JavaScript
J

JavaScript

Language
4087 projects12762.1k total stars1868.8k total forks53 languages

Open-source projects built with JavaScript

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

Showing 4,087 open-source projects · page 106 of 114

……
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
mjyc/cycle-posenet-driver
mjyc/cycle-posenet-drivermjyc/cycle-robot-drivers

A collection of Cycle.js drivers and components for programming robots, enabling reactive robot applications.

61TypeScript
6 years ago
@cycle-robot-drivers/speech
@cycle-robot-drivers/speechmjyc/cycle-robot-drivers

A collection of Cycle.js drivers and components for programming robots, enabling reactive robot applications.

61TypeScript
6 years ago
Backbone.History.Polyfill
Backbone.History.PolyfillFidelityInternational/BackboneHistoryPolyfill

A Backbone.js plugin that extends History to track and retrieve previous URL fragments in single-page applications.

61JavaScript
9 years ago
cycle-storageify
cycle-storageifymaiermic/cycle-storageify

A Cycle.js utility that automatically persists onion-shaped component state to local storage.

63TypeScript
8 years ago
cycle-sse-driver
cycle-sse-driverjessaustin/cycle-sse-driver

A Cycle.js driver for Server-Sent Events (SSE) enabling real-time server-to-client data streaming.

60CoffeeScript
10 years ago
Less Burguer
Less BurguerMarkRabey/less-burger

A Less mixin and CSS library for creating animated hamburger menu icons that transform into close buttons.

61JavaScript
10 years ago
dom-element-value
dom-element-valuecrysalead-js/dom-element-value

A lightweight JavaScript library for getting and setting DOM element values, including support for multiple select inputs.

60JavaScript
9 years ago
Half Beer
Half Beersta-ger/HalfBeer

A JavaScript neural network example that learns to predict whether a beer glass is half full or half empty based on user decisions.

60JavaScript
8 years ago
react-native-fontbase
react-native-fontbasefrostney/react-native-fontbase

A utility for scaling font sizes in React Native apps based on screen dimensions, similar to CSS rem units.

60JavaScript
10 years ago
RadioTag.js
RadioTag.jsebu/radiotag.js

JavaScript client library for implementing RadioTAG, enabling authentication and interaction with radio tagging services.

60JavaScript
11 years ago
aurelia-environment
aurelia-environmentMarcScheib/aurelia-environment

A simple .env parsing and loading plugin for Aurelia and other JavaScript frameworks.

61JavaScript
9 years ago
extract-gtfs-shapes
extract-gtfs-shapesderhuerst/extract-gtfs-shapes

Command line tool to extract shapes from a GTFS dataset.

60JavaScript
5 years ago
Fuse Pokedex
Fuse Pokedexfranzsilva/FusePokeDex

A Pokédex application built with FuseTools for cross-platform mobile development.

60JavaScript
8 years ago
scriptable-recipe
scriptable-recipeshfrmn/scriptable-recipe

A Scriptable widget for iOS that displays random food recipes and opens cooking videos on YouTube when tapped.

60JavaScript
5 years ago
ng2csv
ng2csvrars/ng2csv

Angular service for saving data to CSV files with customizable mapping and formatting.

62TypeScript
4 months ago
ember-test-setup
ember-test-setupkellyselden/ember-test-setup

Testing shorthands for Ember.js to reduce duplication in test setup, templates, and post-render code.

60JavaScript
1 year ago
fn-curry
fn-currythunklife/fn-curry

A lightweight utility to curry functions with any number of arguments in JavaScript.

62JavaScript
12 years ago
tic-tac-choo
tic-tac-chooYerkoPalma/tic-tac-toe

A progressive web app tic-tac-toe game built with choo, featuring offline capabilities via service workers and local storage.

60JavaScript
8 years ago
78
78oatmealine/78

An esoteric programming language where all instructions are based on the numbers 7 and 8.

61JavaScript
6 years ago
cyclejs-starwars
cyclejs-starwarsfabiothiroki/cyclejs-starwars

A Star Wars character search application built with Cycle.js and RxJS, following the Model-View-Intent pattern.

60CSS
8 years ago
react-native-loader-hud
react-native-loader-hudEdgeJay/react-native-loader-hud

A customizable loader animation library for React Native applications with multiple animation styles.

60JavaScript
10 years ago
The Bot
The Botsta-ger/TheBot

A JavaScript neural network example that learns to predict angles between two points using synaptic.js.

60JavaScript
8 years ago
Brangr
Brangrnetworkimprov/brangr

A user-friendly browser-based viewer for any GraphQL service with configurable layouts and schema exploration.

61HTML
3 years ago
Ceros Snake
Ceros Snakemjhasbach/ceros-snake

A remake of the classic Snake game built with HTML5 and JavaScript.

614JavaScript
10 years ago
ember-dead-code
ember-dead-codebuschtoens/ember-dead-code

An Ember.js addon that detects dead code via real user monitoring in production, identifying unused components, routes, and helpers.

60JavaScript
2 years ago
Astro Template Resume
Astro Template Resumefortezhuo/fortezhuo.my.id

A personal resume landing page template built with Astro, featuring a Matrix Rain animation.

51Astro
5 months ago
cyclejs-notes
cyclejs-notesjefersondaniel/cyclejs-notes

A notes application built with Cycle.js and Orbit.js that syncs between local IndexedDB and a JSON API.

51JavaScript
3 years ago
Is web monetized
Is web monetizedjkga/is-web-monetized

A Node.js tool to check if a website has Web Monetization enabled by detecting the payment pointer.

50JavaScript
7 months ago
not-defined
not-definedfibo/not-defined

A tiny utility that checks if a value is undefined, null, empty, or NaN for cleaner conditionals.

53JavaScript
8 months ago
aurelia-debugger
aurelia-debuggercharlespockert/aurelia-debugger

A visual debug tool for Aurelia applications that provides a context inspector and console capture functionality.

52JavaScript
10 years ago
map-countdown
map-countdowndawidjaniga/map-countdown

A JavaScript library that visualizes countdowns by animating route progress on Google Maps.

53JavaScript
10 months ago
react-native-router-sinux
react-native-router-sinuxjbpin/react-native-router-sinux

A React Native router wrapper that integrates Experimental Navigation with Sinux state management.

52JavaScript
10 years ago
comment
commentsubk/vorpal-comment

Adds bash-like comment functionality to Vorpal.js command-line applications.

54JavaScript
10 years ago
as-default
as-defaultialpert/vorpal-as-default

A Vorpal plugin that runs a specified command when no other commands are provided.

53JavaScript
6 years ago
RegExp.prototype.search
RegExp.prototype.searchmathiasbynens/RegExp.prototype.search

A robust and optimized ES3-compatible polyfill for the RegExp.prototype.search method in ECMAScript 6.

53JavaScript
12 years ago
ES6 Map, Set, WeakMap
ES6 Map, Set, WeakMapEliSnow/Blitz-Collections

A polyfill for ECMAScript 6 collections (Map, WeakMap, Set) compatible with ECMAScript 5 environments.

53JavaScript
10 years ago
1
105
106
107
114