Showing 226 open source projects for "browser"

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
  • Context for your AI agents Icon
    Context for your AI agents

    Crawl websites, sync to vector databases, and power RAG applications. Pre-built integrations for LLM pipelines and AI assistants.

    Build data pipelines that feed your AI models and agents without managing infrastructure. Crawl any website, transform content, and push directly to your preferred vector store. Use 10,000+ tools for RAG applications, AI assistants, and real-time knowledge bases. Monitor site changes, trigger workflows on new data, and keep your AIs fed with fresh, structured information. Cloud-native, API-first, and free to start until you need to scale.
    Try for free
  • 1
    Sugar

    Sugar

    A Javascript library for working with native objects

    ...The date module parses, formats, and manipulates dates and supports many locales. Sugar blends in with native methods, and defers to their implementations when possible. A comprehensive polyfill suite patches browser support when it is broken or missing. As of v2.0, native extension has become opt-in while supporting two new ways of interacting with the library. Sugar still believes in the safe extension of natives, however there are times when this is not appropriate, and this choice is now put in the hands of the user. Custom browser builds can be created on the site download page. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 2
    Pt

    Pt

    An experimental library on point, form, and space

    ...Built around the ideas of Point, Form, and Space, it provides entities for vectors, shapes, animations, and event handling. Suitable for visualizations, D3-like interactions, and creative coding experiments in browser or desktop.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3
    tracking.js

    tracking.js

    A modern approach for Computer Vision on the web

    The tracking.js library brings different computer vision algorithms and techniques into the browser environment. By using modern HTML5 specifications, we enable you to do real-time color tracking, face detection and much more, all that with a lightweight core (~7 KB) and intuitive interface. To get started, download the project. This project includes all of the tracking.js examples, source code dependencies you'll need to get started.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4
    Zepto.js

    Zepto.js

    JavaScript library for modern browsers with a jQuery compatible API

    ...Note that some optional features of Zepto specifically target mobile browsers; as the original project goal was to specifically provide a leaner alternative to jQuery for the mobile web. Zepto is a good choice for browser extensions (for Safari, Chrome and Firefox) and to develop HTML-based views within native app frameworks, such as PhoneGap. In short, Zepto is expected to work in every modern browser and browser-like environment.
    Downloads: 0 This Week
    Last Update:
    See Project
  • AlisQI is a modular, cloud-based Quality Management platform for process and batch manufacturers Icon
    AlisQI is a modular, cloud-based Quality Management platform for process and batch manufacturers

    Manufacturing verticals: Chemicals, Textiles, Personal Hygiene, Food & beverage, Plastics, Paper and Packaging, Automotive and Manufacturing.

    By bringing lab, quality, and production data together into one source of truth, AlisQI helps teams across the organization spot issues earlier, resolve them faster, and keep operations running profitably.
    Learn More
  • 5

    qxdotnet

    qxdotnet is a server side ASP.NET wrapper for qooxdoo library

    ...State of the objects on the server and the client is synchronized with AJAX. For example, you just create a C# "button" control and place it on the form. After you start your ASP.NET application, you can see the button inside browser.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6
    Basscss

    Basscss

    Low-level CSS Toolkit, the original Functional/Utility/Atomic CSS

    ...Reusable, interoperable styles work like building blocks to lay the foundation for any stylesheet and can be mixed and matched in any number of combinations. Basscss strikes a balance between consistency and flexibility to allow for rapid prototyping and quick iterative changes when designing in the browser. Basscss provides lightweight, performant styles and flexible utilities to design for any device and to help reduce boilerplate in stylesheets. Modular and customizable typography and layout styles don’t dictate what things should look like and play well with other stylesheets and frameworks.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    webcamjs

    webcamjs

    HTML5 webcam library for capturing images from browser

    WebcamJS is a lightweight JavaScript library that enables users to access and capture images from their webcam directly within the browser using HTML5 and Flash fallback. It supports taking snapshots and integrating webcam features into web applications with minimal code. Ideal for creating apps involving profile pictures, document capture, or verification tools.
    Downloads: 17 This Week
    Last Update:
    See Project
  • 8
    ifvisible.js

    ifvisible.js

    Crossbrowser & lightweight way to check if users are looking at a page

    ifvisible.js is a lightweight way to check if a user is looking at the page or interacting with it. Check out the demo, read the code example, or check the annotated source.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    RUM HTML UI

    RUM HTML UI

    Simple, decomplected, isomorphic HTML UI library for Clojure

    ...On the client, it functions as a thin React wrapper in ClojureScript, exposing familiar component patterns with idiomatic data-driven code. On the server, it generates static HTML from Clojure so the same component concepts can render outside the browser. The library emphasizes control over state and rendering rather than magic, making it suitable for complex single-page apps that still require server-side rendering or templating. The maintainer notes the project is in “support mode,” but it remains a practical, well-documented approach to isomorphic UIs in the Clojure ecosystem. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • Haystack is a modern, engaging, and intuitive intranet platform that employees actually use. Icon
    Haystack is a modern, engaging, and intuitive intranet platform that employees actually use.

    You Deserve the Best Intranet Experience

    With customizable iOS and Android mobile apps, Slack and Microsoft Teams integrations, and an intuitive design employees love, Haystack brings an outstanding digital employee experience to your entire workforce, no matter where their work takes them.
    Learn More
  • 10
    Crossfilter

    Crossfilter

    Fast n-dimensional filtering and grouping of records

    Crossfilter is a JavaScript library for exploring large multivariate datasets in the browser. Crossfilter supports extremely fast (<30ms) interaction with coordinated views, even with datasets containing a million or more records; we built it to power analytics for Square Register, allowing merchants to slice and dice their payment history fluidly. Since most interactions only involve a single dimension, and then only small adjustments are made to the filter values, incremental filtering and reducing is significantly faster than starting from scratch. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    isomorphic-fetch

    isomorphic-fetch

    Isomorphic WHATWG Fetch API, for Node and Browserify

    ...As a "safe" alternative, which does not modify the global, consider fetch-ponyfill. The Fetch API is currently not implemented consistently across browsers. This module will enable you to use fetch in your Node code in a cross-browser compliant fashion. The Fetch API is part of the Web platform API defined by the standards bodies WHATWG and W3C. All open source code released by FT Labs is licenced under the MIT licence. Based on the fine work by jxck.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    Javascript CRT

    Javascript CRT

    Cross browser Javascript library that provides old style text mode

    Cross browser Javascript library that provides old style text mode
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    ASP.NET PDF Viewer by GroupDocs

    ASP.NET PDF Viewer by GroupDocs

    Secure, Browser-Agnostic ASP.NET PDF Viewer with DRM Features

    ...Another core feature – is the ability to display PDFs in a read-only mode, so that end users can’t download, print or copy original PDF files while viewing them in a browser. Please note that GroupDocs.Viewer for .NET is a paid library. In order to setup and run this project, you will need to download the GroupDocs.Viewer for .NET library from the GroupDocs website. For more details on the sample ASP.NET PDF viewer and to download the library, please read this article: > http://groupdocs.com/blog/asp-net-pdf-viewer-built-based-on-the-groupdocs-viewer-for-net-library
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    Knwl.js

    Knwl.js

    A .js library for parsing text for specific information

    ...You can optionally specify a language in the first parameter. This helps plugins identify and better suit particular languages. A packaged version of Knwl.js for the browser with default plugins is available in the ./dist directory. What's awesome about the new version of Knwl.js is that it makes it much easier for anyone with a little knowledge of JS to build plugins. These plugins offer new parsing abilities for Knwl.js that otherwise wouldn't exist.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    Morphext

    Morphext

    A simple, high-performance and cross-browser jQuery rotating plugin

    A simple, high-performance, and cross-browser jQuery rotating / carousel plugin for text phrases powered by Animate.css. A jQuery plugin for creating text-based carousels, rotating small or large pieces of text one after the other, just like a slider does with images. This can be a great tool for displaying catch phrases, mission statements, tag lines, and so on.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    WebGL Heatmap

    WebGL Heatmap

    A high performance WebGL/JS heatmap display library

    webgl-heatmap is a browser-side rendering library that uses the GPU via WebGL to draw smooth, continuous heatmaps from large numbers of data points. Instead of relying on CPU-bound canvas operations, it leverages fragment shaders and additive blending to accumulate intensity and colorize results in real time. The API lets you push points or weighted samples into a buffer and then renders a gradient map where hot areas emerge organically from density rather than discrete markers. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    NetRider

    NetRider

    Internet Browser - WebKit based with FLTK GUI

    includes the WKCCC shared library for embedding WebKit.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 18
    PathFinding.js

    PathFinding.js

    A comprehensive path-finding library for grid based games

    The aim of this project is to provide a path-finding library that can be easily incorporated into web games. It may run on Node.js or the browser. It comes along with an online demo to show how the algorithms execute. (The pathfinding speed is slowed down in the demo). Note that this project only provides path-finding algorithms for 2D space. If you need to work in a 3D environment, then you may use @schteppe's fork. When instantiating path-finders, you may pass in additional parameters to indicate which specific strategies to use. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    chrome-extensions-examples

    chrome-extensions-examples

    All Chrome Extension examples collected into one repository

    This is not an official mirror of the Chrome extension examples. Report any issues with the examples themselves to Google's issue trackers/forums. The Chrome Extensions examples did not exist as a Git repository, and browsing both the samples page and the VCViewer did not seem particularly handy. So, I decided to scrape the content into this repository for easier browsing and (possible) editing.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    Medium.js

    Medium.js

    A tiny JavaScript library for making content editable beautiful

    ...Medium.js also supports placeholders, automatic HR (or BR, or P) creation, events, hotkeys, simple & complex element injection, and more! Medium.js is html5 compliant and has been tested in Firefox, Chrome, Safari, Opera, & IE8+. Browser support is constantly improving! This script is inspired by Medium's beautiful content editor, something we have aspired to emulate since its inception. Much more expressive and customizable than input or textarea. Simply include the dependencies, Medium.js library, CSS, and you are ready to rock. The code within Medium.js editors are very semantic and organized, giving you peace of mind with using content editable.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    Nightmare

    Nightmare

    A high-level browser automation library

    Nightmare is a high-level browser automation library from Segment. The goal is to expose a few simple methods that mimic user actions (like goto, type and click), with an API that feels synchronous for each block of scripting, rather than deeply nested callbacks. It was originally designed for automating tasks across sites that don't have APIs, but is most often used for UI testing and crawling.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    ConvNetJS

    ConvNetJS

    Deep learning in Javascript to train convolutional neural networks

    ConvNetJS is a Javascript library for training Deep Learning models (Neural Networks) entirely in your browser. Open a tab and you're training. No software requirements, no compilers, no installations, no GPUs, no sweat. ConvNetJS is an implementation of Neural networks, together with nice browser-based demos. It currently supports common Neural Network modules (fully connected layers, non-linearities), classification (SVM/Softmax) and Regression (L2) cost functions, ability to specify and train Convolutional Networks that process images, and experimental Reinforcement Learning modules, based on Deep Q Learning. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    class.debug.php provide simple functions to set control infos in your code, with many options to output this info in your browser and/or write in a logfile - output of infos in browser, logfile or browser and logfile - (browser) output infos based on a error level - (browser) output infos compact or every message in a new line - (browser) output info based on a special pattern - (browser) output infos marked with special colors (html) - (logfile) log infos based on a error level - (logfile) log infos in a new file each execution, hour, day, week, month or year - (logfile) output infos compact or every message in a new line - (logfile) output info based on a special pattern TODO: - (logfile) create new logfiles based on a deadline - (logfile) create new logfiles based of a filesize - (logfile) create new logfiles based of a date - (logfile) create new logfiles based of a memorylimit look at debug_config to see all options
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    BuckyClient

    BuckyClient

    Collect performance data from the client

    BuckyClient is a HubSpot-provided JavaScript client that runs in the browser and collects performance data from clients, sending it to the Bucky server, which forwards metrics to endpoints like StatsD, Graphite, or OpenTSDB. It can automatically measure how long your pages take to load, how long AJAX requests take and how long various functions take to run. Most importantly, it's taking the measurements on actual page loads, so the data has the potential to be much more valuable than in vitro measurements. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    NomeJS

    NomeJS

    Nome is a JavaScript library for location driven sites

    ...A bar could show offers for cool drinks if the temperature rose above 25°c; A shop could entice with targeted offers to customers right outside their door. With nome giving access to more information than is currently offered from a standard browser session, you or your clients could be engaging customers in a new way.
    Downloads: 0 This Week
    Last Update:
    See Project