Showing 48 open source projects for "using"

View related business solutions
  • Retool your internal operations Icon
    Retool your internal operations

    Generate secure, production-grade apps that connect to your business data. Not just prototypes, but tools your team can actually deploy.

    Build internal software that meets enterprise security standards without waiting on engineering resources. Retool connects to your databases, APIs, and data sources while maintaining the permissions and controls you need. Create custom dashboards, admin tools, and workflows from natural language prompts—all deployed in your cloud with security baked in. Stop duct-taping operations together, start building in Retool.
    Build an app in Retool
  • Outgrown Windows Task Scheduler? Icon
    Outgrown Windows Task Scheduler?

    Free diagnostic identifies where your workflow is breaking down—with instant analysis of your scheduling environment.

    Windows Task Scheduler wasn't built for complex, cross-platform automation. Get a free diagnostic that shows exactly where things are failing and provides remediation recommendations. Interactive HTML report delivered in minutes.
    Download Free Tool
  • 1
    Superset

    Superset

    Apache Superset is a data visualization and data exploration platform

    ...Superset is fast, lightweight, intuitive, and loaded with options that make it easy for users of all skill sets to explore and visualize their data, from simple line charts to highly detailed geospatial charts. Quickly and easily integrate and explore your data, using either our simple no-code viz builder or state-of-the-art SQL IDE. Superset can connect to any SQL-based data source through SQLAlchemy, including modern cloud-native databases and engines at a petabyte-scale. Superset is lightweight and highly scalable, leveraging the power of your existing data infrastructure without requiring yet another ingestion layer. ...
    Downloads: 25 This Week
    Last Update:
    See Project
  • 2
    FullCalendar

    FullCalendar

    Full-sized drag & drop event calendar

    FullCalendar generates real React virtual DOM nodes so you can leverage Fiber, React's highly optimized rendering engine. With over 300 settings, and more being added every release, FullCalendar can do just about anything. Reduce your project's bundle size by using FullCalendar's modular plugins. With over 10 years of open source and over 100 contributors, FullCalendar will always have a free and open source core. Level-up by purchasing premium plugins and support. FullCalendar seamlessly integrates with the React JavaScript framework. It provides a component that exactly matches the functionality of FullCalendar’s standard API. ...
    Downloads: 15 This Week
    Last Update:
    See Project
  • 3
    GitHub Pages Deploy Action

    GitHub Pages Deploy Action

    Automatically deploy your project to GitHub Pages using GitHub Actions

    ...The with portion of the workflow must be configured before the action will work. You can add these in the with section found in the examples above. Any secrets must be referenced using the bracket syntax and stored in the GitHub repository's Settings/Secrets menu.
    Downloads: 2 This Week
    Last Update:
    See Project
  • 4
    XState

    XState

    State machines and statecharts for the modern web

    JavaScript and TypeScript finite state machines and statecharts for the modern web. Statecharts are a formalism for modeling stateful, reactive systems. This is useful for declaratively describing the behavior of your application, from the individual components to the overall application logic. XState is a library for creating, interpreting, and executing finite state machines and statecharts, as well as managing invocations of those machines as actors. The following fundamental computer...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 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
  • 5
    Zabbix plugin for Grafana

    Zabbix plugin for Grafana

    Zabbix plugin for Grafana dashboard

    Grafana Zabbix is a plugin that integrates Zabbix monitoring with Grafana, enabling advanced visualization and analysis of Zabbix metrics using Grafana's powerful dashboard features.
    Downloads: 5 This Week
    Last Update:
    See Project
  • 6
    Tududi

    Tududi

    Self-hosted task management with hierarchical organization

    tududi is a simple command-line task manager that allows users to quickly organize to-dos using a plain and minimal interface. Inspired by Unix philosophy, it focuses on simplicity, portability, and being easily scriptable. It’s perfect for developers and terminal enthusiasts who prefer managing tasks without any GUI overhead.
    Downloads: 4 This Week
    Last Update:
    See Project
  • 7
    Quadratic

    Quadratic

    Data science spreadsheet with Python & SQL

    ...Quadratic is a Web-based spreadsheet application that runs in the browser and as a native app (via Electron). Our goal is to build a spreadsheet that enables you to pull your data from its source (SaaS, Database, CSV, API, etc) and then work with that data using the most popular data science tools today (Python, Pandas, SQL, JS, Excel Formulas, etc). Quadratic has no environment to configure. The grid runs entirely in the browser with no backend service. This makes our grids completely portable and very easy to share. Quadratic has Python library support built-in. Bring the latest open-source tools directly to your spreadsheet. ...
    Downloads: 11 This Week
    Last Update:
    See Project
  • 8
    Rallly

    Rallly

    Rallly is an open-source scheduling and collaboration tool

    ...Inspired by Doodle, it allows users to create polls where participants can vote on preferred dates without requiring an account. With a modern, responsive interface and built using Next.js and PostgreSQL, Rallly is lightweight, easy to self-host, and privacy-focused. It supports sending invites, customizing poll settings, and managing responses in real time.
    Downloads: 2 This Week
    Last Update:
    See Project
  • 9
    better-all

    better-all

    Better Promise.all with automatic dependency optimization

    ...It addresses a common limitation where developers must manually refactor their promise chains to achieve efficient concurrency when some tasks depend on others, which can be error-prone and hard to maintain. With an object-based API, each task is declared as an asynchronous function that can reference other task results using a magical this.$ context, allowing the library to kick off independent operations immediately and only wait for dependent results when needed. This approach increases readability, reduces boilerplate, and optimizes execution timing based on actual dependency relations rather than naive static ordering.
    Downloads: 4 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
  • 10
    Lightdash

    Lightdash

    An open source alternative to Looker built using dbt

    Lightdash instantly turns your dbt project into a full-stack BI platform. Analysts write metrics and Lightdash enables self-serve for the entire business. All of your fields in Lightdash are defined in your dbt project making it super easy to keep all of your business logic in one place. Use the Lightdash CLI with your favourite text editor to test, preview & save your changes in Lightdash. With just a few clicks, you can create beautiful charts from the data you’ve added to your Lightdash...
    Downloads: 4 This Week
    Last Update:
    See Project
  • 11
    Markdown to PDF

    Markdown to PDF

    Hackable CLI tool for converting Markdown files to PDF using Node.js

    A simple and hackable CLI tool for converting markdown to pdf. It uses Marked to convert markdown to HTML and Puppeteer (headless Chromium) to further convert the HTML to PDF. It also uses highlight.js for code highlighting. The whole source code of this tool is only ~250 lines of JS ~500 lines of Typescript and ~100 lines of CSS, so it is easy to clone and customize.
    Downloads: 2 This Week
    Last Update:
    See Project
  • 12
    Weft

    Weft

    Task management, but AI agents do your tasks

    ...Instead of just listing to-dos, Weft lets users describe work and attach intelligent agents that read context, perform actions, and request approvals before committing state changes, making task execution partly automated without sacrificing control. It runs entirely on Cloudflare’s platform using Workers, Durable Objects, and Workflows, enabling scalable and persistent task state with minimal backend overhead. Users can set up parallel agents to handle multiple tasks at once and even schedule recurring jobs that trigger daily or weekly to keep workflows on track. Notifications inform the user when tasks are completed or when agent approvals are required, keeping oversight within reach.
    Downloads: 4 This Week
    Last Update:
    See Project
  • 13
    G2

    G2

    Interactive data-driven visualization grammar for statistical charts

    ...It provides a set of grammar, and takes users beyond a limited set of charts to an almost unlimited world of graphical forms. With G2, you can describe the visual appearance and interactive behavior of visualization just by one statement, and generate web-based views using Canvas or SVG. We have summarized a series of story design templates from lots of real data visualization cases so that users can use them directly. Any chart can be drawn flexibly based on graphical grammar to meet your unlimited creativity. A large number of product practices, providing a graphics engine, complete graphical grammar, and professional design specifications.Powerful interactive grammar to help visual analysis and make charts vivid.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    Alova.js

    Alova.js

    Workflow-Streamlined next-generation request tools

    Extremely streamline API integration workflow. Quickly find APIs in the editor, and enjoy full type hints even in js projects with the API code automatically generated by Alova's extension. Request in various complex scenes by one line of code. Automatically manage paging data, and data preloading, reduce unnecessary data refresh, improve fluency by 300%, and reduce coding difficulty by 50%. Send requests immediately by watching state changes, useful in tab switching and condition querying....
    Downloads: 2 This Week
    Last Update:
    See Project
  • 15
    visx

    visx

    Visualization components

    ...Odds are good your React app already has an opinion on how animation, theming, or styling is done. visx is careful not to add another one and integrates with all of them. As you start using visualization primitives, you’ll end up building your own charting library that’s optimized for your use case. You’re in control. And most importantly, it’s just React. If you know React, you can make visualizations. It’s all the same standard APIs and familiar patterns. visx should feel at home in any React codebase.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    Acorn PM

    Acorn PM

    Built with Holochain, Acorn is an open-source, peer-to-peer pm

    Acorn is an alpha‑stage, open‑source, peer‑to‑peer project management tool built using Holochain. It offers a distributed, serverless alternative to Scrum by enabling teams to collaboratively set “Intended Outcomes” within a dependency‑tree framework—ideal for managing decentralized development workflows.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    memos

    memos

    An open-source, self-hosted memo hub with knowledge management

    ...All data generated at runtime is saved in the SQLite database file. All content will be saved as plain text, not HTML. And lots of useful markdown syntaxes are supported. Using Go + React.js + SQLite architecture, the overall package is very lightweight. You can customize the server name, icon, description, custom system style and execution script, etc. memos believes that open source is the future, and all code is already open source in GitHub. All features are free forever and will never be charged in any form or content.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 18
    Cucumber.js

    Cucumber.js

    Cucumber for JavaScript

    Cucumber is a tool for running automated tests written in plain language. Because they're written in plain language, they can be read by anyone on your team. Because they can be read by anyone, you can use them to help improve communication, collaboration and trust on your team. Cucumber.js is the JavaScript implementation of Cucumber and runs on the maintained Node.js versions. It’s simple. Whether open source or commercial, our collaboration tools will boost your engineering team's...
    Downloads: 2 This Week
    Last Update:
    See Project
  • 19
    Tillywork

    Tillywork

    Opensource work management solution

    Tillywork is a workflow automation and job scheduling system built on top of PostgreSQL. It’s designed for executing complex job chains with dependency management and error handling. Tillywork leverages SQL to define workflows, making it well-suited for data engineers and backend teams who want fine-grained control without adding a new runtime.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    CoreUI 4 Angular 13 Free Admin Template

    CoreUI 4 Angular 13 Free Admin Template

    CoreUI Angular is free Angular 13 admin template

    ...It's the only Open Source Angular Admin Dashboard Template built on the enterprise-grade hand-crafted Angular Components Library created and backed by professionals. CoreUI helps you build reliable web apps faster than before. Save thousands of development hours by using ready-made, reusable, and commonly used widgets and UI components. Moreover, CoreUI Angular Dashboard is delivered with a ready-to-use environment, so you don't have to waste time configuring the project. All build scripts and tools are ready to use out of the box. With CoreUI Template you can start a new project in a minute! CoreUI Angular Admin Panel is 100% compatible with Bootstrap, but Boostrap-based components have been built from scratch as true Angular components, without jQuery and unneeded dependencies.
    Downloads: 2 This Week
    Last Update:
    See Project
  • 21
    directus

    directus

    Directus wraps any SQL database with a real-time GraphQL+REST API

    ...Directus is the world's leading Open Data Platform, with millions of downloads, thousands of active developers, and we're just getting warmed up. Start with a new or existing database, using any SQL vendor, Directus takes care of the rest. The Directus API layers on top of your database, providing both REST and GraphQL APIs for your data.
    Downloads: 2 This Week
    Last Update:
    See Project
  • 22
    zustand

    zustand

    Bear necessities for state management in React

    A small, fast and scalable bearbones state-management solution using simplified flux principles. Has a comfy API based on hooks, isn't boilerplatey or opinionated. Don't disregard it because it's cute. It has quite the claws, lots of time was spent dealing with common pitfalls, like the dreaded zombie child problem, react concurrency, and context loss between mixed renderers. It may be the one state-manager in the React space that gets all of these right.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    React DayPicker

    React DayPicker

    Date picker component for React

    Flexible, highly customizable, localizable, with ARIA support, no external dependencies, 7.4kB gzipped. Define the disabled or selected days and change the aspect of each day cell with modifiers. Display the date picker in an overlay using the DayPickerInput component. Specify which days should be selected in your component’s state. Use your own translation strings or import those from moment.js, if you use it. react-day-picker is designed to cover the most common needs for a date picker in web applications. This package includes the DayPicker component to render the calendar (see: basic concepts, API), and the DayPickerInput component to render an input field opening the DayPicker in an overlay.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    Plane

    Plane

    Open Source JIRA, Linear, Monday, and Asana Alternative

    ...Meet Plane, is an open-source project management tool to track issues, run sprint cycles, and manage product roadmaps without the chaos of managing the tool itself. Quickly create issues and add details using a powerful rich text editor that supports file uploads. Add sub-properties and references to problems for better organization and tracking. Keep up your team's momentum with Cycles. Gain insights into your project's progress with burn-down charts and other valuable features. Break down your large projects into smaller, more manageable modules. ...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 25
    Durable Streams

    Durable Streams

    The open protocol for real-time sync to client applications

    Durable Streams is an open protocol and reference implementation designed to standardize reliable, resumable, real-time streaming between servers and client applications using simple HTTP semantics, filling a gap left by ephemeral technologies like WebSockets and traditional SSE. It defines an append-only, offset-addressable stream primitive where each stream is mapped to a URL that clients can read from or tail, supporting catch-up reads, historical replay, and live updates with robust resume capabilities across reconnections. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • 2
  • Next