Showing 96 open source projects for "create-react-app"

View related business solutions
  • Custom VMs From 1 to 96 vCPUs With 99.95% Uptime Icon
    Custom VMs From 1 to 96 vCPUs With 99.95% Uptime

    General-purpose, compute-optimized, or GPU/TPU-accelerated. Built to your exact specs.

    Live migration and automatic failover keep workloads online through maintenance. One free e2-micro VM every month.
    Try Free
  • Powerful App Monitoring Without Surprise Bills Icon
    Powerful App Monitoring Without Surprise Bills

    AppSignal starts at $23/month with all features included. No overages, no hidden fees. 30-day free trial.

    Tired of monitoring tools that punish you for scaling? AppSignal offers transparent, predictable pricing with every feature unlocked on every plan. Track errors, monitor performance, detect anomalies, and manage logs across Ruby, Python, Node.js, and more. Trusted by developers since 2012 with free dev-to-dev support. No credit card required to start your 30-day trial.
    Try AppSignal Free
  • 1
    Hotkeys

    Hotkeys

    A robust Javascript library for capturing keyboard input

    ...It should not interfere with any JavaScript libraries or frameworks. You will need Node.js installed on your system. Or manually download and link hotkeys.js in your HTML, It can also be downloaded via UNPKG. react-hotkeys is the React component that listen to keydown and keyup keyboard events, defining and dispatching keyboard shortcuts. Detailed use method please see its documentation react-hotkeys. React hook for using keyboard shortcuts in components. Make sure that you have at least version 16.8 of react and react-dom installed, or otherwise hooks won't work for you. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 2
    Fan Control

    Fan Control

    Highly customizable fan controlling software for Windows

    ...Users can create and save different “profiles” (e.g. silent mode, high-performance mode, custom GPU-heavy workloads), then load them as needed. Recent versions switched their driver backend (migrating from WinRing0 to a PawnIO-based driver) to improve compatibility and avoid security/AV-flagging issues.
    Downloads: 132 This Week
    Last Update:
    See Project
  • 3
    opentrack

    opentrack

    Head tracking app for games and flight simulation software

    opentrack is an application that can track users' head movements and relay this information to games and flight simulation software. It allows for output shaping, filtering, and the codebase builds on Windows, OSX and GNU/Linux.
    Downloads: 323 This Week
    Last Update:
    See Project
  • 4
    display-switch

    display-switch

    Turn a $30 USB switch into a full-featured multi-monitor KVM switch

    ...This turns a simple USB switch into a full-fledged KVM solution: press one button on your USB switch and all your monitors connect to a different input. It is supposed to be installed on all computers that could be connected to these monitors since the app only switches monitors "one way" and relies on itself running on the other computers to switch it "the other way" as needed.
    Downloads: 9 This Week
    Last Update:
    See Project
  • AI-generated apps that pass security review Icon
    AI-generated apps that pass security review

    Stop waiting on engineering. Build production-ready internal tools with AI—on your company data, in your cloud.

    Retool lets you generate dashboards, admin panels, and workflows directly on your data. Type something like “Build me a revenue dashboard on my Stripe data” and get a working app with security, permissions, and compliance built in from day one. Whether on our cloud or self-hosted, create the internal software your team needs without compromising enterprise standards or control.
    Try Retool free
  • 5
    Synergy Core

    Synergy Core

    The keyboard and mouse sharing tool

    ...Advanced customization settings give you complete control of your setup. The next version is being built from the ground up by combining the latest technologies, Node.js and React, with the rock-solid stability of C++.
    Downloads: 12 This Week
    Last Update:
    See Project
  • 6
    FanCtrl

    FanCtrl

    FanCtrl allows you to automatically control the fan speed

    ...The project supports a range of control backends and integrations, including motherboard fan headers and several popular cooling ecosystems, and it can also pull sensor data from common monitoring tools so your fan logic can react to the readings you trust. A core concept is “auto fan control” profiles where you pick a target temperature sensor, select which fans should follow it, and then shape the curve via a graph-like interface. It also includes quality-of-life options like renaming items, choosing units (including Fahrenheit), and starting minimized for a set-it-and-forget-it setup.
    Downloads: 11 This Week
    Last Update:
    See Project
  • 7
    AlienFX Tools

    AlienFX Tools

    Alienware systems lights, fans, and power control tools and apps

    AlienFX Tools is a suite of utilities aimed at controlling lighting, fan, and power behaviors on Alienware systems, directly interfacing with USB or ACPI hardware rather than relying on official drivers. This project supports a broad range of effects and modes, allowing users to customize RGB lighting zones, create and switch profiles based on system states (like power source or running applications), and generate lighting behaviors tied to thermal and performance events. Because it operates at a low level, alienfx-tools can offer faster update rates and more flexible configurations compared to some manufacturer software. It includes both command-line and graphical frontend elements to support different user preferences, making it suitable for automation as well as interactive use. ...
    Downloads: 13 This Week
    Last Update:
    See Project
  • 8
    RF24

    RF24

    OSI Layer 2 driver for nRF24L01 on Arduino & Raspberry Pi/Linux

    ...Easy for beginners to use, with well-documented examples and features. Consumed with a public interface that's similar to other Arduino standard libraries. OSI Network Layer for multi-device communication. Create a home sensor network.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 9
    Ralph

    Ralph

    Ralph is the CMDB / Asset Management system for data center

    Ralph is built on top of Django and Python 3 and is easy to extend and customize without writing boilerplate code. REST API, Workflows code extensions allow for easy customization. We've chosen the best features of DCIM, Asset Mgmt and CMDB systems to create one, easy and well-integrated system. One interface is easier than 3. Keep track of assets purchases and their life cycle. Flexible flow system for assets life cycle. Data center and back office support. DC visualization built-in. Ralph is a simple yet powerful Asset Management, DCIM and CMDB system for data center and back office.
    Downloads: 5 This Week
    Last Update:
    See Project
  • Push Code. Get a Production URL. Done. Icon
    Push Code. Get a Production URL. Done.

    Cloud Run deploys any language instantly. Scales to zero. Pay only when code runs.

    Skip the Kubernetes configs. Cloud Run handles HTTPS, scaling, and infrastructure automatically. Two million requests free per month.
    Try Cloud Run Free
  • 10
    HttpKernel Component

    HttpKernel Component

    A structured process for converting a Request into a Response

    The HttpKernel component provides a structured process for converting a Request into a Response by making use of the EventDispatcher component. It's flexible enough to create full-stack frameworks, micro-frameworks or advanced CMS systems like Drupal. Every HTTP web interaction begins with a request and ends with a response. Your job as a developer is to create PHP code that reads the request information (e.g. the URL) and creates and returns a response (e.g. an HTML page or JSON string). Typically, some sort of framework or system is built to handle all the repetitive tasks (e.g. routing, security, etc) so that a developer can build each page of the application. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    MongoDB Go Driver

    MongoDB Go Driver

    The Go driver for MongoDB

    ...This can be done either by importing packages from go.mongodb.org/mongo-driver and having the build step install the dependency. When using a version of Go that does not support modules, the driver can be installed using dep. To get started with the driver, import the mongo package and create a mongo.Client with the Connect function. For more advanced configuration and authentication, see the documentation for mongo. To insert a document into a collection, first retrieve a Database and then Collection instance from the Client. The Collection instance can then be used to insert documents. The driver tests can be run against several database configurations. ...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 12
    MongoDB NodeJS Driver

    MongoDB NodeJS Driver

    The MongoDB Node.js driver

    The MongoDB Node.js driver allows Node.js applications to connect to MongoDB and work with data. The driver features an asynchronous API which allows you to interact with MongoDB using Promises or via traditional callbacks. Whether you are new to MongoDB or you just want to brush up on the core concepts, you can check out the Fundamentals section which features material on using the Node.js driver. The connection URI is the set of instructions that the driver uses to connect to a MongoDB...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 13
    Arduino FOC

    Arduino FOC

    Arduino FOC for BLDC and Stepper motors

    ...BLDC motors have numerous advantages over regular DC motors but they have one big disadvantage, the complexity of control. Even though it has become relatively easy to design and manufacture PCBs and create our own hardware solutions for driving BLDC motors the proper low-cost solutions are yet to come. One of the reasons for this is the apparent complexity of writing the BLDC driving algorithms, Field oriented control (FOC) being an example of one of the most efficient ones. The solutions that can be found online are almost exclusively very specific for certain hardware configurations and the microcontroller architecture used. ...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 14
    ThingPulse ESP8266 Weather Station

    ThingPulse ESP8266 Weather Station

    ESP8266 Weather Station library supporting OpenWeatherMap

    This code works best with the NodeMCU V2 ESP8266 module and an 0.96" OLED display. To get you up and running in no time we created a kit that contains all the necessary parts. By buying this and other kits from us you are funding the maintenance and development of this library. Make sure you use a version of the Arduino IDE which is supported by the ESP8266 platform. If you are using the PlatformIO environment for building, choose one of the available IDE integration or the Atom-based IDE,...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 15
    AWS EC2 FPGA

    AWS EC2 FPGA

    AWS EC2 FPGA hardware and software development Kit

    ...It is distributed between this GitHub repository and FPGA Developer AMI - Centos/AL2 provided by AWS with no cost of development tools. After creating an FPGA design (also called CL - Custom logic), developers can create an Amazon FPGA Image (AFI) and easily deploy it to an F1 instance. AFIs are reusable, shareable and can be deployed in a scalable and secure way. Development experience leverages an optimized compiler to allow easy new accelerator development or migration of existing C/C++/openCL, Verilog/VHDL to AWS FPGA instances. Fully custom hardware development experience provides hardware developers with the tools required for developing AFIs for AWS FPGA instances.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    Logitech-G HUB

    Logitech-G HUB

    Unlock full potential with G HUB! Customize Logitech G gear

    Unlock full potential with G HUB! Customize Logitech G gear mouse, keyboard, headset, webcam settings. Create and share profiles for optimal gaming.
    Leader badge
    Downloads: 79 This Week
    Last Update:
    See Project
  • 17
    OptiBoot

    OptiBoot

    Lightweight PC tool for startups, services, and hardware info

    About "A lightweight PC utility that lets you easily manage startup applications, control system services, and view detailed hardware information—all in one place." NOTE: .NET Core 8 must be installed.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 18
    HyperX NGENUITY

    HyperX NGENUITY

    HyperX NGENUITY beta is all about you and the way you like to play.

    The new HyperX NGENUITY beta is all about you and the way you like to play. When paired with compatible products, you’ll be able to unlock customization tools in a clean, intuitive interface designed for effortless control. The beta is still a work in progress, but we’re excited to show you what we have in store.
    Downloads: 58 This Week
    Last Update:
    See Project
  • 19
    Agat Hardware

    Agat Hardware

    Create replicas of Agat Hardware

    This project is dedicated to creation PCB replicas of Agat Hardware. Most of the PCBs are created using Kicad Open source tool.
    Downloads: 3 This Week
    Last Update:
    See Project
  • 20
    MSI Afterburner

    MSI Afterburner

    MSI Afterburner: Overclock, monitor, and optimize your GPU.

    MSI Afterburner is the world's most recognized and widely used graphics card overclocking utility. It provides a comprehensive suite of tools for gamers and PC enthusiasts to enhance their graphics card's performance and monitor its health. With MSI Afterburner, users can overclock their GPU to achieve higher frame rates in games, undervolt to reduce power consumption and heat, and customize fan curves for optimal cooling. The software also includes an on-screen display (OSD) feature that...
    Downloads: 122 This Week
    Last Update:
    See Project
  • 21
    DRV-Backup

    DRV-Backup

    Herramienta de Respaldo y Restauración de Controladores

    Esta Herramienta de Respaldo y Restauración de Controladores le permite hacer un respaldo de sus controladores y restaurarlos facilmente | This Driver Backup and Restore Tool allows you to backup your drivers and restore them easily
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    Arduino ASCOM Focuser Pro DIY

    Arduino ASCOM Focuser Pro DIY

    Arduino Focuser, fully ASCOM complaint

    myFocuserPro is an ASCOM and Moonlite compatible stepper motor telescope focus controller (DIY) based on Arduino Nano/Uno. A popular DIY ASCOM focuser with more than 121,000+ downloads. (c) Copyright Robert Brown 2014-2024. All Rights reserved. Permission is granted for personal and Academic use only. Spreadsheet to calculate what stepper motor to use. https://sourceforge.net/projects/arduinoascomfocuserpro2diy/files/Documentation/Nema-Stepper-Motors.xlsx/download
    Downloads: 8 This Week
    Last Update:
    See Project
  • 23
    blinker-library

    blinker-library

    An IoT Solution,Blinker library for embedded hardware

    ...We aim to build an easy learn IoT solution project, which is like Blink a led. So we named this project blinker with this inspiration. blinker is a cross-hardware, cross-platform solution for the IoT. It provides APP, device, and server support, and uses public cloud services for data transmission and storage. It can be used in smart homes, data monitoring, and other fields to help users build Internet of Things projects better and faster.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    UrJTAG aims to create an enhanced, modern tool for communicating over JTAG with flash chips, CPUs, and many more. It is a descendant of the popular openwince JTAG tools with a lot of additional features and enhancements.
    Leader badge
    Downloads: 65 This Week
    Last Update:
    See Project
  • 25
    CameraController

    CameraController

    Control USB Cameras from an app

    Control your camera's settings without using the software provided (or not) by the company.
    Downloads: 1 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • 2
  • 3
  • 4
  • Next
MongoDB Logo MongoDB