Showing 21 open source projects for "setup"

View related business solutions
  • 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
  • Run applications fast and securely in a fully managed environment Icon
    Run applications fast and securely in a fully managed environment

    Cloud Run is a fully-managed compute platform that lets you run your code in a container directly on top of scalable infrastructure.

    Run frontend and backend services, batch jobs, deploy websites and applications, and queue processing workloads without the need to manage infrastructure.
    Try for free
  • 1
    MUI Core

    MUI Core

    React components for faster and easier web development

    MUI Core (formerly Material-UI) consists of React components for faster and easier web development, with options for creating your own design system or starting with Material design. MUI components work without any additional setup, and don't pollute the global scope.
    Downloads: 9 This Week
    Last Update:
    See Project
  • 2
    Bootstrap Icons

    Bootstrap Icons

    Open source SVG icon library for Bootstrap

    ...Bootstrap Icons are published to npm, but they can also be manually downloaded if needed. Bootstrap Icons are SVGs, so you can include them into your HTML in a few ways depending on how your project is setup. We recommend using a width: 1em (and optionally height: 1em) for easy resizing via font-size. Embed your icons within the HTML of your page (as opposed to an external image file). Here we’ve used a custom width and height. Use the SVG sprite to insert any icon through the <use> element. Use the icon’s filename as the fragment identifier (e.g., toggles is #toggles). ...
    Downloads: 43 This Week
    Last Update:
    See Project
  • 3
    Lightbox2

    Lightbox2

    The original Lightbox script (v2)

    Lightbox is small javascript library used to overlay images on top of the current page. It's a snap to setup and works on all modern browsers. Lightbox2 has been tested successfully in the following browsers, Internet Explorer, Chrome, Safari, Firefox, iOS Safari, iOS Chrome, Android Browser, and Android Chrome. The lightbox-plus-jquery.js file includes jQuery v2.x and supports IE 9+. If you want to support IE 6, 7, and 8, use your own copy of jQuery v1.x with lightbox.js.
    Downloads: 7 This Week
    Last Update:
    See Project
  • 4
    Puppeteer

    Puppeteer

    Headless Chrome Node.js API

    Puppeteer is a headless Node library that provides a high level API for controlling Chromium or Chrome over the DevTools protocol. It requires zero setup and comes bundled with the Chromium version most suited to it. Puppeteer is headless by default, making it fast to run. However, it can also be set to run full or non-headless Chrome or Chromium, simply set the headless option when launching a browser. Many of the things you can do manually in the browser, you can also do with Puppeteer such as generate page screenshots and PDFs, crawl a Single-Page Application, test Chrome extensions and more.
    Downloads: 9 This Week
    Last Update:
    See Project
  • File Synchronization, File Replication and File Archiving software solutions. Icon
    File Synchronization, File Replication and File Archiving software solutions.

    SIMPLIFY CRITICAL FILE TRANSFERS

    SureSync is a file replication and synchronization application that provides one-way and multi-way processing in both scheduled and real-time modes.
    Learn More
  • 5
    Nock

    Nock

    HTTP server mocking and expectations library for Node.js

    HTTP server mocking and expectations library for Node.js. Nock can be used to test modules that perform HTTP requests in isolation. For instance, if a module performs HTTP requests to a CouchDB server or makes HTTP requests to the Amazon API, you can test that module in isolation. Nock works by overriding Node's http.request function. Also, it overrides http.ClientRequest too to cover for modules that use it directly.
    Downloads: 3 This Week
    Last Update:
    See Project
  • 6
    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...
    Downloads: 5 This Week
    Last Update:
    See Project
  • 7
    ChromeAppHeroes

    ChromeAppHeroes

    Chinese manual for excellent Chrome plug-ins

    ChromeAppHeroes appears to be a repository with sample or template Chrome apps/extensions — perhaps intended to help developers learn how to build Chrome applications, quick prototypes, or small utilities. As such, it likely includes boilerplate code, manifest definitions, example UI components, and sample functionality (e.g. browser-action buttons, content scripts, background scripts) to illustrate how to structure a Chrome app. For learners or developers new to Chrome extension/app...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 8
    HyperUI

    HyperUI

    Free Tailwind CSS v4 components for your next project

    HyperUI is a large, copy-and-paste library of Tailwind CSS components aimed at speeding up interface building without adding heavy JavaScript. It groups components by common product needs—navigation, hero sections, pricing, forms, cards, tables, and full e-commerce flows—so teams can assemble pages quickly from consistent building blocks. Each snippet is written as semantic HTML with Tailwind utility classes, making it easy to customize spacing, color, and typography through a project’s...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 9
    emotion

    emotion

    CSS-in-JS library designed for high performance style composition

    Emotion is a library designed for writing css styles with JavaScript. It provides powerful and predictable style composition in addition to a great developer experience with features such as source maps, labels, and testing utilities. Both string and object styles are supported. There are two primary methods of using Emotion. The first is framework agnostic and the second is for use with React. Similar to the style prop, but also has support for auto vendor-prefixing, nested selectors, and...
    Downloads: 0 This Week
    Last Update:
    See Project
  • AmpiFire Helps Brands Boost Sales and Traffic Icon
    AmpiFire Helps Brands Boost Sales and Traffic

    Content That Drives Sales For Your Business

    AmpiFire is a content creation and distribution solution that combines our talented 100+ person content writing team, AI and machine learning. We create, refine and distribute 6 content types to hundreds of websites and digital platforms. Each campaign consists of a News Article, Blog Post, Video, SlideShare, Infographic and an Audio Clip
    Learn More
  • 10
    100 proyectos de JavaScript

    100 proyectos de JavaScript

    100 JavaScript projects with code and videos for free

    100 proyectos de JavaScript is a large collection of 100 JavaScript projects, each with source code and an accompanying video tutorial, offered entirely for free. The repository is tied to the website javascript100.dev, which presents the projects as a structured learning path so learners can progressively build their skills through practice.Each project lives in its own numbered folder (for example, 01-tinder-swipe), and the README explains how to run them via the VS Code Live Preview...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    Classnames

    Classnames

    A simple javascript utility for conditionally joining classNames

    ...This reduces boilerplate and the risk of typos or stray spaces, especially in React, Vue, or other component-based UIs where dynamic styling is common. The utility is small and framework-agnostic, so it can be used in Node, browser code, or any bundler setup including Browserify and Webpack. It maintains backwards compatibility while evolving (for example, introducing polyfill requirements for older browsers in newer versions), and it ships with TypeScript bindings for better type safety.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    Basic Table

    Basic Table

    Basic Table jQuery or Vanilla JS plugin for simple responsive tables

    A simple lightweight jQuery or Vanilla JS responsive table library. A library to set up tables for a basic responsive table structure. This is to assist in those situations where the users don't necessarily have access or capacity to modify HTML such as input from a WYSIWYG.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 13
    VuePress

    VuePress

    Minimalistic Vue-powered static site generator

    Simplicity First. Minimal setup with markdown-centered project structure helps you focus on writing. Vue-Powered. Enjoy the dev experience of Vue + webpack, use Vue components in markdown, and develop custom themes with Vue. Performant. VuePress generates pre-rendered static HTML for each page, and runs as an SPA once a page is loaded. The fastest way to get your VuePress project setup is to use our create-vuepress-site generator which will help scaffold the basic VuePress site structure for you. ...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 14
    Express ES2017 REST API Boilerplate

    Express ES2017 REST API Boilerplate

    Express starter for building RESTful APIs

    A boilerplate for building RESTful APIs with Node.js and Express, providing a pre-configured structure for efficient backend development.
    Downloads: 4 This Week
    Last Update:
    See Project
  • 15
    NG6

    NG6

    An AngularJS Starter repo for AngularJS + ES6 + Webpack

    ...Gulp is used as an orchestrator to run Webpack, start a development server, and generate Angular boilerplate via tasks. The repository also includes a complete testing setup using Karma, Mocha, Chai, and Webpack so tests run through the same pipeline as application code. Styles are handled via SASS (node-sass), with each component encouraged to bundle its own styles, templates, and tests for strong locality. Overall, NG6-starter is designed as a “de facto” reference for developers who want to learn and adopt a modern workflow.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    ScrollBooster

    ScrollBooster

    Enjoyable content drag-to-scroll library

    Enjoyable drag-to-scroll micro-library (~2KB gzipped). Supports smooth content scroll via mouse/touch dragging, trackpad or mouse wheel. Zero dependencies. Easy to setup yet flexible enough to support any custom scrolling logic.
    Downloads: 2 This Week
    Last Update:
    See Project
  • 17
    nwb

    nwb

    A toolkit for React, Preact, Inferno & vanilla JS apps for the web

    A toolkit for React, Preact, Inferno & vanilla JS apps, React libraries and other npm modules for the web, with no configuration (until you need it). A zero-config development setup is provided, but nwb also supports configuration and plugin modules that add extra functionality (e.g. Sass support), should you need them. Installing globally provides an nwb command for quick development and working with projects. For quick development with React, Inferno, Preact or vanilla JavaScript, use the nwb react, nwb inferno, nwb preact or nwb webcommands. ...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 18
    Trip.js

    Trip.js

    Trip.js is a plugin that can help you customize a tutorial trip easily

    Trip.js is a plugin that can help you customize a tutorial trip easily with more flexibility. Right now Trip.js supports lots of useful stuff like keyboard binding, animations, changing themes ... etc. If you want to highly customize your own tutorial trip, then Trip.js is definitely worth giving it a try.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    vex

    vex

    A modern dialog library, configurable and easy to style

    ...For the most common usage of vex, you'll want to include vex, vex-dialog, the vex CSS file, and a theme file. For browserify/webpack, you'll still need to include the stylesheets on your page, but you can setup vex in your scripts.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    Sticky Sidebar

    Sticky Sidebar

    Pure JavaScript tool for making smart and high performance bar

    Sticky Sidebar ⬆⬇ is a pure JavaScript plugin for making smart and high-performance sticky sidebar, works with the sidebar if it’s taller or shorter than the viewport, is integrated with a resize sensor to re-calculate the dimensions automatically when the size of the sidebar or its container is changed, supports jQuery/Zepto and compatible with Firefox, Chrome, Safari, and IE9+. The source can be found on GitHub.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    FSVS

    FSVS

    Full Screen Vertical Scroll

    Simple full-screen vertical slider using CSS3 transitions followed up by a jQuery fallback. Bound events support the mouse wheel, click and drag, arrow keys, and touch gestures.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • Next