JavaScript Libraries for BSD

Browse free open source JavaScript Libraries for BSD and projects below. Use the toggles on the left to filter open source JavaScript Libraries for BSD by OS, license, language, programming language, and project status.

  • Auth0 for AI Agents now in GA Icon
    Auth0 for AI Agents now in GA

    Ready to implement AI with confidence (without sacrificing security)?

    Connect your AI agents to apps and data more securely, give users control over the actions AI agents can perform and the data they can access, and enable human confirmation for critical agent actions.
    Start building today
  • AI-First Supply Chain Management Icon
    AI-First Supply Chain Management

    Supply chain managers, executives, and businesses seeking AI-powered solutions to optimize planning, operations, and decision-making across the supply

    Logility is a market-leading provider of AI-first supply chain management solutions engineered to help organizations build sustainable digital supply chains that improve people’s lives and the world we live in. The company’s approach is designed to reimagine supply chain planning by shifting away from traditional “what happened” processes to an AI-driven strategy that combines the power of humans and machines to predict and be ready for what’s coming. Logility’s fully integrated, end-to-end platform helps clients know faster, turn uncertainty into opportunity, and transform the supply chain from a cost center to an engine for growth.
    Learn More
  • 1
    D3.js

    D3.js

    A JavaScript library for visualizing data using web standards

    D3.js (or D3 for Data-Driven Documents) is a JavaScript library that allows you to produce dynamic, interactive data visualizations in web browsers. With D3 you can bring data to life using SVG, Canvas and HTML. Powerful visualization and interaction techniques plus a data-driven approach to DOM manipulation means D3.js gives you greater design freedom and control over the final result.
    Downloads: 13 This Week
    Last Update:
    See Project
  • 2
    Style2Paints

    Style2Paints

    Sketch + style = paints

    style2paints is an AI-assisted colorization system aimed primarily at line art and manga, turning monochrome drawings into colored illustrations with minimal manual effort. It combines automatic color inference with user guidance, letting artists nudge the model using sparse color hints, masks, or style references. The pipeline focuses on preserving line quality while spreading coherent colors and shading across regions that are often ambiguous to purely automatic methods. Iterative refinement is a core workflow: you can add or adjust hints, rerun inference, and progressively converge on a desired palette and lighting. Beyond flat fills, the model attempts plausible shading and highlights so the result feels less like a “paint bucket” and more like a finished illustration. Because it’s built for artists rather than only researchers, the project emphasizes an approachable UI, predictable edits, and reproducible outputs across sessions.
    Downloads: 13 This Week
    Last Update:
    See Project
  • 3
    Remote Jobs

    Remote Jobs

    A list of semi to fully remote-friendly companies (jobs) in tech

    Remote Jobs is a community-curated, open source repository that lists companies around the world that support remote work. Each entry describes a company, whether it’s fully remote or partially remote, what regions they hire in, and links to their career pages. The repo serves as a living directory for job seekers looking for remote-friendly employers and for companies wishing to be listed. Contributions are encouraged via pull requests, with guidelines to keep information accurate and up to date.
    Downloads: 10 This Week
    Last Update:
    See Project
  • 4
    CoreUI

    CoreUI

    Open Source UI Kit built on top of Bootstrap 5 and plain JavaScript

    CoreUI Admin Panel is not another blend of 3rd parties free components and libraries. It's the only Open Source Bootstrap Admin Dashboard Template built on the enterprise-grade hand-crafted UI Components Library created and backed by professionals. CoreUI and CoreUI PRO are delivered with fully-featured, and ready-to-use admin panel templates for your application. Save thousands of development hours by using ready-made, reusable, and commonly used widgets and UI components. Moreover, CoreUI Bootstrap Admin Template is delivered with a ready-to-use environment, so you don't have to waste time configuring the project. All build scripts and tools are ready to use out of the box. With CoreUI Template you can start a new project in a minute!
    Downloads: 9 This Week
    Last Update:
    See Project
  • All-in-one security tool helps you prevent ransomware and breaches. Icon
    All-in-one security tool helps you prevent ransomware and breaches.

    SIEM + Detection and Response for IT Teams

    Blumira’s detection and response platform enables faster resolution of threats to help you stop ransomware attacks and prevent data breaches. We surface real threats, providing meaningful findings so you know what to prioritize. With our 3-step rapid response, you can automatically block known threats, use our playbooks for easy remediation, or contact our security team for additional guidance. Our responsive security team helps with onboarding, triage and ongoing consultations to continuously help your organization improve your security coverage.
    Learn More
  • 5
    JavaScript Algo and Data Structures

    JavaScript Algo and Data Structures

    Algorithms and data structures implemented in JavaScript

    javascript-algorithms is an open source repository by Oleksii Trekhleb that provides implementations of algorithms and data structures in JavaScript. Each algorithm includes explanations, complexity analysis, and references for further reading, making it both a coding resource and a study guide. The repository covers topics such as sorting, searching, graph algorithms, cryptography, and data structures like linked lists, stacks, and queues. It is designed to help developers understand algorithm fundamentals and practice problem-solving with JavaScript. Multilingual README files make the resource accessible to a global audience. With strong community engagement, it is one of the most popular algorithm repositories on GitHub.
    Downloads: 7 This Week
    Last Update:
    See Project
  • 6
    Hiring Without Whiteboards

    Hiring Without Whiteboards

    Companies that don't have a broken hiring process

    Hiring-without-whiteboards is a curated list of companies and teams that avoid traditional "whiteboard" interviews, instead focusing on realistic and practical evaluation methods. In this context, "whiteboards" symbolizes outdated or unhelpful computer science trivia questions often criticized in technical interviews. The project highlights organizations that emphasize interviewing techniques more aligned with actual day-to-day work, such as collaborative problem-solving, pair programming, or take-home assignments. It encourages a shift away from brainteasers, riddles, or puzzle-based interviews, which can create unnecessary barriers for candidates. The repository not only provides a resource for job seekers looking for fairer interview processes but also offers guidance for companies seeking to improve their hiring practices. With community contributions, it continues to grow as a reference for employers and applicants who value practical, respectful, & effective technical evaluation.
    Downloads: 6 This Week
    Last Update:
    See Project
  • 7
    Free texture packer

    Free texture packer

    Free texture packer

    Free Texture Packer is a desktop tool for creating sprite sheets from individual images, ideal for game developers using engines like Phaser or Unity. It supports multiple export formats and efficient packing algorithms.
    Downloads: 5 This Week
    Last Update:
    See Project
  • 8
    Kendo UI Core

    Kendo UI Core

    An HTML5, jQuery-based widget library for building modern web apps

    Kendo UI is everything you need to build sites and apps with HTML5 & JavaScript. Kendo UI Core is the free and open-source version of Kendo UI that provides access to the web's best UI widgets and key framework features, essential for developing great experiences for the web and mobile. Kendo UI Core is a free and open-source subset of Kendo UI. The following table details the widgets and features available in Kendo UI Core, as well as the additional features available via a commercial Kendo UI license.
    Downloads: 5 This Week
    Last Update:
    See Project
  • 9
    Moment.js

    Moment.js

    Parse, validate, manipulate, and display dates in javascript

    Moment is a JavaScript date and time library that simplifies parsing, formatting, arithmetic, and humanizing of dates. It supports many formats in input and output, internationalization (i18n), locale-based month/day names, relative time (for example, “3 days ago”), and chaining of operations (adding, subtracting, diffing). Developers often use it for calendar displays, scheduling, and manipulating times across time zones or daylight saving transitions. While it makes working with date strings convenient, moment maintains internal mutability, which has trade-offs with safety and chainability. Over time, newer alternatives with immutable and modular designs have emerged, but moment remains widely known and integrated in many legacy projects. Its comprehensive feature set and ease of use made it a standard for date-time handling in JavaScript for many years.
    Downloads: 5 This Week
    Last Update:
    See Project
  • Accounts Payable Software | AvidXchange Icon
    Accounts Payable Software | AvidXchange

    AvidXchange is an Industry Leader in AP Automation Software for Middle Market Businesses.

    Drive greater business success by automating the accounts payable process to boost efficiency, accuracy and speed in the processing of invoices and payments.
    Learn More
  • 10
    AboutLibraries

    AboutLibraries

    AboutLibraries automatically collects all dependencies and licenses

    .. collects all dependency details including licenses at compile time, and offers simple APIs to visualize these in the app. No runtime overhead. Strong caching. Any gradle dependency is supported.
    Downloads: 4 This Week
    Last Update:
    See Project
  • 11
    Chinese Poetry

    Chinese Poetry

    The most comprehensive database of Chinese poetry

    This repository is a curated collection of Chinese poems and poets organized into catalogs, metadata, and text representations suitable for research, creative and cultural use. It includes major dynastic corpora, such as Tang and Song poems, as well as biographical and categorization data. Each poem entry is structured with fields like author, dynasty, title, content, and sometimes annotations or alternate versions. Developers and scholars can build tools that query by author, era, keyword, or poetic form using the standardized data structure. Because the project is open, contributors improve metadata, correct text variants, and maintain consistency across classical collections. The corpus enables digital humanities, poetry apps, styling tools, and creative projects that intermix poems with translation, visualization, or musical settings.
    Downloads: 4 This Week
    Last Update:
    See Project
  • 12
    Google Style Guides

    Google Style Guides

    Style guides for Google-originated open source projects

    Google Styleguide is a comprehensive collection of coding style guides created and maintained by Google to ensure consistency, readability, and maintainability across its vast array of software projects. These guides define best practices and conventions for writing code in multiple programming languages, from C++ and Python to JavaScript, Go, and Swift. By adhering to these standards, developers can more easily collaborate, review code, and maintain high-quality software across teams and open source contributions. Each guide covers a wide range of topics, including naming conventions, file organization, indentation, documentation, and usage of specific language features. The repository also provides supplementary resources such as an Emacs configuration file for Google’s C++ style and references to related guidelines like Effective Dart and Kotlin Style Guide.
    Downloads: 4 This Week
    Last Update:
    See Project
  • 13
    Hotkeys JS

    Hotkeys JS

    A robust Javascript library for capturing keyboard input

    hotkeys-js is a tiny, framework-agnostic library for binding keyboard shortcuts in the browser, from simple key presses to complex combos and sequences. It provides a declarative API to register handlers like ctrl+k, shift+alt+p, or g g, and it normalizes key behavior across major browsers. The library includes scoping, so the same shortcut can trigger different actions depending on page context, and it offers filters to ignore inputs when the user is typing in form fields. You can enable or disable groups of shortcuts dynamically, making it well suited for SPAs and dashboard apps. Because it has no external dependencies and a small footprint, it drops easily into existing codebases. Its focus on developer ergonomics makes defining, managing, and cleaning up shortcuts straightforward.
    Downloads: 4 This Week
    Last Update:
    See Project
  • 14
    MatCaps

    MatCaps

    Huge library of matcap PNG textures organized by color

    Matcaps is a comprehensive library of matcap (material capture) PNG textures organized by color, providing artists and developers with a wide range of materials for 3D modeling and rendering. Matcaps simplifies the process of applying consistent and realistic materials to 3D models, enhancing visual quality without the need for complex shader setups.
    Downloads: 4 This Week
    Last Update:
    See Project
  • 15
    NodeGoat

    NodeGoat

    The OWASP NodeGoat project

    A deliberately vulnerable Node.js application designed for security training, helping developers understand common web vulnerabilities and how to mitigate them.
    Downloads: 4 This Week
    Last Update:
    See Project
  • 16
    Yoast WordPress SEO

    Yoast WordPress SEO

    Yoast SEO for WordPress

    The Yoast SEO plugin is the most popular SEO tool for WordPress, offering comprehensive tools to optimize content for search engines. It provides real-time page analysis, readability checks, and automated metadata handling to improve website visibility.
    Downloads: 4 This Week
    Last Update:
    See Project
  • 17
    edgetunnel

    edgetunnel

    edgetunnel 2.0 VLESS/Trojan

    edgetunnel is a modified version of a serverless tunnelling solution designed to run on platforms like Cloudflare Workers and Pages, enabling protocols such as VLESS and Trojan to be exposed through edge-functions rather than traditional servers. The project’s fork by cmliu emphasizes conversion of protocol configuration (especially VLESS) into subscription links, so that users can deploy and then generate “Clash” or “Sing-box” compatible subscription content easily. It provides a streamlined way to host proxy endpoints without managing a full server stack, instead leveraging the edge network of Cloudflare for distribution and potential performance. Because it runs at the edge, latency can be minimized and deployment complexity simplified; users supply configuration variables (host, port, UUID, path) and the script handles mapping to technical protocols and subscription formatting.
    Downloads: 4 This Week
    Last Update:
    See Project
  • 18
    ChromeAppHeroes

    ChromeAppHeroes

    Chinese manual for excellent Chrome plug-ins

    ChromeAppHeroes appears to be a repository with sample or template Chrome apps/extensions — perhaps intended to help developers learn how to build Chrome applications, quick prototypes, or small utilities. As such, it likely includes boilerplate code, manifest definitions, example UI components, and sample functionality (e.g. browser-action buttons, content scripts, background scripts) to illustrate how to structure a Chrome app. For learners or developers new to Chrome extension/app development, ChromeAppHeroes could serve as a starting kit: instead of starting from scratch, they can clone or fork the repo and immediately begin building features, thereby speeding up development. The repository’s open-source nature means users are free to adapt, extend, or repurpose the sample apps to their own needs — for example, privacy tools, quick productivity extensions, or custom browser tooling.
    Downloads: 3 This Week
    Last Update:
    See Project
  • 19
    DateTimePicker

    DateTimePicker

    Responsive jQuery DateTime Picker plugin for Web & Mobile

    DateTime Picker is a quick highly customizable jQuery plugin. The design is clutter-free & well-suited for embedding it into mobile application development. Users can change values using +/- buttons or type values directly into the textbox by selecting each value field. For the web, the picker can be bound relative to the reference element, were it will appear at the bottom of the element. For mobile, the picker can appear as a dialog box covering the entire window.
    Downloads: 3 This Week
    Last Update:
    See Project
  • 20
    JsStore

    JsStore

    A complete IndexedDB wrapper with SQL like syntax

    Execute Database operation in browsers with JsStore. JsStore is an indexedDB wrapper. It makes IndexedDB super easy with its SQL-like APIs. Harness the power of JsStore to streamline database operations in your web applications. With its SQL-like API, JsStore simplifies IndexedDB interactions, enabling developers to easily query, filter, and manipulate data with familiar syntax and efficiency.
    Downloads: 3 This Week
    Last Update:
    See Project
  • 21
    PrimeReact

    PrimeReact

    The Most Complete React UI Component Library

    Elevate your web applications with PrimeReact's comprehensive suite of customizable, feature-rich UI components. With PrimeReact, turning your development vision into reality has never been easier. The ultimate set of UI Components to assist you with 80+ impressive React Components. Choose from a variety of pre-built themes or implement your design systems with the CSS library of your choice like TailwindCSS. Connect with the other open-source community members, collaborate, and have a voice in the project roadmap. Compliant with the Web Content Accessibility Guidelines (WCAG 2.0). Exceptional support service featuring response within 1 business day and the option to request enhancements and new features for the library. First-class support for responsive design led by touch-optimized elements. 400+ pre-designed copy paste ready UI blocks to build spectacular apps in no time.
    Downloads: 3 This Week
    Last Update:
    See Project
  • 22
    Prism

    Prism

    Lightweight, robust, elegant syntax highlighting

    Prism is a lightweight, extensible syntax highlighter, built with modern web standards in mind. It’s used in millions of websites, including some of those you visit daily.
    Downloads: 3 This Week
    Last Update:
    See Project
  • 23
    Zip.js

    Zip.js

    JavaScript library to zip and unzip files

    Zip.js is a JavaScript library for creating, reading, and editing ZIP files directly in the browser or in Node.js environments, supporting various compression methods and encryption.
    Downloads: 3 This Week
    Last Update:
    See Project
  • 24
    Globby

    Globby

    User-friendly glob matching

    Globby is a user-friendly glob matching library for Node.js, built on top of fast-glob, offering enhanced features for file pattern matching.
    Downloads: 2 This Week
    Last Update:
    See Project
  • 25
    JsAction

    JsAction

    JsAction is a small event delegation library

    JSAction is a JavaScript framework developed by Google that provides a structured, event-driven architecture for managing user interactions in large-scale web applications. It simplifies event handling by declaratively binding actions to DOM elements through HTML attributes, enabling clean separation between markup and behavior. JSAction helps improve performance, maintainability, and reliability by minimizing the use of inline scripts and global event listeners. It is especially useful in complex front-end environments where efficient event delegation and well-defined interaction flows are crucial.
    Downloads: 2 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • 2
  • 3
  • 4
  • 5
  • Next