Showing 714 open source projects for "javascript"

View related business solutions
  • Our Free Plans just got better! | Auth0 Icon
    Our Free Plans just got better! | Auth0

    With up to 25k MAUs and unlimited Okta connections, our Free Plan lets you focus on what you do best—building great apps.

    You asked, we delivered! Auth0 is excited to expand our Free and Paid plans to include more options so you can focus on building, deploying, and scaling applications without having to worry about your security. Auth0 now, thank yourself later.
    Try free now
  • Cloud tools for web scraping and data extraction Icon
    Cloud tools for web scraping and data extraction

    Deploy pre-built tools that crawl websites, extract structured data, and feed your applications. Reliable web data without maintaining scrapers.

    Automate web data collection with cloud tools that handle anti-bot measures, browser rendering, and data transformation out of the box. Extract content from any website, push to vector databases for RAG workflows, or pipe directly into your apps via API. Schedule runs, set up webhooks, and connect to your existing stack. Free tier available, then scale as you need to.
    Explore 10,000+ tools
  • 1
    clipboard.js

    clipboard.js

    A modern approach to copy text to clipboard

    clipboard.js offers a better, more modern approach to copying text from the clipboard. It isn’t dependent on Flash or any bloated framework, just 3kb gzipped. clipboard.js eliminates all the hassles that come with copying text to the clipboard, such as the many steps needed to configure, or the hundreds of KBs you need to load. With clipboard.js you can copy content from another element, cut text from another element, and copy text from attribute. It supports most popular browsers and...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 2

    Material Components for the web

    Modular & customizable Material Design UI components for the web

    ...With these components you can be assured of a reliable development workflow and stunning, highly functional web projects. Seamlessly incorporate Material Components for the web on everything from simple static websites to complex, JavaScript-heavy applications. Enjoy the freedom and flexibility of theming customization, which covers not just color but shapes, states, typography and more. Material Components also adapts to different major web frameworks.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3
    ipynb-quicklook

    ipynb-quicklook

    Generator for Jupyter/IPython notebooks without further dependencies

    A Quick Look generator for Jupyter/IPython notebooks without further dependencies. This plugin has now been integrated into a native macOS app, Jupyter Notebook Viewer. This is the recommended way to install the QuickLook generator. A stand-alone Quick Look generator for Jupyter/IPython notebooks on macOS. Contents are rendered on-the-fly using nbviewer.js.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 4
    Twemoji

    Twemoji

    Simple library that provides standard Unicode emoji for all platforms

    Twitter’s open source emoji has you covered for all your project's emoji needs. With support for the latest Unicode emoji specification, featuring 3,245 emojis, and all for free. As an open source project, attribution is critical from a legal, practical and motivational perspective in our opinion. The graphics are licensed under the CC-BY 4.0 which has a pretty good guide on best practices for attribution. Although there are two kinds of parsing supported by this utility, we recommend you...
    Downloads: 34 This Week
    Last Update:
    See Project
  • eProcurement Software Icon
    eProcurement Software

    Enterprises and companies seeking a solution to manage all their procurement operations and processes

    eBuyerAssist by Eyvo is a cloud-based procurement solution designed for businesses of all sizes and industries. Fully modular and scalable, it streamlines the entire procurement lifecycle—from requisition to fulfillment. The platform includes powerful tools for strategic sourcing, supplier management, warehouse operations, and contract oversight. Additional modules cover purchase orders, approval workflows, inventory and asset management, customer orders, budget control, cost accounting, invoice matching, vendor credit checks, and risk analysis. eBuyerAssist centralizes all procurement functions into a single, easy-to-use system—improving visibility, control, and efficiency across your organization. Whether you're aiming to reduce costs, enhance compliance, or align procurement with broader business goals, eBuyerAssist helps you get there faster, smarter, and with measurable results.
    Learn More
  • 5
    Material Design

    Material Design

    Material design for AngularJS

    AngularJS Material is an implementation of Google's Material Design Specification (2014-2017). This project provides a set of reusable, well-tested, and accessible UI components for AngularJS developers. AngularJS Material has entered the Long Term Support (LTS) period. The AngularJS Material library is a mature and stable product that is ready for production use. Developers should note that AngularJS Material works only with AngularJS 1.x. AngularJS 1.x is now in Long Term Support (LTS)...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 6
    URI.js

    URI.js

    Javascript URL mutation library

    URI.js is a javascript library for working with URLs. It offers a "jQuery-style" API (Fluent Interface, Method Chaining) to read and write all regular components and a number of convenience methods like .directory() and .authority(). URI.js offers simple, yet powerful ways of working with query string, has a number of URI-normalization functions and converts relative/absolute paths.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    PowerTip

    PowerTip

    A jQuery plugin that creates hover tooltips

    PowerTip is a jQuery tooltip plugin with some advanced features like hover intent testing, tooltip queueing, and support for complex data.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    Airbnb JavaScript Style Guide

    Airbnb JavaScript Style Guide

    JavaScript Style Guide

    The Airbnb JavaScript Style Guide is a widely adopted, opinionated, open-source set of coding conventions and best practices for writing readable, maintainable JavaScript (and React/JSX) code, published under the MIT license and assuming usage of modern tooling such as Babel and ESLint. Whichever testing framework you use, you should be writing tests.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    dat.GUI

    dat.GUI

    dat.gui is a lightweight controller library for JavaScript

    A lightweight graphical user interface for changing variables in JavaScript. The easiest way to use dat.GUI in your code is by using the built source at build/dat.gui.min.js. These built JavaScript files bundle all the necessary dependencies to run dat.GUI. If you're using a server with a Content Security Policy in place that blocks 'unsafe-inline', you will have problems when dat.gui.js tries to inject style information.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Lightspeed golf course management software Icon
    Lightspeed golf course management software

    Lightspeed Golf is all-in-one golf course management software to help courses simplify operations, drive revenue and deliver amazing golf experiences.

    From tee sheet management, point of sale and payment processing to marketing, automation, reporting and more—Lightspeed is built for the pro shop, restaurant, back office, beverage cart and beyond.
    Learn More
  • 10
    vue-datatables-net

    vue-datatables-net

    Vue jQuery DataTables.net wrapper component

    This library is a Vue 3 wrapper for jQuery DataTables. It's a tiny wrapper that doesn't include anything, not even the datatables.net core library. You've found this library because you want to use jQuery datatables.net client-side with your application. Alternatively, if you simply want to integrate with a server-side datatables.net compatible endpoint, then I'd like to suggest looking at bootstrap-vue b-table and this component. Default configuration and provide an example for bootstrap5...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 11
    history

    history

    Manage session history with JavaScript

    The history library lets you easily manage session history anywhere JavaScript runs. A history object abstracts away the differences in various environments and provides a minimal API that lets you manage the history stack, navigate, and persist state between sessions. Development of the current stable release, version 5, happens on the master branch. Please keep in mind that this branch may include some work that has not yet been published as part of an official release.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    Blogifier

    Blogifier

    Blogifier is an open-source publishing platform Written in ASP.NET

    Blogifier is a self-hosted open-source publishing platform written in ASP.NET and Blazor WebAssembly. It can be used to quickly and easily set up a lightweight, but fully functional personal or group blog. With Blogifier you can make a multi-author or a personal blog and a powerful website. You have the most power to manage and publish your digital content in such a simple way that you want to do more. Managing contents on the dashbaord easily, with many helpful tools. Publishing content is...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    Introduction to Vue.js 3 Course

    Introduction to Vue.js 3 Course

    Workshop Materials for my Introduction to Vue.js Workshop

    Introduction to Vue.js 3 Course houses the workshop materials for an “Introduction to Vue.js” course created by Sarah Drasner, originally delivered on Frontend Masters. The content covers essential Vue.js concepts such as directives, data rendering, methods, watchers, computed properties, components, slots, and the Composition API (for Vue 3), complemented with example code and exercises. Since the course was updated for Vue 3, the repo includes directories for both Vue 2 and Vue 3...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    FeedEk jQuery RSS/ATOM

    FeedEk jQuery RSS/ATOM

    FeedEk jQuery RSS/ATOM Feed Plugin

    FeedEk is a jQuery plugin for parsing and displaying RSS and Atom feeds. You can obtain feeds easily from any domain. No need for server-side scripts. Feed API is used for fetching RSS/Atom feed data.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    jQuery Easy Ticker plugin

    jQuery Easy Ticker plugin

    jQuery easy ticker is a news ticker like plugin

    jQuery easy ticker is a news ticker-like plugin that scrolls a list infinitely. It is highly customizable, flexible with lots of features and works in all browsers.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    glfx.js

    glfx.js

    An image effects library for JavaScript using WebGL

    glfx.js is a JavaScript image-effects library that uses WebGL to apply real-time filters and transformations directly in the browser. It exposes a simple API where images are uploaded into GPU textures, processed with shader-based filters, and rendered to a WebGL canvas. Because the work is done on the GPU, many effects that would be too slow in pure JavaScript (like complex blurs, lens effects, or tilt-shift) can run interactively, even on large images.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    Svelte forms lib

    Svelte forms lib

    A lightweight library for managing forms in Svelte

    Svelte Forms lib is a Formik-inspired library for building forms easily in a Svelte project. When building modern web applications forms often play a big part in it. We use forms to log in, place orders, book flights and perform other data-entry tasks. In developing a form, it's important to create a flow that guides the user efficiently and effectively through the workflow. This library helps you build forms by exposing an easy API for form creation, validation and submission.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 18
    JavaScript Load Image

    JavaScript Load Image

    Load images provided as File or Blob objects or via URL

    JavaScript-Load-Image is a client-side image loading and processing library that focuses on turning File/Blob objects or remote URLs into HTML <img> or <canvas> elements, optionally transformed in the process. It is often used in upload flows where images need to be previewed, resized, rotated, or cropped before being sent to a server, reducing bandwidth and improving user experience.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    SelectPage

    SelectPage

    A simple style and powerful selector, including ajax remote data

    A simple style and powerful selection jQuery plugin, including ajax remote data, autocomplete, pagination, tags, i18n and keyboard navigation features.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    react-pxq

    react-pxq

    Implement modern front-end architecture with idiomatic React patterns

    react-pxq is a React-based single-page application that demonstrates how to implement modern front-end architecture with idiomatic React patterns. It shows how to break a product into cohesive components, manage global and local state, and coordinate data-fetching with UI updates. Routing is used to separate feature areas, while shared UI primitives keep styling and behavior consistent across screens. The code emphasizes ES6+ conventions, async flows, and clean separation of concerns to keep...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    vue2-happyfri

    vue2-happyfri

    Learning-oriented app that recreates a mobile food-ordering experience

    vue2-happyfri is a learning-oriented Vue 2 application that recreates a mobile food-ordering experience to demonstrate how to structure a real-world single-page app. It shows how to compose UI from reusable components, wire up routing between views, and manage shared state for carts, users, and menus. The project emphasizes responsive, touch-friendly interactions and small polish details—like transitions, toasts, and loading states—that make the app feel production-ready. It includes...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    jQuery MiniColors

    jQuery MiniColors

    jQuery MiniColors Plugin

    jQuery MiniColors Plugin. A tiny color picker built on jQuery.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 23
    jeelizFaceFilter

    jeelizFaceFilter

    Javascript/WebGL lightweight face tracking library

    This JavaScript library detects and tracks the face in real time from the camera video feed captured with WebRTC. Then it is possible to overlay 3D content for augmented reality applications. We provide various demonstrations using main WebGL 3D engines. We have included in this repository the release versions of the 3D engines to work with a determined version (they are in /libs/<name of the engine>/).
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    Bcoin

    Bcoin

    Javascript bitcoin library for node.js and browsers

    Bcoin is an advanced fullnode implementation built with JavaScript/C/C++/Node.js. It is easier to use, faster to learn, and more well-documented than competing implementations. Engineered from the ground up to create scalable, flexible, and efficient production-ready systems with unparalleled code readability. Bcoin is consensus-conforming and adheres to the strict security standards of the original implementation maintained by Bitcoin Core.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    Pretty-Error

    Pretty-Error

    See node.js errors with less clutter

    pretty-error is a Node.js library that renders JavaScript error messages in a cleaner, more readable, and visually styled format to make debugging easier. PrettyError turns error objects into something similar to an html document, and then uses RenderKid to render the document using simple html/css-like commands. This allows PrettyError to be themed using simple css-like declarations.
    Downloads: 0 This Week
    Last Update:
    See Project