• 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
  • 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
  • 1
    BackstopJS

    BackstopJS

    Catch CSS curve balls

    ...Add your own interactions with the Playwright and Puppeteer scripting. BackstopJS automates visual regression testing of your responsive web UI by comparing DOM screenshots over time.
    Downloads: 2 This Week
    Last Update:
    See Project
  • 2
    WinJS

    WinJS

    A UI toolkit for modern browsers

    Microsoft is committed to making sure that WinJS continues to run for existing customers. At this time we don't have plans to invest in new features or feature requests. Bug fixes will be limited to correcting substantial issues that are blocking customer deployments. We may also consider bug fixes to help our customers maintain their existing WinJS-based apps. WinJS is a set of JavaScript toolkits that allow developers to build applications using HTML/JS/CSS technology forged with the following principles in mind. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3
    NN-SVG

    NN-SVG

    Publication-ready NN-architecture schematics

    Illustrations of Neural Network architectures are often time-consuming to produce, and machine learning researchers all too often find themselves constructing these diagrams from scratch by hand. NN-SVG is a tool for creating Neural Network (NN) architecture drawings parametrically rather than manually. It also provides the ability to export those drawings to Scalable Vector Graphics (SVG) files, suitable for inclusion in academic papers or web pages.
    Downloads: 5 This Week
    Last Update:
    See Project
  • 4
    Zombie.js

    Zombie.js

    Fast, full-stack, headless browser testing using node.js

    ...New browsers start without any open tabs. As you visit the first page, Zombie will open a tab for it. All operations against the browser object operate on the currently active tab (window) and most of the time you only need to interact with that one tab. You can access it directly via browser.window. You can access all open tabs from browser.tabs. This property is an associative array, you can access each tab by its index number.
    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
    art-template

    art-template

    High performance JavaScript templating engine

    art-template is a simple and superfast templating engine that optimizes template rendering speed by scope pre-declared technique, hence achieving runtime performance which is close to the limits of JavaScript. At the same time, it supports both NodeJS and browser. art-template simultaneously supports two syntax of template. Standard syntax allows templates to be easier to read and write. While original syntax has powerful logical processing ability. Original syntax is compatible with EJS, Underscore, LoDash templates. Performance is close to the JavaScript rendering limits. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6
    node-js-getting-started

    node-js-getting-started

    Getting Started with Node on Heroku

    ...Heroku generates a random name (in this case sharp-rain-871) for your app, or you can pass a parameter to specify your own app name. Heroku treats logs as streams of time-ordered events aggregated from the output streams of all your app and Heroku components, providing a single channel for all of the events. Procfiles can contain additional process types. For example, you might declare one for a background worker process that processes items off of a queue.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    Prepack

    Prepack

    A JavaScript bundle optimizer

    ...Prepack is still in an early development stage and not ready for production use just yet. Please try it out, give feedback, and help fix bugs. Prepack is a tool that optimizes JavaScript source code: Computations that can be done at compile-time instead of run-time get eliminated. Prepack replaces the global code of a JavaScript bundle with equivalent code that is a simple sequence of assignments. This gets rid of most intermediate computations and object allocations. Prepack operates at the AST level, using Babel to parse and generate JavaScript source code. At the core of Prepack is an almost ECMAScript 5 compatible interpreter — implemented in JavaScript! ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    React Performance Devtool

    React Performance Devtool

    A browser developer tool extension to inspect performance

    ...With every re-render, measures are updated and logged to the console. To use this devtool extension, you'll need to register an observer in your app which will observe a collection of data (performance measures) over time. Registering an observer hooks an object containing information about the events and performance measures of React components to the window object, which can then be accessed inside the inspected window using eval().
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    DOClever

    DOClever

    The best interface management platform

    ...Can edit and manage interface information, support five methods of getting, post, put, delete, patch, support HTTP and HTTPS protocols, and support visual editing of query, body, JSON, raw, rest, formdata parameters. At the same time, unlimited levels of visual editing can be performed on JSON. And, additional features like status codes, code injection, markdown documentation, and more. Support the import of postman, rap, and swagger, which is convenient for you to do seamless migration, and also supports the export of HTML files, which is convenient for you to browse offline!
    Downloads: 0 This Week
    Last Update:
    See Project
  • Smarter safety. Simplified compliance. Stronger teams. Icon
    Smarter safety. Simplified compliance. Stronger teams.

    EHS Hero works with companies ranging from emerging to enterprise-level to provide a scalable, integrated EHS management solution

    From compliance confidence to operational control, EHS Hero® equips EHS professionals with the tools they need to stay ahead of risk, meet regulatory demands, and build safer, smarter workplaces. Whether you’re managing incidents, maintaining audit readiness, delivering training, or analyzing performance, EHS Hero brings everything together in one powerful, easy-to-use platform. Join thousands of safety leaders who trust EHS Hero to simplify compliance and elevate safety performance—every day.
    Learn More
  • 10
    JPPF

    JPPF

    The open source grid computing solution

    JPPF makes it easy to parallelize computationally intensive tasks and execute them on a Grid.
    Downloads: 33 This Week
    Last Update:
    See Project
  • 11
    messenger-bot

    messenger-bot

    A Node client for the Facebook Messenger Platform

    A Node client for the Facebook Messenger Platform. A verification token for the first-time setup of your webhook. Optional, but will be required by Facebook when you first set up your webhook. Your App Secret token used for message integrity check. If specified, every POST request will be tested for spoofing. As well, it mounts /_status, which will return {"status": "ok"} if the middleware is running. If verify is specified in the bot options, it will mount a handler for GET requests that verifies the webhook. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    Google Closure Compiler

    Google Closure Compiler

    A JavaScript checker and optimizer

    ...Beyond minification, it performs advanced optimizations such as inlining, property collapsing, type-guided rewrites, and cross-module motion, often yielding substantial load-time wins. It includes a strong static checker that validates syntax, variable references, and type annotations (Closure types or JSDoc), catching bugs early and enabling aggressive transformations safely. The ecosystem provides a Java implementation, npm/JS builds, and documentation for integrating in modern toolchains. Closure Compiler has been used extensively at scale within Google and by the broader community, proving its robustness on very large codebases. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    Teletype for Atom

    Teletype for Atom

    Share your workspace with team members and collaborate on code

    Teletype(beta) for Atom lets developers share their workspace with team members and collaborate on code in real-time. Working on code together in real time is valuable for knowledge sharing and producing quality software. The Teletype package for Atom aspires to make it as easy for developers to code together as it is for them to code alone. Teletype introduces the concept of real-time "portals" for sharing workspaces. When a host opens a portal, their active tab becomes a shared workspace. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    MathworldVR

    MathworldVR

    Math world in WebVR, powered by A-frame

    ...MathworldVR uses Redux for all the stuff around the app's state. It helps you write applications that behave consistently. On top of that, it provides a great developer experience, such as live code editing combined with a time-traveling debugger. For example, CalcButton component used as a backspace on the calculator is dispatching Redux action when user "clicks it" with VR hand-controller!
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    Express & mongoose REST API Boilerplate

    Express & mongoose REST API Boilerplate

    A boilerplate application for building RESTful APIs Microservice

    A boilerplate application for building RESTful APIs Microservice in Node.js using express and mongoose in ES6 with code coverage and JsonWebToken Authentication. Helps you stay productive by following best practices. Follows Airbnb's Javascript style guide. JavaScript code linting is done using ESLint, a pluggable linter tool for identifying and reporting on patterns in JavaScript. Uses ESLint with eslint-config-Airbnb, which tries to follow the Airbnb JavaScript style guide. Supports code...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    concurrency-logger

    concurrency-logger

    Log HTTP requests/responses separately, visualize their concurrency

    HTTP logging middleware is especially useful to unwind concurrent operations without losing the request context.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    Elementary Jekyll

    Elementary Jekyll

    Minimal Jekyll theme optimized for performance, accessibility, etc.

    Personal blog's Jekyll template that has been optimizing for performance, accessibility, usability, readability and simplicity in general. This is an attempt at creating something that would be comfortable to use on your website.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    tyto

    tyto

    Manage and organize things

    tyto is an extensible and customizable management and organization tool. Minimal UI, no accounts necessary, intuitive, extensible, localStorage persistence, time tracking, sortable UI, task linking, Markdown support, etc. Tyto arose from the want for an electronic post-it board without the need for accounts. Something simple and intuitive that could be easily shared. It's also the product of my own curiosity being used as an opportunity to pick up new tech stacks. It started as a vanilla JS app utilising one file and experimenting with HTML5 drag and drop. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    Koa2 RESTful API

    Koa2 RESTful API

    RESTful API Server

    ...This scaffolding only installs some necessary plug-ins that do not conflict with Koa2 to build a RESTful API Server, with instructions for each plug-in. Syntax checking with ESlint. Therefore, the scaffolding mainly provides RESTful API, so the front-end static resource processing is not considered for the time being, and only the basic method of static resource access is provided to facilitate access to resources such as pictures uploaded by users to the server. The basic directory structure is consistent with vue-cli and can be used with front-end frameworks such as React, AngularJS, and Vue.js.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    re-start

    re-start

    react-native template to target multiple platforms

    ...Target multiple platforms (Android, iOS, Web, Windows [UWP] and Electron [macOS, Linux, Windows]) with react native' APIs and a single codebase. Follow best practices while doing the above. Cut out the time and effort it takes to setup the project (based on create-react-app). Achieve write once run everywhere with react-native (though react strictly says 'Learn once use anywhere). Mitigate git cloning or manual upgrading of boilerplates, which is possible because this project is a react-native template. This project comprises of several templates that are curated keeping in mind the various use cases of initiating a new project. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    express-status-monitor

    express-status-monitor

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

    Simple, self-hosted module based on Socket.io and Chart.js to report real-time server metrics for Express-based node servers. Monitor can be configured by passing options object into expressMonitor constructor. You can add a series of health checks to the configuration that will appear below the other stats. 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. ...
    Downloads: 2 This Week
    Last Update:
    See Project
  • 22
    Scotty.js

    Scotty.js

    Deploy static websites and single page apps to AWS S3

    ...Amazon offers something that can scale, a combination of Simple Storage Service (S3) for static website hosting and CloudFrontas a CDN is a cheap but scalable way to deliver your single page app. Although it takes some time to prepare both of those too, even more if you are not familiar with Amazon Web Services. The main idea behind Scotty is to deploy your static website or single page app to Amazon ecosystem with a single command. It will deploy your static website, set up CDN with HTTPS, and even copy the website URL to your clipboard in a minute or so, depending on your internet speed and the website/app size.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    elevator.js

    elevator.js

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

    Elevator.js fixes those awkward "scroll to top" moments the old fashioned way. 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!...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    ng-admin

    ng-admin

    Add an AngularJS admin GUI to any RESTful API

    Plug me to your RESTFul API to get a complete administration interface (datagrid, filters, complex form widgets, multi-model relationships, dashboard) in no time! Beyond simple CRUD, ng-admin lets you build sophisticated GUIs without getting in your way. We've rebuilt it from scratch with React.js (the new project is called react-admin), and we're putting all our efforts on the React version. The current ng-admin version (master) depends on Angular.js 1.6. If you need compatibility with Angular 1.3, use ng-admin 0.9. ng-admin is fully compatible with Webpack, and should also be compatible with all available major module bundlers. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    embed-js

    embed-js

    A lightweight plugin to embed emojis, media, maps, tweets, code, etc.

    A lightweight JavaScript plugin to embed emojis, media, maps, tweets, code and services. embed.js was developed with a modern JavaScript workflow in mind. To use it, it's recommended you have a build system in place that can transpile ES6, and bundle modules. But at the same time, you get an already transpiled version to make your development easier. If you’re using npm package manager with a module bundler like Webpack or Browserify to consume CommonJS modules, you can use the default UMD build of the plugin by simply requiring it. The render() method renders the resulting string in the block. The .render() method also returns a promise. ...
    Downloads: 0 This Week
    Last Update:
    See Project