Showing 78 open source projects for "complex system"

View related business solutions
  • Catch Bugs Before Your Customers Do Icon
    Catch Bugs Before Your Customers Do

    Real-time error alerts, performance insights, and anomaly detection across your full stack. Free 30-day trial.

    Move from alert to fix before users notice. AppSignal monitors errors, performance bottlenecks, host health, and uptime—all from one dashboard. Instant notifications on deployments, anomaly triggers for memory spikes or error surges, and seamless log management. Works out of the box with Rails, Django, Express, Phoenix, Next.js, and dozens more. Starts at $23/month with no hidden fees.
    Try AppSignal Free
  • Gemini 3 and 200+ AI Models on One Platform Icon
    Gemini 3 and 200+ AI Models on One Platform

    Access Google's best plus Claude, Llama, and Gemma. Fine-tune and deploy from one console.

    Build generative AI apps with Vertex AI. Switch between models without switching platforms.
    Start Free
  • 1
    System Design Visualizer

    System Design Visualizer

    An interactive tool that transforms static system design diagrams

    System Design Visualizer is an interactive web-based tool that empowers engineers and architects to visually model, explore, and communicate complex system architecture designs in real time. It provides a drag-and-drop canvas with reusable components representing servers, databases, APIs, message queues, and user clients, enabling stakeholders to create diagrams that describe data flows, dependencies, and interactions clearly and intuitively.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 2
    anime.js

    anime.js

    JavaScript animation engine

    anime.js is a lightweight JavaScript animation library that allows you to create complex animations with a single, powerful API. It works with just about anything web-based: CSS properties, SVG, DOM attributes and JavaScript Objects. anime.js makes it easy to create layered and complex animations, and gives you full control of timing and triggering events so they move exactly how and when you want them. It supports some of the latest browsers, and offers plenty of examples and...
    Downloads: 8 This Week
    Last Update:
    See Project
  • 3
    super-agent-party

    super-agent-party

    All-in-one AI companion! Desktop girlfriend + virtual streamer

    Super Agent Party is an open-source experimental framework designed to demonstrate collaborative multi-agent AI systems interacting within a shared environment. The project explores how multiple specialized AI agents can coordinate to solve complex tasks by communicating with each other and sharing information. Instead of relying on a single monolithic model, the framework organizes agents with different roles or capabilities that cooperate to achieve goals. Each agent may handle different responsibilities such as planning, execution, reasoning, or knowledge retrieval, allowing the system to tackle more complex problems than a single agent might handle alone. ...
    Downloads: 29 This Week
    Last Update:
    See Project
  • 4
    Jaeger UI

    Jaeger UI

    Web UI for Jaeger

    Visualize distributed tracing with Jaeger. Distributed tracing observability platforms, such as Jaeger, are essential for modern software applications that are architected as microservices. Jaeger maps the flow of requests and data as they traverse a distributed system. These requests may make calls to multiple services, which may introduce their own delays or errors. Jaeger connects the dots between these disparate components, helping to identify performance bottlenecks, troubleshoot...
    Downloads: 1 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
    HumanLayer

    HumanLayer

    Open source IDE for orchestrating AI coding agents in large codebases

    HumanLayer is an open source development environment designed to help developers orchestrate and manage AI coding agents working within complex software projects. It provides a framework and tooling that allow AI agents to research, plan, and implement changes in large codebases while maintaining structured workflows. It focuses on enabling AI-assisted development through coordinated agent workflows rather than isolated code generation tasks. HumanLayer integrates with modern AI models and...
    Downloads: 3 This Week
    Last Update:
    See Project
  • 6
    Automatisch

    Automatisch

    The open source Zapier alternative. Build workflow automation

    ...Designed with scalability and extensibility in mind, Automatisch supports numerous built-in integrations while also allowing users to add their own through custom components. Its lightweight architecture and Docker-based deployment make it easy to run anywhere. With Automatisch, users can orchestrate complex automations, monitor executions, and extend functionality through a plugin-like system.
    Downloads: 2 This Week
    Last Update:
    See Project
  • 7
    Lemon AI

    Lemon AI

    Full-stack Open-source Self-Evolving General AI Agent

    ...The system includes a multi-agent architecture that supports planning, action execution, reflection, and memory, allowing the agent to reason through tasks and refine results iteratively. A key component of the framework is a virtual machine sandbox environment that safely executes code generated by the agent without affecting the host system.
    Downloads: 7 This Week
    Last Update:
    See Project
  • 8
    pandora-box

    pandora-box

    Lightweight cross-platform desktop client for managing Mihomo proxies

    ...It is designed to work for both casual users who want an easy setup and advanced users who need more control over proxy behavior. It also supports automatic rule grouping and features such as TUN mode to enable system-wide proxy routing. Pandora-Box focuses on delivering a clean interface with practical features for importing, managing, and converting proxy subscriptions. Pandora-Box combines a desktop interface with backend components to create a functional proxy management environment that simplifies complex networking configurations.
    Downloads: 7 This Week
    Last Update:
    See Project
  • 9
    OpenZeppelin Contracts

    OpenZeppelin Contracts

    OpenZeppelin Contracts is a library for secure smart contracts

    A library for secure smart contract development. Build on a solid foundation of community-vetted code. OpenZeppelin Contracts uses semantic versioning to communicate backward compatibility of its API and storage layout. To keep your system secure, you should always use the installed code as-is, and neither copy-paste it from online sources nor modify it yourself. The library is designed so that only the contracts and functions you use are deployed, so you don't need to worry about it...
    Downloads: 2 This Week
    Last Update:
    See Project
  • MongoDB Atlas runs apps anywhere Icon
    MongoDB Atlas runs apps anywhere

    Deploy in 115+ regions with the modern database for every enterprise.

    MongoDB Atlas gives you the freedom to build and run modern applications anywhere—across AWS, Azure, and Google Cloud. With global availability in over 115 regions, Atlas lets you deploy close to your users, meet compliance needs, and scale with confidence across any geography.
    Start Free
  • 10
    GitDiagram

    GitDiagram

    AI tool that converts GitHub repositories into interactive diagrams

    ...It analyzes repository metadata such as the file tree and project documentation to build a visual representation of how different components of a project relate to one another. It uses an AI-powered pipeline to interpret repository structure and transform that information into system design diagrams rendered with Mermaid visualization. These diagrams provide a high-level overview of a codebase, making it easier for developers to explore unfamiliar projects or understand large and complex repositories. Users can interact with the generated diagrams by clicking components to navigate directly to related files or directories within the repository. ...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 11
    RAG from Scratch

    RAG from Scratch

    Demystify RAG by building it from scratch

    RAG From Scratch is an educational open-source project designed to teach developers how retrieval-augmented generation systems work by building them step by step. Instead of relying on complex frameworks or cloud services, the repository demonstrates the entire RAG pipeline using transparent and minimal implementations. The project walks through key concepts such as generating embeddings, building vector databases, retrieving relevant documents, and integrating the retrieved context into...
    Downloads: 4 This Week
    Last Update:
    See Project
  • 12
    Astron Agent

    Astron Agent

    Enterprise platform for building and orchestrating AI agent workflows

    Astron Agent is an enterprise-grade platform designed for building and managing intelligent AI agent workflows in production environments. It provides a development environment that combines workflow orchestration, model management, and integration with various AI tools and services. Astron Agent enables organizations to design complex agent-driven processes that coordinate models, automation tools, and enterprise systems. It also integrates robotic process automation capabilities so agents...
    Downloads: 2 This Week
    Last Update:
    See Project
  • 13
    MCiSEE

    MCiSEE

    All of Minecraft, EASILY get Minecraft resources

    ...It bridges the gap between game simulation and AI experimentation by providing tools that connect Minecraft gameplay with external algorithms. Developers can extend the platform to test new approaches to artificial intelligence within a complex virtual environment.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 14
    Matter.js

    Matter.js

    A 2D rigid body physics engine for the web

    Matter.js is a flexible 2D rigid body physics engine written in JavaScript, designed for use in web applications to simulate real-world physical interactions within the browser. It offers a comprehensive set of physics features like gravity, collisions, restitution (bounces), friction, sleeping bodies, and constraint systems that enable developers to build interacting objects with realistic motion. This engine can power everything from dynamic interactive animations and educational...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    Files for Meteor.js

    Files for Meteor.js

    Upload files via DDP or HTTP to Meteor server FS

    Stable, fast, robust, and well-maintained Meteor.js package for file management using MongoDB Collection API. What does exactly this means? Calling .insert() method would initiate a file upload and then insert a new record into the collection. Calling .remove() method would erase stored file and records from MongoDB Collection. And so on, no need to learn new APIs. It's flavored with extra low-level methods like .unlink() and .write() for complex integrations.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    Playwright Skill for Claude Code

    Playwright Skill for Claude Code

    Claude Code Skill for browser automation with Playwright

    Playwright Skill is an open-source plugin designed for Claude Code that enables dynamic browser automation using Playwright through natural language instructions. The tool allows an AI agent to generate, execute, and manage browser automation scripts on demand, rather than relying on predefined workflows or static test scripts. It is structured as a modular skill within the Claude ecosystem, meaning it can be installed as a plugin and invoked automatically when browser automation tasks are...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    Paperless-AI

    Paperless-AI

    AI-powered document analysis and tagging for Paperless-ngx

    Paperless-AI is an AI-powered extension designed to enhance document management within Paperless-ngx by automating analysis, classification, and organization tasks. It continuously monitors incoming documents and processes them using various AI backends, enabling automatic assignment of titles, tags, document types, and correspondents. It integrates with multiple OpenAI-compatible services as well as local models, giving users flexibility in how document intelligence is handled. A key...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    Rollup

    Rollup

    A module bundler for JavaScript

    ...Rollup can be used either through a command line interface with an optional configuration file, or else through its JavaScript API. Rollup allows you to write your code using the new module system, and will then compile it back down to existing supported formats such as CommonJS modules, AMD modules, and IIFE-style scripts. This means that you get to write future-proof code.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    ONLYOFFICE Desktop Editors

    ONLYOFFICE Desktop Editors

    Free office suite for working with text, spreadsheets and presentation

    ONLYOFFICE Desktop Editors is an open source and 100% free office suite, combining text, spreadsheet and presentation editors for working on documents offline. The application features all types of formatting options and allows users to edit complex documents. Collaboration features such as reviewing and real-time co-editing are available as well. The editors offer 100% compatibility with MS Office and support other popular document formats including OpenDocument. The application also...
    Downloads: 23 This Week
    Last Update:
    See Project
  • 20
    Render Farm Manager, Project Tracker.

    Render Farm Manager, Project Tracker.

    CGRU: Afanasy render farm manager and RULES project tracker.

    CGRU is an open source CG tools pack, includes Afanasy render farm manager and RULES project tracker.
    Leader badge
    Downloads: 23 This Week
    Last Update:
    See Project
  • 21

    TOMUSS

    TOMUSS: The Online Multi User Simple Spreadsheet

    TOMUSS is an interactive web application (groupware) allowing multiple concurrent users to edit data tables. Its primary goal is the management of students grades.
    Downloads: 5 This Week
    Last Update:
    See Project
  • 22
    sfxPackager

    sfxPackager

    Setup / install creation system for Windows.

    (NOW PRIMARILY HOSTED ON GITHUB @ https://www.github.com/keelanstuart/sfxPackager) Youtube video tutorials for sfxPackager: https://youtube.com/playlist?list=PLaed72lE3UjgzdL1qOys-vxemSUOeGJWf sfxPackager allows you to create setup / install packages for Windows, with a user-friendly, project-based GUI and integrated Javascript interpreter featuring an extensive API for handling more complex install tasks. User's Guide:...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 23
    HasMCP

    HasMCP

    Convert API into MCP Server in seconds

    ...Its Automated OpenAPI Mapping instantly translates API documentation into LLM-usable tools, eliminating manual coding. Security is paramount, with Native MCP Elicitation Auth managing complex authentication flows like OAuth2, ensuring user credentials are never exposed. To enhance efficiency, Context Window Optimization intelligently prunes API responses using JMESPath and Goja (JS) logic, dramatically reducing costs and improving response times. The platform is built for dynamic environments; Real-time Dynamic Tooling allows the system to adapt on the fly as APIs change or go offline. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    Home Assistant Config (hass-config)

    Home Assistant Config (hass-config)

    A different take on designing a Lovelace UI (Dashboard)

    hass-config is a user’s home automation configuration repository (for Home Assistant) that captures their YAML files, scripts, automations, dashboards, and integrations in a version-controlled layout. By organizing all Home Assistant components—sensors, automations, scripts, themes, and Lovelace UI definitions—into a structured hierarchy, the repo helps maintain consistency, shareability, and backup of the smart home setup. Because Home Assistant involves complex interdependencies between...
    Downloads: 2 This Week
    Last Update:
    See Project
  • 25
    CSS Theme Change

    CSS Theme Change

    Change CSS theme with toggle, buttons or select using CSS properties

    CSS Theme Change is a small utility for managing CSS theme toggling (such as light/dark mode) in web projects, designed to be lightweight, easy to integrate, and framework-agnostic. Instead of relying on heavy JavaScript frameworks or complex state management, it offers a simple API that listens to system preferences and UI interactions to swap theme classes or variables in real time. It can react to user toggles as well as automatically adapt to the user’s OS-level dark/light mode settings, helping developers build interfaces that feel modern and responsive without writing boilerplate theme code. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • 2
  • 3
  • 4
  • Next
MongoDB Logo MongoDB