Showing 20 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
  • Automate contact and company data extraction Icon
    Automate contact and company data extraction

    Build lead generation pipelines that pull emails, phone numbers, and company details from directories, maps, social platforms. Full API access.

    Generate leads at scale without building or maintaining scrapers. Use 10,000+ ready-made tools that handle authentication, pagination, and anti-bot protection. Pull data from business directories, social profiles, and public sources, then export to your CRM or database via API. Schedule recurring extractions, enrich existing datasets, and integrate with your workflows.
    Explore Apify Store
  • 1
    Lively Wallpaper

    Lively Wallpaper

    Open-source software that allows users to set animated desktops

    ...Load HTML file or web address as wallpaper. Runs webgl, javascript.. basically anything that works on chrome. Audio Reactive Wallpaper support. Run GLSL shaders in browser. Custom shader renderer (coming soon.) Shadertoy.com urls are supported as wallpaper. Lively supports Windows screensaver. Any wallpaper can be used as a screensaver. Multiple monitors supported. Lively can be controlled with command-line arguments from the terminal. Can be paired with third-party scripting software like AutoHotkey. ...
    Downloads: 125 This Week
    Last Update:
    See Project
  • 2
    three.js

    three.js

    JavaScript 3D library

    three.js is a lightweight and easy-to-use JavaScript 3D library with its own default WebGL renderer. It works by creating a scene with a camera and a geometric cube, the latter of which is added to the scene. This will become the animated object within the scene. A WebGL renderer is created for the scene and the camera, with an added viewport to the document.body element. Finally, the cube is animated within the scene for the camera. A plethora of examples can be found in the project’s...
    Downloads: 89 This Week
    Last Update:
    See Project
  • 3
    Lottie-Web

    Lottie-Web

    Render After Effects animations natively

    Lottie-Web renders vector animations exported from Adobe After Effects as lightweight JSON, playing them in the browser via SVG or Canvas. Animations remain crisp at any resolution, load quickly compared to videos or GIFs, and can be controlled programmatically for interactivity. The runtime supports playback options like loop, autoplay, segment control, and event hooks, making it easy to sync motion with UI state. Because animations are data rather than pixels, designers and developers can collaborate: designers export with the Bodymovin plugin, and developers integrate the JSON with minimal code. ...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 4
    CountUp.js

    CountUp.js

    Animates a numerical value by counting to it

    ...CountUp v2 is distributed as an ES6 module because it is the most standardized and most widely compatible module for browsers, though a UMD module is also included. To run module-enabled scripts locally, you'll need a simple local server setup, because otherwise you may see a CORS error when your browser tries to load the script as a module. CountUp is also wrapped as a UMD module in ./dist/countUp.umd.js and it exposes CountUp as a global variable on the window scope.
    Downloads: 3 This Week
    Last Update:
    See Project
  • Free and Open Source HR Software Icon
    Free and Open Source HR Software

    OrangeHRM provides a world-class HRIS experience and offers everything you and your team need to be that HR hero you know that you are.

    Give your HR team the tools they need to streamline administrative tasks, support employees, and make informed decisions with the OrangeHRM free and open source HR software.
    Learn More
  • 5
    react-use

    react-use

    Component for React

    ...Tracks deltaY of scrolled mouse wheel. Provides way to read, update and delete a cookie. Tracks the state of browser's network connection. Query permission status for browser APIs.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6
    tsParticles

    tsParticles

    Easily create highly customizable particles

    ...Ready to use components available for React.js, Vue.js (2.x and 3.x), Angular, Svelte, jQuery, Preact, Inferno, Solid, Riot and Web Components. A lightweight TypeScript library for creating particles. Dependency-free, browser ready and compatible with React.js, Vue.js (2.x and 3.x), Angular, Svelte, jQuery, Preact, Inferno, Riot.js, Solid.js, and Web Components. This library is available on the two most popular CDNs and it's easy and ready to use, if you were using particles.js it's even easier. CDNs and npm have all the sources you need in Javascript, a bundled browser ready (tsparticles.min.js) and all files split for import syntax. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    Animate.css

    Animate.css

    Just-add-water CSS animations

    Animate.css is a cross-browser library of cool and fun CSS animations. When you need to add some oomph and awesomeness to your projects, simply slide in one of these just-add-water animations and watch your visuals significantly improve! Using Animate.css animations is incredibly simple and easy. It takes just a couple of steps to get an awesome CSS animated element.
    Downloads: 13 This Week
    Last Update:
    See Project
  • 8
    SpinKit

    SpinKit

    A collection of loading indicators animated with CSS

    ...By default, the width and height of all spinners are set to 40px. background-color is set to #333. Configure the spinner by overwriting the CSS variables, primarily --sk-size (spinner width & height) and --sk-color (spinner color). If you need broader browser support, remove the CSS variables.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    jquery-circle-progress

    jquery-circle-progress

    jQuery Plugin to draw animated circular progress bars

    jQuery Plugin to draw animated circular progress bars.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Office Ally: Healthcare Software for Your Medical Practice Icon
    Office Ally: Healthcare Software for Your Medical Practice

    We support healthcare organizations of all sizes with easy-to-use, affordable software solutions.

    Service Center by Office Ally is a trusted revenue cycle management platform used by over 65,000 healthcare organizations processing more than 350 million claims annually. With it, providers can verify patient eligibility and benefits, upload and submit claims, correct rejected claims, check claim status, and obtain remits. With multiple claim types and submission options, providers can easily submit claims to any payer from any practice management system. Transactions are secure, ensuring the confidentiality of sensitive patient information. With no needed implementation, providers can quickly and effortlessly streamline their billing processes, increase their financial performance, simplify medical billing, and reduce claim rejections for faster reimbursements.
    Learn More
  • 10
    Dynamics.js

    Dynamics.js

    Javascript library to create physics-based animation

    ...Toggle a debug mode to slow down every animations and timeouts. This is useful for development mode to tweak your animation. This can be activated using Shift-Control-D in the browser.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    snabbt.js

    snabbt.js

    Fast animations with javascript and CSS transforms

    ...It will only animate things that modern browsers can animate cheaply, transforms and opacity. The goal is to make a library that will let the user make smooth animations without needing to know too much about browser rendering. Note, for convenience, width and height are animatable too, but beware since they may cause page reflows and slow down your animations. No arbitrary property animations, e.g. colors, padding, margin or line height animations. For performance reasons, snabbt never queries the DOM.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    WOW.js

    WOW.js

    Reveal CSS animation as you scroll down a page

    ...Smaller than other JavaScript parallax plugins, like Scrollorama (they do fantastic things, but can be too heavy for simple needs). Super simple to install, and works with animate.css, so if you already use it, that will be very fast to setup. Fast execution and lightweight code, the browser will like it. It just take seconds to install and use WOW.js! Once purchased on UpLabs, you’ll receive a commercial license PDF and be all set to use WOW.js in your commercial applications. If you want to use WOW.js to develop commercial sites, themes, projects, and applications, the Commercial license is the appropriate license. ...
    Downloads: 3 This Week
    Last Update:
    See Project
  • 13
    The Burster 3D
    Web browser plug-in for hosting real 3D on the websites.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    MilkDrop Anywhere

    MilkDrop Anywhere

    A remote control MilkDrop2 plugin for Windows

    Allows you to easily remote control MilkDrop2 VJ Console in Winamp (Windows only) via graphic interface from any browser (via tablet or cellphone perhaps). You must have Apache2 (or any webserver) with PHP 5.4+ running on the same computer Winamp is running on and some basic knowledge of how that all works. Once you've got everything set up and running, it should run near flawlessly (I was using it for a few hours continuously once with no hiccups) There's a readme.txt file inside the zip file with some basic instructions. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    MyUI
    A cross browser set of client side web components implemented with JavaScript and CSS.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    DeleD Community Edition

    DeleD Community Edition

    3D modeling for everybody

    ...It focuses at game development and is specifically designed to create static scenes. NOTE: a new webbased version called Figuro is available at https://www.figuro.io ! It runs in the browser, has similar capabilities and is generally easier to use. Related project at https://sourceforge.net/projects/deled-plugins/, featuring DeleD plugins. A Lazarus port is available in the repository as well. Check out the official DeleD website at http://www.delgine.com for more info, updates and more.
    Downloads: 8 This Week
    Last Update:
    See Project
  • 17
    YrePainter

    YrePainter

    Paint for browser

    Be a Painter with YrePainter this application run on browser and its very powerful for drawing any thing you need.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    jsDock

    jsDock

    JavaScript menu similar to ObjectDock MacOs

    Menu ObjectDock in your webPage, Create a menu similar to macos menu in browser, wrote in javascript, Html, and Css. moved to github as meteor package
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    X3DOM is a framework for integrating and manipulating (X)3D scenes as HTML5 DOM elements that are rendered via WebGL. The system allows defining 3D scene description and runtime behavior declaratively, without any low-level JavaScript or GLSL coding.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    iamar browser is a GPU web browser that displays 3d specific contents. Instead of html, it run on a scripting language called semblis. Together with mesh made from blender, it makes 3d game production extremely easy.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • Next