Showing 768 open source projects for "all to"

View related business solutions
  • Vibes don’t ship, Retool does Icon
    Vibes don’t ship, Retool does

    Start from a prompt and build production-ready apps on your data—with security, permissions, and compliance built in.

    Vibe coding tools create cool demos, but Retool helps you build software your company can actually use. Generate internal apps that connect directly to your data—deployed in your cloud with enterprise security from day one. Build dashboards, admin panels, and workflows with granular permissions already in place. Stop prototyping and ship on a platform that actually passes security review.
    Build apps that ship
  • Atera all-in-one platform IT management software with AI agents Icon
    Atera all-in-one platform IT management software with AI agents

    Ideal for internal IT departments or managed service providers (MSPs)

    Atera’s AI agents don’t just assist, they act. From detection to resolution, they handle incidents and requests instantly, taking your IT management from automated to autonomous.
    Learn More
  • 1
    Britecharts

    Britecharts

    Composable Charting Library based on reusable D3.js components

    ...Britecharts components have been written in ES2016 with a Test Driven methodology, so they are fully tested, and we are committed to keeping them that way. The typical use of Britecharts involves creating a chart using its simple API, then rendering it on a container that has previously had data applied to it. All the components expose some common API methods like width, height, and margin. Additionally, each chart or component can expose specific methods you can find in the documentation. Britecharts components are distributed in UMD modules, each one exposing a D3.js component written with the Reusable API pattern. To use any of the Britecharts modules, you will need to require the chart in your JS file using AMD/CommonJS modules or adding a script tag with the src pointing to the file.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 2
    pretty-checkbox.css

    pretty-checkbox.css

    A pure CSS library to beautify checkbox and radio buttons

    A pure CSS library to beautify checkbox and radio buttons. Download from yarn or npm. These are simple checkboxes with three shapes. Add class p-switch. For shapes add class, p-outline or p-fill or p-slim. There are five colors. Can be used as Solid ( p-primary ) or Outline ( p-primary-o ). You can add any font icons to replace basic checkbox styles. There are two classes to be added. First, p-icon to .pretty. Then add icon class along with font icon classes inside .state. This library...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3
    UI Bootstrap

    UI Bootstrap

    Bootstrap components written in pure AngularJS by the AngularUI Team

    ...Whichever method you choose the good news that the overall size of a download is fairly small: 122K minified for all directives with templates and 98K without (~31kB with gzip compression, with templates, and 28K gzipped without).
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4
    express-status-monitor

    express-status-monitor

    Realtime Monitoring solution for Node.js/Express.js apps

    ...The health check will be considered successful if the endpoint returns a 200 status code. The HTML page handler is exposed as a pageRoute property on the main middleware function. So the middleware is mounted to intercept all requests while the HTML page handler will be authenticated. If you're using socket.io in your project, this module could break your project because this module by default will spawn its own socket.io instance. To mitigate that, fill websocket parameter with your main socket.io instance as well as port parameter.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Desktop and Mobile Device Management Software Icon
    Desktop and Mobile Device Management Software

    It's a modern take on desktop management that can be scaled as per organizational needs.

    Desktop Central is a unified endpoint management (UEM) solution that helps in managing servers, laptops, desktops, smartphones, and tablets from a central location.
    Learn More
  • 5
    ng-admin

    ng-admin

    Add an AngularJS admin GUI to any RESTful API

    ...Using a module bundler, you would also be able to generate the source map for all your JavaScript and stylesheets, helping you to hunt even the most obscure bugs.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6
    gremlins.js

    gremlins.js

    Monkey testing library for web apps and Node.js

    ...While gremlins try their best to destroy your app, another type of scripts called mogwais monitor the console errors and the number of frames by second to detect performance problems. Every action performed by the gremlins, and all the errors that might occur, are all logged! In version 2.0, we now use npm to publish the library and unpkg to serve it!
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    elevator.js

    elevator.js

    A "back to top" button that behaves like a real elevator

    ...Finally, a "back to top" button that behaves like a real elevator, by adding elevator music to quietly soothe the awkwardness that can ensue when being smoothly scrolled to the top of the screen. Elevator.js is a stand alone library (no jquery, or the likes) so usage is pretty straight forward. All styling of elements is up to you. Elevator.js only handles the audio management, and the scroll functionality! Elevator.js lives entirely within the js realm, which makes things fairly simple to use. You'll need to create a new instance of Elevator, and pass it some audio elements. Elevator.js is covered by the MIT License.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    apicache

    apicache

    Simple API-caching middleware for Express/Node

    ...Because route-caching of simple data/responses should also be simple. Sometimes you need custom keys (e.g. save routes per session, or per method). We've made it easy! All req/res attributes used in the generation of the key must have been set previously (upstream). The entire route logic block is skipped on future cache hits so it can't rely on those parameters. Oftentimes it benefits us to group cache entries, for example, by collection (in an API). This would enable us to clear all cached "post" requests if we updated something in the "post" collection for instance. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    jquerygantt

    jquerygantt

    Lightweight jQuery gantt plugin

    A jquery plugin for creating a gantt chart.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Total Network Visibility for Network Engineers and IT Managers Icon
    Total Network Visibility for Network Engineers and IT Managers

    Network monitoring and troubleshooting is hard. TotalView makes it easy.

    This means every device on your network, and every interface on every device is automatically analyzed for performance, errors, QoS, and configuration.
    Learn More
  • 10
    Koa React Universal

    Koa React Universal

    lightweight React-Koa2 universal boilerplate, only what is essential

    lightweight React-Koa2 universal boilerplate, only what is essential. This project is dedicated to building a simple yet powerful Koa-React-Universal boilerplate. All key ingredients are in src/development、src/production and webpack configurations, which are easy to understand、set-up and extend. We promise to use the most recent & official packages(as much as we can), no weird or tricky stuff, keeping this project clean and fully customizable.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    React Slingshot

    React Slingshot

    React + Redux starter kit and boilerplate with Babel

    ...Type npm start to start development in your default browser. Rapid feedback. Each time you hit save, changes hot reload and linting and automated tests run. One command line to check. All feedback is displayed on a single command line. No more JavaScript fatigue. Slingshot uses the most popular and powerful libraries for working with React. Working example app. The included example app shows how this all works together. Automated production build, to type npm run build to do it all. Run the automated build process, start up a webserver, and open the application in your default browser. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    WebSlides

    WebSlides

    Create HTML presentations in seconds

    ...Just a basic knowledge of HTML and CSS is required. Designers, marketers, and journalists can now focus on the content. The download includes demos and images (devices and logos). All content is for demo purposes only. Images are the property of their respective owners. Navigation (horizontal and vertical sliding): remote presenters, touchpad, keyboard shortcuts, and swipe. Slide counter. Permalinks: go to a specific slide. Autoslide, click to nav. Simple CSS alignments. Put content wherever you want (vertical centering...) 40+ components: background images/videos, quotes, cards, covers. ...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 13
    bDialog

    bDialog

    Extend the Bootstrap Modal features, making dialog more functions

    Extend the Bootstrap Modal features, making dialog more functions and easier to use, dialog type including modal, alert, mask, and toast types. A multi-layer nested, highly customizable powerful dialog plugin, dialog type including modal dialog, alert dialog, mask layer, toast dialog.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    parallax.js

    parallax.js

    Parallax Engine that reacts to the orientation of a smart device

    ...The programmatic approach will take priority over the data-value attributes set in the HTML. Some options can also be set at run-time via instance methods. Parallax will only be in effect while the cursor is over the scene element, otherwise all layers move back to their initial position.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    Interactable

    Interactable

    Experimental implementation of high performance interactable views

    ...Collapsible header that snaps to a smaller size as the content below is being scrolled. Chat heads (a la Facebook Messenger) that can be dragged around but snap to corners of the screen. All of these use-cases have views that continuously interact with the user's gestures. These interactions are normally physical in nature, having properties like springiness, friction, elasticity and damping. In order to feel natural on a touch device they need to run at 60 FPS.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    jQuery Selectric

    jQuery Selectric

    jQuery plugin for easy manipulation and customization of HTML selects

    jQuery Selectric is a jQuery plugin designed to help stylize and manipulate HTML selects. You can pass an options object as the first parameter when you call the plugin. All events are called on the original element. Within the callback you have access to the event object, the original select element, and the current Selectric instance.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    Codebox npm

    Codebox npm

    Serverless private npm registry

    Codebox npm is a serverless npm registry to allow companies that wish to keep their intellectual property. It allows the sharing of npm modules within a company but additionally allows access to all of the modules on public npm. One other major difference is that it replaces npm login authentication to be via GitHub / GitHub enterprise. Users are always required to be authenticated when using codebox as their npm registry.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    Shoestring

    Shoestring

    A lightweight, simple DOM utility made to run on a tight budget.

    Shoestring is a lightweight, modular DOM framework intended for developers who need their code to download and run as fast as possible. It is intended to be "just enough" of a tool to efficently write maintainable cross-browser JavaScript. The API is modeled after jQuery but we intentionally implement a tiny subset of the API to cover only the methods we commonly need in our projects. Each feature is built as an optional extension to a minimal core so each can be removed from the production...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    Scrolling Game Development Kit 2
    All-in-one program for creating 2D scrolling games. Compile your games into stand-alone .NET executables or customizable C# source code. The IDE and framework are build on OpenTK, which wraps OpenGL, so generated games can be cross-platform.
    Leader badge
    Downloads: 11 This Week
    Last Update:
    See Project
  • 20
    U.S. Web Design System documentation

    U.S. Web Design System documentation

    USWDS website and documentation

    This repo includes code and documentation for the U.S. Web Design System website. For information on the USWDS components and codebase, please visit our uswds Github repo. The U.S. Web Design System documentation is built using Jekyll for the file framework, gulp for task management, and the node module for USWDS. A design system for the federal government. We make it easier to build accessible, mobile-friendly government websites.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    Jasonette

    Jasonette

    Native App over HTTP, on iOS

    ...It’s the easiest and fastest way to build your app, as it only takes minutes and needs no programming experience. You can make changes to your live app and see these changes instantly. Jasonette comes with all the essential native APIs and components, and if there’s a specific feature you’re looking for, you can easily extend Jasonette. You could even integrate Jasonette with your existing iOS project, so you don’t have to switch to a completely different way of programming, just let Jasonette handle a part of your app.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    Javascript Clipper

    Javascript Clipper

    Boolean operations and offsetting library in Javascript

    The Javascript Clipper library performs clipping and offsetting for both lines and polygons. All four boolean clipping operations are supported - intersection, union, difference and exclusive-or. Polygons can be of any shape including self-intersecting polygons. Javascript Clipper is a port of Angus Johnson's Clipper library: https://sourceforge.net/projects/polyclipping LIVE DEMO: http://jsclipper.sourceforge.net/6.4.2.2/main_demo.html LIVE DEMO (FPoint): http://jsclipper.sourceforge.net/6.4.2.2_fpoint/main_demo.html Information and examples: http://jsclipper.sourceforge.net/6.4.2.2 Information and examples (FPoint): http://jsclipper.sourceforge.net/6.4.2.2_fpoint Donate Javascript Clipper Project: https://sourceforge.net/p/jsclipper/wiki/Donations/ Use cases: * Over 1500 schools in the UK uses Javascript Clipper in Digimap for Schools service. ...
    Downloads: 9 This Week
    Last Update:
    See Project
  • 23
    JanusWeb

    JanusWeb

    An in-browser implementation of JanusVR

    ...With the JanusXR Youtube translator, watching videos with friends is a walk in the park. Oculus Rift, Vive, GearVR, Daydream, and Cardboard support via WebVR API. Realtime collaboration across all devices via built-in networking. There are several different ways to use JanusWeb, depending on how much control you want to have over the whole system.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    NTK RTMP SERVER

    NTK RTMP SERVER

    Naam Tamilar Web TV Live Streamer

    ...Stream Sources will be able to restreamed to RTMP Player, Youtube API, Facebook API, Twitch and any other plaftforms that supports streaming with API and stream key. All these can be published simultaneously at the same time. ForFirst UAT - User Acceptance Test has been conducted @ Pollachi Veerathamilatchi Sengodi Nenaivendal @ Sandaipettai Thidal, Pollachi on 19 August 2017 #3146 Viewed Simultaneously Streamed with 16 GB Ram, 500 GB SSD, Ubuntu 16.04 LTS Server with NTK RTMP Server
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    Mint UI

    Mint UI

    Mobile UI elements for Vue.js

    ...To avoid unnecessary repaint and reflows, Mint UI handles animations using CSS3, so that users can enjoy smooth motions even on mobile devices. Thanks to the efficient component-based approach of Vue.js, Mint UI is pretty light-weight. When all imported, the compressed code takes only ~30kb (JS + CSS) gzip space.
    Downloads: 0 This Week
    Last Update:
    See Project