Open Source JavaScript Software Development Software - Page 26

JavaScript Software Development Software

View 5766 business solutions

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

  • Gen AI apps are built with MongoDB Atlas Icon
    Gen AI apps are built with MongoDB Atlas

    Build gen AI apps with an all-in-one modern database: MongoDB Atlas

    MongoDB Atlas provides built-in vector search and a flexible document model so developers can build, scale, and run gen AI apps without stitching together multiple databases. From LLM integration to semantic search, Atlas simplifies your AI architecture—and it’s free to get started.
    Start Free
  • Resolve Support Tickets 2x Faster​ with ServoDesk Icon
    Resolve Support Tickets 2x Faster​ with ServoDesk

    Full access to Enterprise features. No credit card required.

    What if You Could Automate 90% of Your Repetitive Tasks in Under 30 Days? At ServoDesk, we help businesses like yours automate operations with AI, allowing you to cut service times in half and increase productivity by 25% - without hiring more staff.
    Try ServoDesk for free
  • 1
    cpx

    cpx

    A cli tool to watch and copy file globs.

    CPX is a Node.js file copying utility designed for handling complex file copy operations with watch mode support. It is useful for build pipelines that require file synchronization.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 2
    dat.GUI

    dat.GUI

    dat.gui is a lightweight controller library for JavaScript

    A lightweight graphical user interface for changing variables in JavaScript. The easiest way to use dat.GUI in your code is by using the built source at build/dat.gui.min.js. These built JavaScript files bundle all the necessary dependencies to run dat.GUI. If you're using a server with a Content Security Policy in place that blocks 'unsafe-inline', you will have problems when dat.gui.js tries to inject style information. To get around this, load 'build/dat.gui.css' as an external style sheet. With the npm run build script you can build development and production version of scripts. And with the npm run dev script you can build development version of script and watch for changes.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 3
    dejavu

    dejavu

    The missing web UI for Elasticsearch

    dejavu is the missing web UI for Elasticsearch. Existing web UIs leave much to be desired or are built with server-side page rendering techniques that make it less responsive and bulkier to run (I am looking at you, Kibana). We started building dejavu with the goal of creating a modern Web UI (no page reloads, infinite scroll, filtered views, realtime updates, search UI builder) for Elasticsearch with 100% client-side rendering so one can easily run it as a hosted app on github pages, as a chrome extension or as a docker image. Starting v1.0, dejavu is the only Elasticsearch web UI that supports importing data via JSON and CSV files, as well as defining field mappings from the GUI. Starting with v3.0, we support the ability to connect to multiple indexes. You can also globally search across your indexes using global search bar.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 4
    doT

    doT

    The fastest + concise javascript template engine for nodejs

    Created in search of the fastest and concise JavaScript templating function with emphasis on performance under V8 and nodejs. It shows great performance for both nodejs and browsers. doT.js is fast, small and has no dependencies. doT is a really solid piece of software engineering (I didn’t create it) that is rarely updated exactly for this reason. It took me years to grasp how it works even though it’s only 140 lines of code, it looks like magic. I used it in my other projects (e.g. ajv) as the smallest, fastest and most functional (all three!) templating engine ever made, that is particularly useful in all code generation scenarios where manipulating AST is overkill. doT allows arbitrary JavaScript code in templates, making it one of the most flexible and powerful templating engines. It means that doT security model assumes that you only use trusted templates and you don't use any user input as any part of the template, as otherwise it can lead to code injection.
    Downloads: 1 This Week
    Last Update:
    See Project
  • Build Securely on Azure with Proven Frameworks Icon
    Build Securely on Azure with Proven Frameworks

    Lay a foundation for success with Tested Reference Architectures developed by Fortinet’s experts. Learn more in this white paper.

    Moving to the cloud brings new challenges. How can you manage a larger attack surface while ensuring great network performance? Turn to Fortinet’s Tested Reference Architectures, blueprints for designing and securing cloud environments built by cybersecurity experts. Learn more and explore use cases in this white paper.
    Download Now
  • 5
    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: 1 This Week
    Last Update:
    See Project
  • 6
    egjs

    egjs

    Javascript components group that brings easiest way to build web apps

    egjs is Javascript components group that brings easiest and fastest way to build a web application in your way.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 7
    eslint-config-alloy

    eslint-config-alloy

    Progressive ESLint config for your React/Vue/TypeScript projects

    Progressive ESLint config for your React/Vue/TypeScript projects. The AlloyTeam ESLint config is not only a progressive ESLint config for your React/Vue/TypeScript projects but also the best reference for configuring your personalized ESLint rules. Let Prettier handle style-related rules. Inherit ESLint's philosophy and help everyone build their own rules. High degree of automation: advanced rules management, test as a document, as a website. Keep up with the times, follow up the latest rules as soon as possible. It is recommended to use npm init vue@3 to create a project with Vue, TypeScript and ESLint integrated. Our team initially used Airbnb rules, but because it was too strict, some rules still needed to be personalized, which led to more and more changes in the future and finally decided to maintain a new set. After more than four years of maintaining, eslint-config-alloy is now very mature and progressive and has been welcomed by many teams inside and outside the company.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 8
    eslint-plugin-node

    eslint-plugin-node

    Additional ESLint's rules for Node.js

    Additional ESLint's rules for Node.js. plugin:node/recommended considers both CommonJS and ES Modules. If "type":"module" field existed in package.json then it considers files as ES Modules. Otherwise it considers files as CommonJS. In addition, it considers *.mjs files as ES Modules and *.cjs files as CommonJS. plugin:node/recommended-module considers all files as ES Modules. plugin:node/recommended-script considers all files as CommonJS.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 9
    eslint-plugin-unicorn

    eslint-plugin-unicorn

    More than 100 powerful ESLint rules

    More than 100 powerful ESLint rules. You might want to check out XO, which includes this plugin. Each rule has emojis denoting if it belongs to the recommended configuration if some problems reported by the rule are automatically fixable by the --fix command line option, or if some problems reported by the rule are manually fixable by editor suggestions. Use a preset config or configure each rules in package.json.
    Downloads: 1 This Week
    Last Update:
    See Project
  • Business Automation Software for SMBs Icon
    Business Automation Software for SMBs

    Fed up with not having the time, money and resources to grow your business?

    The only software you need to increase cash flow, optimize resource utilization, and take control of your assets and inventory.
    Learn More
  • 10
    evol-colorpicker

    evol-colorpicker

    jQuery UI widget for color picking with web colors, theme colors, etc.

    evol-colorpicker is a web color picker that looks like the one in Microsoft Office 2010. It can be used inline or as a popup bound to a text box. It comes with several color palettes, can track selection history, and supports "transparent" colors. It is a full jQuery UI widget, supporting various configurations and themes.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 11
    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. 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: 1 This Week
    Last Update:
    See Project
  • 12
    gas-github

    gas-github

    sync gas code to github

    Manage your gas code with GitHub/GitHub enterprise/bitbucket/GitLab. Manage your Google Apps Script code with your favorite SCM (Github/Github enterprise/bitbucket). The new version requires Google OAuth to call Apps Script API, before the OAuth app be verified by Google, it only allow to grant 100 users' permission, if you encounter some errors said can not grant permission to the app, please wait for the verification process completed, sorry for the inconvenience! The extension does not use the Google Drive API, so you don't need any google authentication. Moreover, this extension supports Bound scripts. Support two-factor authentication (GitHub, GitHub Enterprise only). Work with directory(with slash in filename). Support GitHub Organizations, Bitbucket Teams and GitLab Groups. Google Apps Script native UI. Option to change filetype from .gs to .js when uploading to SCM. Option to add ignore file pattern.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 13
    get-bin-path

    get-bin-path

    Get the current package's binary path

    Get the current package's binary path (using the package.json bin field). This is useful when testing a package's binary. Using get-bin-path (as opposed to hard-coding the path to the binary). Validates that the package.json bin field is correctly setup. Decouples the binary path from the tests, which allows moving the file without rewriting the tests. This package is an ES module and must be loaded using an import or import() statement, not require(). Returns the current package's binary absolute path. When no package.json or binary can be found, undefined is returned instead.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 14
    goober

    goober

    A less than 1KB css-in-js solution

    As the subtitle notes, this is the smallest and fullest featured css-in-js solution out there. Weighing at 1KB and once bundled it's gonna be less due to tree-shake. goober does more with less! Since the code measure less in size, it's served, read and ran quicker. goober is built on the shoulders of well-established solutions. That means the API has been paved and we need to follow it. You'll find as, forwarded, CSS, keyframes, styled and so much more. Easily access your common sizes, colors, and anything really with the use of a theme. On the server, you can easily extract the CSS for the current state with extractCss. The initial thought of goober was a CSS-in-js solution at the cost of peanuts. Hence the peanuts emoji. By using goober, you are practically getting back space in size to build more of the needed features.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 15
    grd

    grd

    A CSS grid framework using Flexbox. Only 321 bytes (Gzipped)

    A CSS grid framework using Flexbox. Simple and provides just 2 base classes Grid and Cell and some modifiers. Light-weight, only 321 bytes (Gzipped). Flexible, easy-to-use Flexbox features. Flexible Box Layout Module and calc() as CSS unit values used in Grd are available on modern browsers (Chrome, Firefox, Safari, Opera, Edge, and IE11). If you want to use Grd with Sass, you can choose grd-sass as Sass port.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 16
    gremlins.js

    gremlins.js

    Monkey testing library for web apps and Node.js

    Gremlins.js is an open-source monkey testing library written in JavaScript. It unleashes a horde of undisciplined gremlins on a web app in order to check its robustness. We've modernized the code of Gremlins.js, our monkey testing library for frontend apps. It's now super easy to detect memory leaks in your JavaScript code. Gremlins.js comes with 5 types of undisciplined gremlins that will try to break your web application: the clicker, the form filler, the scroller, the typer and the toucher. You can also add custom gremlins easily. 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: 1 This Week
    Last Update:
    See Project
  • 17
    hapi

    hapi

    The simple, secure framework developers trust

    Build powerful, scalable applications, with minimal overhead and full out-of-the-box functionality. Originally developed to handle Walmart’s Black Friday scale, hapi continues to be the proven choice for enterprise-grade backend needs. When you npm install @hapi/hapi, every single line of code you get has been verified. You never have to worry about some deep dependency being poorly maintained (or handed over to someone sketchy). hapi is the only leading node framework without any external code dependencies. None. hapi has been pushing the envelope on quality from day one. It was the first node framework to require and achieve 100% code coverage across every dependency – when everyone thought it was crazy. Every hapi feature is designed to make the platform easier and more intuitive to use. That means there’s no need to hack things together, experiment to see what *might* work, or try to figure out hidden internals. There is no “magic” – the code does what you expect.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 18
    i18n

    i18n

    i18n wrapper and Koa middleware for Lad

    i18n wrapper and Koa middleware for Lad.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 19
    iView Admin

    iView Admin

    Vue 2.0 admin management system template based on iView

    iView Admin is a front-end management background integration solution. It based on Vue.js and use the UI Toolkit iView. iView-admin is one of the members of the iView ecology. It is a set of front-end solutions for the back-end management system based on Vue with a front-end and back-end development model. iView-admin2.0 was refactored from the 1.x version and replaced with Webpack4.0 + Vue-cli3.0 as the basic development environment. Built-in logic functions commonly used in the development of back-end management systems, and out-of-the-box business components, are designed to allow developers to develop back-end management systems with minimal cost and reduce the amount of development.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 20
    jQuery.Timeline V2

    jQuery.Timeline V2

    You can easily create the horizontal timeline with two types

    You are able to easily create two types of horizontal timeline with this jQuery plugin.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 21
    jquery-circle-progress

    jquery-circle-progress

    jQuery Plugin to draw animated circular progress bars

    jQuery Plugin to draw animated circular progress bars.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 22
    jquery.sumoselect

    jquery.sumoselect

    Multi Select plugin which can be used on almost any device

    A beautiful jQuery Single/Multi Select plugin which can be used on almost any device. A jQuery plugin that progressively enhances an HTML Select Box into a Single/Multiple option dropdown list. The dropdown list can be fully customizable using simple CSS properties. It can adapt itself according to any device, keeping in mind that the User Experience is not broken.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 23
    jsdom

    jsdom

    JavaScript implementation of various web standards, for use with Node

    jsdom is a pure-JavaScript implementation of many web standards, notably the WHATWG DOM and HTML Standards, for use with Node.js. In general, the goal of the project is to emulate enough of a subset of a web browser to be useful for testing and scraping real-world web applications. The latest versions of jsdom require Node.js v10 or newer. To use jsdom, you will primarily use the JSDOM constructor, which is a named export of the jsdom main module. Pass the constructor a string. The resulting object is an instance of the JSDOM class, which contains a number of useful properties and methods besides window. In general, it can be used to act on the jsdom from the "outside," doing things that are not possible with the normal DOM APIs. For simple cases, where you don't need any of this functionality, we recommend a coding pattern.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 24
    json-forms

    json-forms

    JSON Schema to HTML form generator, supporting dynamic subschemas

    JSON Schema to HTML form generator, supporting dynamic subschemas (on-the-fly resolution). Extensible and customizable library with zero dependencies. Bootstrap add-ons provided. This library supports dynamic schemas, that is, subschemas that can change depending on the value of other parts of the data. This allows the creation of dynamic forms that vary their shape depending on the values entered by the user. This is extremely useful for big autogenerated schemas, that aggregate lots of subschemas and have functional bindings, given that it allows to show the user a simpler, non-error-prone form, also avoiding asking for unneeded data.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 25
    koa-better-error-handler

    koa-better-error-handler

    A better error-handler for Lad and Koa. Makes `ctx.throw` awesome

    Lad is the best Node.js framework. Made by a former Express TC and Koa team member. A better error-handler for Lad and Koa. Makes ctx.throw awesome (best used with koa-404-handler) Detects common programmer mistakes by detecting errors of TypeError, SyntaxError, ReferenceError, RangeError, URIError, and EvalError and yields generic "Internal Server Error" (only applies to production mode).
    Downloads: 1 This Week
    Last Update:
    See Project