Open-Awesome
CategoriesAlternativesStacksSelf-HostedExplore
Open-Awesome

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

TermsPrivacyAboutGitHubRSS
  1. Home
  2. Tags
  3. Javascript

Javascript

2960 projects

Showing 36 of 2960 projects

flag v
flag v

Adds set notation (difference, intersection) and Unicode string properties to ECMAScript regular expressions via the new 'v' flag.

#unicode#regex#ecmascript
Stars76
Forks11
Last commit2 years ago
ember-cli-tree-shaker
ember-cli-tree-shakerJavaScript

An experimental Ember CLI addon for tree-shaking and code splitting to eliminate dead addon code from builds.

#addon-ecosystem#build-optimization#tree-shaking
Stars76
Forks7
Last commit7 years ago
Edge Proxy
Edge ProxyJavaScript

A Cloudflare Worker script for A/B/n testing, canary releases, gatekeeping, and SEO A/B testing at the edge.

#cloudflare-workers#proxy-server#edge-proxy
Stars76
Forks8
Last commit3 years ago
jmeter-to-k6
jmeter-to-k6JavaScript

Converts JMeter .jmx files to k6 JavaScript code for performance testing.

#load-testing#performance-testing#jmeter
Stars75
Forks25
Last commit4 years ago
ibm-security
ibm-securityJavaScript

An open-source React component library built by IBM Security using the Carbon Design System.

#design-system#user-interface#accessibility
Stars75
Forks53
Last commit7 months ago
gulp-plugin-boilerplate
gulp-plugin-boilerplateJavaScript

A boilerplate template for creating Gulp plugins with current best practices.

#gulp#boilerplate#nodejs
Stars75
Forks8
Last commit2 years ago
Optimize Regex
Optimize RegexJavaScript

An ESLint plugin that automatically optimizes regular expression literals for better performance.

#regex-optimization#developer-tools#regex
Stars75
Forks7
Last commit2 years ago
Marionette Form View
Marionette Form ViewJavaScript

A flexible and customizable Backbone.Marionette form view for easy validation, serialization, and submission.

#web-forms#backbone-plugins#frontend
Stars75
Forks15
Last commit11 years ago
cozyvec
cozyvecJavaScript

A terminal program for creating plotter art via SVG files in JavaScript with minimal setup.

#desktop-application#svg-generation#procedural-art
Stars75
Forks6
Last commit2 years ago
msavin:parrot
msavin:parrotJavaScript

A Meteor router that stores reactive state in URL parameters for SPAs, enabling bookmarkable and shareable application states.

#blaze#spa#url-parameters
Stars74
Forks3
Last commit8 years ago
react-native-relay
react-native-relayJavaScript

A patched version of React Native 0.18.0 and Relay 0.6.0 to resolve compatibility issues for GraphQL development.

#ios#compatibility-patch#relay
Stars74
Forks11
Last commit10 years ago
ember-cli-string-helpers
ember-cli-string-helpersTypeScript

A collection of string manipulation helpers for Ember.js applications, extracted from DockYard's ember-composable-helpers.

#emberjs#template-helpers#ember-addon
Stars74
Forks27
Last commit
aurelia-flux
aurelia-fluxJavaScript

A Flux dispatcher plugin for Aurelia that supports Promises for reactive, loosely coupled applications.

#flux#aurelia#plugin
Stars74
Forks16
Last commit10 years ago
react-native-boilerplate
react-native-boilerplateJava

An opinionated React Native starter kit with a structured folder architecture for mobile app development.

#component-architecture#ios#folder-structure
Stars74
Forks25
Last commit
svelte-form-builder
svelte-form-builderSvelte

A no-code drag-and-drop form builder library for Svelte, enabling visual form creation with extensive customization.

#web-forms#no-code#low-code
Stars74
Forks10
Last commit2 years ago
p-time
p-timeJavaScript

Measure the time a promise takes to resolve with a simple decorator function.

#async#promises#timing
Stars74
Forks6
Last commit2 years ago
any-observable
any-observableJavaScript

A universal adapter that allows JavaScript libraries to work with any ES Observable implementation.

#observables#polyfill#reactive-programming
Stars74
Forks10
Last commit4 months ago
p-reduce
p-reduceJavaScript

Reduce a list of values using promises into a promise for a value, useful for async accumulation.

#functional-programming#promises#utility-library
Stars74
Forks8
Last commit3 years ago
ember-module-migrator
ember-module-migratorJavaScript

Automated migration tool for converting Ember CLI projects to the new module unification layout.

#developer-tools#ember-cli#automated-refactoring
Stars74
Forks14
Last commit6 years ago
Chiyogami
ChiyogamiHTML

A modern, self-hostable pastebin with client-side encryption, customizable expiry, user accounts, and a developer API.

#heroicons#api#pastebin
Stars74
Forks4
Last commit15 days ago
ember-custom-actions
ember-custom-actionsJavaScript

Define custom API actions for Ember.js applications with flexible configuration and Ember Data integration.

#ember-data#api#jsonapi
Stars73
Forks24
Last commit2 years ago
react-native-navigator
react-native-navigatorJavaScript

A web-like router for React Native applications with route-based navigation.

#ios#component-based#android
Stars73
Forks6
Last commit7 years ago
fast-cartesian
fast-cartesianTypeScript

A high-performance JavaScript library for computing cartesian products of arrays.

#sets#algorithm#functional-programming
Stars73
Forks5
Last commit25 days ago
object.values
object.valuesJavaScript

ES2017 spec-compliant shim for Object.values that works in ES3+ environments.

#values#object-values#es3-support
Stars73
Forks8
Last commit5 months ago
Synapses
Synapses

A collection of neural network libraries for functional and mainstream languages, offering efficient lazy evaluation and cross-language compatibility.

#functional-programming#neural-network#csharp
Stars73
Forks6
Last commit4 years ago
es6-map
es6-mapJavaScript

A ponyfill/polyfill implementation of the ES6 Map collection for environments lacking native support.

#map-collection#ponyfill#polyfill
Stars73
Forks14
Last commit5 years ago
qunit-tap
qunit-tapJavaScript

A QUnit plugin that produces TAP (Test Anything Protocol) output for running tests in terminal and CI environments.

#qunit-plugin#unit-testing#headless-testing
Stars72
Forks13
Last commit9 years ago
GuiGui
GuiGuiJavaScript

A lightweight GUI tool for tweaking parameters in JavaScript creative coding projects, inspired by dat.GUI.

#real-time-control#three-js#creative-coding
Stars72
Forks9
Last commit3 years ago
Awesome JS Books
Awesome JS Books

A curated list of the best free and paid JavaScript books covering general topics, ES6, functional programming, patterns, and Node.js.

#functional-programming#js#programming-education
Stars72
Forks12
Last commit7 years ago
xss
xssJavaScript

An ESLint plugin that detects potential XSS vulnerabilities in JavaScript code before deployment.

#developer-tools#web-security#code-security
Stars72
Forks17
Last commit2 years ago
aurelia-api
aurelia-apiJavaScript

A plugin for Aurelia that simplifies API interactions by wrapping aurelia-fetch-client with multiple endpoints and CRUD helpers.

#multiple-endpoints#rest-client#aurelia-plugin
Stars72
Forks20
Last commit5 years ago
deliteful
delitefulJavaScript

A library of custom UI elements designed for both desktop and mobile web applications.

#web-components#custom-elements#mobile-web
Stars71
Forks36
Last commit1 day ago
GC little helper II
GC little helper IIJavaScript

A powerful, configurable browser extension that enhances and extends the functionality of the Geocaching.com website.

#gc-little-helper-2#browser-extension#gclittlehelper
Stars71
Forks40
Last commit4 days ago
pico-lambda
pico-lambdaJavaScript

A 640-byte functional library that curries and composes native JavaScript array and string methods.

#functional-programming#arrays#currying
Stars71
Forks4
Last commit8 years ago
<pdfjs-viewer-element>
<pdfjs-viewer-element>JavaScript

A standalone, isolated web component that embeds the PDF.js default viewer as a drop-in iframe for any web app.

#pdf-lib#pdf-sdk#pdfjs
Stars71
Forks4
Last commit2 months ago
react-native-card-media
react-native-card-mediaJavaScript

A React Native component for displaying media cards with flexible layouts for 1-5 images.

#mobile-ui#image-layout#ui-component
Stars70
Forks9
Last commit3 years ago
PreviousPage 69 of 83Next

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
8 months ago
3 years ago
#Frontend726
#Nodejs703
#Typescript546
#React331
#Web Development302
#Developer Tools281
#Javascript Library250
#Ui Components245
#Cross Platform228
#React Native193
#Performance160
#Build Tool154