Showing 122 open source projects for "project"

View related business solutions
  • Full-stack observability with actually useful AI | Grafana Cloud Icon
    Full-stack observability with actually useful AI | Grafana Cloud

    Our generous forever free tier includes the full platform, including the AI Assistant, for 3 users with 10k metrics, 50GB logs, and 50GB traces.

    Built on open standards like Prometheus and OpenTelemetry, Grafana Cloud includes Kubernetes Monitoring, Application Observability, Incident Response, plus the AI-powered Grafana Assistant. Get started with our generous free tier today.
    Create free account
  • Enterprise-grade ITSM, for every business Icon
    Enterprise-grade ITSM, for every business

    Give your IT, operations, and business teams the ability to deliver exceptional services—without the complexity.

    Freshservice is an intuitive, AI-powered platform that helps IT, operations, and business teams deliver exceptional service without the usual complexity. Automate repetitive tasks, resolve issues faster, and provide seamless support across the organization. From managing incidents and assets to driving smarter decisions, Freshservice makes it easy to stay efficient and scale with confidence.
    Try it Free
  • 1
    System Prompts Leaks

    System Prompts Leaks

    Collection of extracted System Prompts from popular chatbots

    System Prompts Leaks is a curated repository that collects known leaked or publicly exposed system prompts used by large language models, organized so researchers, developers, and AI safety advocates can analyze them in one place. The project highlights how system prompts — instructions that strongly influence model behavior — have been inadvertently shared in forums, datasets, and open repositories, illustrating common patterns and potential vulnerabilities in prompt design and deployment. By aggregating these prompts, the repository serves as a valuable resource for understanding how widely different models are being guided in the wild, which helps with comparative analysis across architectures and service providers. ...
    Downloads: 4 This Week
    Last Update:
    See Project
  • 2
    The Web MCP

    The Web MCP

    A powerful Model Context Protocol (MCP) server

    ...Bright Data also advertises a getting-started tier with a free monthly allotment, plus options for remote or self-hosted operation depending on governance needs. Ecosystem materials and examples show how it plugs into MCP-capable runtimes and agent frameworks. Overall, the project is aimed at making web intelligence a reliable building block for agent workflows.
    Downloads: 4 This Week
    Last Update:
    See Project
  • 3
    camofox-browser

    camofox-browser

    Headless browser automation server for AI agents to visit sites

    ...It wraps Camoufox, a Firefox fork that performs fingerprint spoofing at the C++ level, which means many browser characteristics are altered before page scripts can inspect them, rather than relying on JavaScript-layer stealth patches. The project is designed around a REST API, making it easier for agents and external tools to create tabs, navigate pages, click elements, type input, scroll, capture screenshots, and manage browsing sessions programmatically. Instead of returning large volumes of raw HTML, it emphasizes accessibility snapshots and stable element references, which reduces token usage and creates more reliable interaction flows for AI-driven browsing. ...
    Downloads: 4 This Week
    Last Update:
    See Project
  • 4
    openv0

    openv0

    AI tool for generating modular UI components with live previews

    ...It integrates with multiple frontend frameworks and UI libraries, leveraging existing open source ecosystems to build reusable assets. openv0 also supports various icon libraries and emphasizes extensibility for adding new tools, frameworks, and integrations. Although the project is no longer actively maintained, it demonstrates a structured approach to AI-driven UI generation and experimentation.
    Downloads: 4 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
  • 5
    comfyui-mixlab-nodes

    comfyui-mixlab-nodes

    Workflow and speech recognition app

    ...It introduces a “Workflow-to-APP” concept, where a ComfyUI graph can be transformed into a Web App through an AppInfo node, complete with categories, batch prompts, and editable configurations. The project also brings Real-time Design features like screen capture and floating video nodes, enabling creative pipelines that mix live screen content, generative models, and visual effects. For audio and speech, it provides nodes for SpeechRecognition and SpeechSynthesis, plus workflows that combine voice generation with real-time face swapping and other audio-visual effects. ...
    Downloads: 5 This Week
    Last Update:
    See Project
  • 6
    Claude Code Config

    Claude Code Config

    My personal Claude Code configuration

    Claude Code Config is a highly customizable personal configuration repository for Claude Code, containing tailored rules, hooks, agents, skills, and commands meant to enhance the coding assistant experience. The project centralizes configuration files that instruct Claude Code how to behave in different contexts, automating repetitive tasks and enforcing coding patterns across languages or project types. Its rulesets can apply path-scoped conventions (such as for TypeScript or test files), while hooks trigger scripts on specific events like prompt submission or automated checks. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    SynaBun

    SynaBun

    Persistent vector memory for AI assistants

    Synabun is an open-source AI memory management and augmentation system designed to provide persistent, semantic memory for AI agents and coding assistants, particularly those compatible with the MCP (Model Context Protocol) ecosystem. It functions as a local-first solution that stores and retrieves contextual knowledge across sessions using a built-in vector database powered by embeddings, eliminating the need for external APIs, cloud services, or Docker dependencies. The system integrates...
    Downloads: 3 This Week
    Last Update:
    See Project
  • 8
    Generative AI for Beginners (Version 3)

    Generative AI for Beginners (Version 3)

    21 Lessons, Get Started Building with Generative AI

    Generative AI for Beginners is a 21-lesson course by Microsoft Cloud Advocates that teaches the fundamentals of building generative AI applications in a practical, project-oriented way. Lessons are split into “Learn” modules for core concepts and “Build” modules with hands-on code in Python and TypeScript, so you can jump in at any point that matches your goals. The course covers everything from model selection, prompt engineering, and chat/text/image app patterns to secure development practices and UX for AI. ...
    Downloads: 3 This Week
    Last Update:
    See Project
  • 9
    008

    008

    Open-source event-driven AI powered Softphone

    ...The name '008' or 'agent 008' reflects our ambition: beyond crafting the premier Open Source Softphone, we aim to introduce a programmable, event-driven AI agent. This agent utilizes embedded artificial intelligence models operating directly on the softphone, ensuring efficiency and reduced operational costs. This project is a WebRTC softphone, and communication is achieved via SIP over a socket. Leading PBX systems like Asterisk or Freeswitch support socket connections. If your provider does not offer this feature, consider using a SIP proxy such as Kamailio, Opensip or Routr. The softphone is internally configured using a JSON definition. The configuration file can be loaded from either a server or a local file. 008 reads the file only once.
    Downloads: 3 This Week
    Last Update:
    See Project
  • $300 in Free Credit Towards Top Cloud Services Icon
    $300 in Free Credit Towards Top Cloud Services

    Build VMs, containers, AI, databases, storage—all in one place.

    Start your project in minutes. After credits run out, 20+ products include free monthly usage. Only pay when you're ready to scale.
    Get Started
  • 10
    Godot MCP

    Godot MCP

    MCP server for interfacing with Godot game engine

    ...The tool is particularly valuable for AI-assisted game development, as it creates a feedback loop where agents can execute code, observe results, and iteratively improve their outputs. It also includes advanced features for manipulating scenes, managing assets, and editing project structures, making it possible to automate large portions of the development process. By exposing Godot functionality through a standardized MCP interface, it ensures compatibility with various AI clients such as Claude Code or Cursor.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    ShoppingAgent

    ShoppingAgent

    Custom Chinese chatbot with Seq2Seq, GPT, and agent features

    ...ShoppingAgent is structured to support experimentation across different deep learning frameworks such as TensorFlow, PyTorch, and MindSpore, giving developers flexibility in how they train and deploy models. In addition to core chatbot functionality, the project introduces agent-based capabilities, enabling practical use cases like automated workflows and task-oriented assistants. It also includes support for small language models and local training scripts, making it accessible for users with limited computational resources. ShoppingAgent can be applied to scenarios such as customer service, question answering, and casual conversation.
    Downloads: 2 This Week
    Last Update:
    See Project
  • 12
    AI Deadlines

    AI Deadlines

    AI conference deadline countdowns

    ...The project maintains a curated dataset of conferences that includes metadata such as submission deadlines, abstract deadlines, event dates, conference locations, and related information. Researchers and students use the platform to plan their paper submissions and manage academic schedules without manually tracking multiple conference announcements.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    Machine Learning Systems

    Machine Learning Systems

    Introduction to Machine Learning Systems

    ...Its mission is to establish AI systems engineering as a foundational discipline alongside traditional software and computer engineering. The project is structured to guide users through reading, building, and deploying workflows, including running labs on edge devices like Arduino and Raspberry Pi.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    Codebase to Course

    Codebase to Course

    A Claude Code skill that turns any codebase into an HTML course

    ...It is implemented as a skill for Claude Code and is designed to help users understand how a codebase works without requiring a formal computer science background. The tool analyzes the structure and behavior of a project and generates a visually rich, scroll-based course that includes diagrams, animations, and contextual explanations. It pairs real code with plain-English interpretations, allowing learners to follow execution flows and grasp concepts intuitively. The generated course also includes interactive quizzes and glossary tooltips to reinforce understanding through application rather than memorization. ...
    Downloads: 2 This Week
    Last Update:
    See Project
  • 15
    GitMCP

    GitMCP

    Turn any GitHub repository into an MCP documentation server for AI

    GitMCP is an open source remote Model Context Protocol (MCP) server designed to transform GitHub repositories into structured documentation hubs that AI assistants can query directly. It enables developer-focused AI tools to access up-to-date project documentation and source code so that responses are grounded in real repository content rather than outdated training data. By exposing repository documentation and code through standardized MCP tools, GitMCP helps reduce incorrect or fabricated answers when AI systems assist with coding tasks. It can operate in repository-specific mode, where an AI assistant connects to a particular project, or in a generic mode that allows switching between multiple repositories dynamically. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    GitDiagram

    GitDiagram

    AI tool that converts GitHub repositories into interactive diagrams

    GitDiagram is an open source web application designed to help developers quickly understand the structure and architecture of GitHub repositories by automatically generating 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. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    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 language model prompts. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    AI Agents From Scratch

    AI Agents From Scratch

    Demystify AI agents by building them yourself. Local LLMs

    ...It focuses on explaining the architecture of agent systems rather than simply providing finished code, making it useful for developers who want to understand how AI agents actually work internally. By building agents incrementally, the project helps learners grasp concepts such as decision loops, task decomposition, and environment interaction.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    BrowserTools MCP

    BrowserTools MCP

    Monitor browser logs directly from Cursor

    ...The design aims to make IDE agents (e.g., Cursor, Claude Desktop) more “web-aware,” enabling workflows like reproducing a bug, collecting evidence, and proposing fixes without copy-pasting. Documentation and community guides outline a quick setup, including the extension, the MCP server process, and common troubleshooting steps. The project is actively maintained, with public commit activity and discussions around connectivity and reliability in different IDEs. Overall, it bridges the gap between local coding agents and the real browser they need to observe and manipulate.
    Downloads: 2 This Week
    Last Update:
    See Project
  • 20
    Codex plugin for Claude Code

    Codex plugin for Claude Code

    Use Codex from Claude Code to review code or delegate tasks

    Codex plugin for Claude Code is an integration layer that connects OpenAI Codex-style capabilities with agent-based coding environments, enabling seamless execution of coding tasks through structured plugins. The project is designed to extend the functionality of coding agents by allowing them to delegate tasks to Codex or similar models in a controlled and modular way. It likely provides abstractions for handling code generation, editing, and analysis while maintaining consistency across workflows. The system emphasizes interoperability, allowing developers to plug Codex capabilities into broader agent ecosystems without rewriting core logic. ...
    Downloads: 2 This Week
    Last Update:
    See Project
  • 21
    chrome-cdp

    chrome-cdp

    Give your AI agent access to your live Chrome session

    chrome-cdp-skill is a specialized integration that enables AI agents to control and interact with web browsers through the Chrome DevTools Protocol (CDP). It allows agents to perform tasks such as navigating pages, extracting data, interacting with elements, and executing scripts in a browser environment. The project is designed to extend the capabilities of AI systems beyond static knowledge by giving them real-time access to web content and interactive interfaces. Its architecture likely abstracts CDP commands into higher-level operations that are easier for agents to use. This makes it particularly useful for automation tasks such as web scraping, testing, and dynamic data retrieval. ...
    Downloads: 2 This Week
    Last Update:
    See Project
  • 22
    GPU Hot

    GPU Hot

    Real-time NVIDIA GPU dashboard

    GPU Hot is an open-source, lightweight monitoring dashboard designed to provide real-time visibility into NVIDIA GPU performance across single machines or entire clusters. The project offers a self-hosted web interface that streams hardware metrics directly from GPU servers, enabling developers, ML engineers, and system administrators to observe GPU utilization and system behavior in real time through a browser. The dashboard collects and displays a wide range of performance metrics including temperature, memory usage, power consumption, clock speeds, fan speed, and active processes. ...
    Downloads: 2 This Week
    Last Update:
    See Project
  • 23
    Secure OpenClaw

    Secure OpenClaw

    A personal 24x7 AI assistant like OpenClaw

    Secure-OpenClaw is an open-source project designed to transform your everyday messaging apps like WhatsApp, Telegram, Signal, and iMessage into a 24×7 personal AI assistant that can respond to queries, run tasks, remember context, and interact with external services. Unlike a traditional chatbot that lives in a browser or API dashboard, Secure-OpenClaw runs locally or on your chosen infrastructure and listens for messages on channels you already use, giving you an always-on interface to a powerful agent. ...
    Downloads: 2 This Week
    Last Update:
    See Project
  • 24
    Easy-Vibe

    Easy-Vibe

    Tutorial on Product Prototype, AI Capability Integration

    Easy-Vibe is an open-source educational project designed to teach developers, product managers, and beginners how to build AI-powered applications using the emerging concept of “vibe coding,” a development approach that relies heavily on AI-assisted programming tools. The project provides a structured curriculum that guides learners from having no programming experience to building fully functional AI-integrated applications.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    MagicMirror²

    MagicMirror²

    Modular smart mirror platform with a list of installable modules

    ...The core of MagicMirror² contains a strong API which allows 3rd party developers to build additional modules. Modules you can use. Modules you can develop. Read our extensive documentation to find out everything you want to know about the MagicMirror² project. The full API description allows you to build your own modules. On the forum you will find a big list of MagicMirror² enthusiasts. Share your ideas, ask your questions and get support. The perfect place for you to start. MagicMirror² has an extensively documentated API. It allows you to built your own module backed by a powerful backend. ...
    Downloads: 2 This Week
    Last Update:
    See Project
MongoDB Logo MongoDB