awesome-repositories.com
Blog
MCP
awesome-repositories.com

Discover the best open-source repositories with AI-powered search.

ExploreCurated searchesOpen-source alternativesSelf-hosted softwareBlogSitemap
ProjectMCP serverAboutHow we rankPress
LegalPrivacyTerms
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
Back to eg9y/promptsandbox.io

Open-source alternatives to Promptsandbox.io

30 open-source projects similar to eg9y/promptsandbox.io, ranked by how many features they have in common. Compare stars, activity and what each one does to find the best Promptsandbox.io alternative.

  • abdeladim-s/subsaiabdeladim-s avatar

    abdeladim-s/subsai

    1,670View on GitHub↗

    Subtitles generation tool (Web-UI CLI Python package) powered by OpenAI's Whisper and its variants

    Python
    View on GitHub↗1,670
  • ai-sidekick/sidekickA

    ai-sidekick/sidekick

    0View on GitHub↗
    View on GitHub↗0
  • anse-app/anseanse-app avatar

    anse-app/anse

    1,973View on GitHub↗

    Supercharged experience for multiple models such as ChatGPT, DALL-E and Stable Diffusion.

    TypeScriptazure-openaichatgptdall-e
    View on GitHub↗1,973
  • anse-app/chatgpt-demoanse-app avatar

    anse-app/chatgpt-demo

    7,956View on GitHub↗

    This project is a web-based user interface for interacting with large language models via API keys. It functions as an OpenAI API client and a general LLM web chat interface, allowing users to send prompts and receive responses through a private web portal. The application features a security layer with password-based access control to restrict public usage. It supports custom request routing and proxy configurations to bypass network restrictions, and it is available as a progressive web app for native-like installation on mobile devices. The interface includes rich text rendering for Markd

    TypeScriptastrochatgptchatgpt4
    View on GitHub↗7,956
  • arc53/docsgptarc53 avatar

    arc53/DocsGPT

    17,939View on GitHub↗

    DocsGPT is a retrieval-augmented generation platform and private knowledge base used to build AI agents that perform grounded search and analysis. It functions as a multi-model AI orchestrator and enterprise agent builder, allowing for the integration of various local and cloud language models to customize reasoning and text generation. The project provides a visual environment for developing automated assistants using conditional logic and third-party API connectivity. It enables the creation of private AI agents capable of performing enterprise search and detailed document analysis using pr

    Pythonagent-builderagentsai
    View on GitHub↗17,939

AI search

Explore more awesome repositories

Describe what you need in plain English — the AI ranks thousands of curated open-source projects by relevance.

Find more with AI search
  • beyondcode/writeout.aiB

    beyondcode/writeout.ai

    0View on GitHub↗

    Transcribe and translate audio files using OpenAI's Whisper API.

    View on GitHub↗0
  • bhaskatripathi/pdfgptbhaskatripathi avatar

    bhaskatripathi/pdfGPT

    7,164View on GitHub↗

    pdfGPT is a retrieval augmented generation application and chatbot designed to analyze PDF documents. It functions as a document analyzer and vector search interface, using large language models to answer questions grounded in the content of uploaded files. The system implements a pipeline that extracts text from PDFs, splits content into overlapping segments, and uses vector-based semantic search to retrieve relevant context. This process allows the application to provide responses with verifiable source citations, including page number references to the original document. The project also

    Pythonchatpdfchatwithpdfpdfgpt
    View on GitHub↗7,164
  • cgsvv/aisubtitleC

    cgsvv/AISubtitle

    0View on GitHub↗
    View on GitHub↗0
  • chanzhaoyu/chatgpt-webChanzhaoyu avatar

    Chanzhaoyu/chatgpt-web

    31,602View on GitHub↗

    This project is a self-hosted AI frontend and web-based chat interface designed to interact with large language model APIs. It functions as an API-based chat client and dashboard that enables users to send prompts and receive responses from generative AI models. The application serves as a self-hosted AI gateway, providing API key proxying to connect official model keys to a web interface. It includes security and traffic controls, such as interface access restrictions via a shared secret key and request volume limiting to prevent service abuse. The system covers conversation data management

    Vue
    View on GitHub↗31,602
  • cogentapps/chat-with-gptcogentapps avatar

    cogentapps/chat-with-gpt

    2,356View on GitHub↗

    An open-source ChatGPT app with a voice

    TypeScript
    View on GitHub↗2,356
  • comet-ml/opikcomet-ml avatar

    comet-ml/opik

    17,787View on GitHub↗

    Opik is an observability and evaluation platform designed for generative AI applications and agentic workflows. It provides a centralized environment for tracing execution flows, managing prompt templates, and monitoring production performance, allowing teams to gain visibility into complex model interactions and tool usage without requiring manual application code changes. The platform distinguishes itself through its integrated approach to the AI development lifecycle, combining distributed trace instrumentation with automated evaluation frameworks. It supports model-as-a-judge scoring, syn

    Pythonevaluationhacktoberfesthacktoberfest2025
    View on GitHub↗17,787
  • danishashko/geo-aeo-trackerD

    danishashko/geo-aeo-tracker

    0View on GitHub↗
    View on GitHub↗0
  • ddiu8081/chatgpt-demoD

    ddiu8081/chatgpt-demo

    0View on GitHub↗
    View on GitHub↗0
  • domeccleston/sharegptdomeccleston avatar

    domeccleston/sharegpt

    1,759View on GitHub↗

    Easily share permanent links to ChatGPT conversations with your friends

    TypeScript
    View on GitHub↗1,759
  • enricoros/nextjs-chatgpt-appE

    enricoros/nextjs-chatgpt-app

    0View on GitHub↗
    View on GitHub↗0
  • guangzhengli/chatfilesguangzhengli avatar

    guangzhengli/ChatFiles

    3,348View on GitHub↗

    Document Chatbot — multiple files. Powered by GPT / Embedding.

    TypeScript
    View on GitHub↗3,348
  • jimmylv/biligptJ

    JimmyLv/BiliGPT

    0View on GitHub↗
    View on GitHub↗0
  • killianlucas/open-interpreterKillianLucas avatar

    KillianLucas/open-interpreter

    64,024View on GitHub↗

    Open Interpreter is a coding agent that uses large language models to write and execute code directly on a local host machine. It functions as a system for performing operating system tasks and file manipulations through a natural language interface. The project features a model orchestrator that allows switching between different language model providers and emulation harnesses. It employs a loop-based reasoning process to iteratively generate code and process execution output until a goal is achieved. Its capabilities include cross-platform system automation, local model integration for da

    Rust
    View on GitHub↗64,024
  • lancemoe/openai-translatorL

    LanceMoe/openai-translator

    0View on GitHub↗
    View on GitHub↗0
  • lm-sys/fastchatlm-sys avatar

    lm-sys/FastChat

    39,472View on GitHub↗

    FastChat is a training and serving platform for large language models that provides an integrated toolkit for fine-tuning, hosting, and benchmarking chatbots. It functions as an inference server capable of hosting multiple models and exposing them via a standardized API for chat applications. The platform distinguishes itself through a distributed model controller that manages worker nodes and routes requests across a hardware-agnostic inference layer supporting various accelerators. It includes a dedicated evaluation framework for assessing model quality using automated judges, multi-turn di

    Python
    View on GitHub↗39,472
  • mariocandela/beelzebubmariocandela avatar

    mariocandela/beelzebub

    1,848View on GitHub↗
    Goacisagentic-ai-securitycloudnative
    View on GitHub↗1,848
  • markeljan/web3gptMarkeljan avatar

    Markeljan/web3gpt

    115View on GitHub↗

    Develop and deploy smart contracts using natural language.

    TypeScriptagents-web3ai-solidityai-web3
    View on GitHub↗115
  • mckaywrigley/chatbot-uimckaywrigley avatar

    mckaywrigley/chatbot-ui

    33,269View on GitHub↗

    Chatbot-ui is a self-hosted AI dashboard and LLM chat interface that serves as a centralized hub for interacting with multiple artificial intelligence providers. It functions as a multi-provider AI client and model orchestrator, allowing users to send prompts and receive responses from various large language models through a unified conversational interface. The project enables multi-model AI chat within a single workspace, allowing for the comparison of outputs and capabilities across different backends. It provides a private frontend for AI workspace management, where users can organize cha

    TypeScript
    View on GitHub↗33,269
  • mckaywrigley/kindle-gptmckaywrigley avatar

    mckaywrigley/kindle-gpt

    263View on GitHub↗

    AI search & chat on your Kindle highlights.

    TypeScript
    View on GitHub↗263
  • microsoft/taskmatrixmicrosoft avatar

    microsoft/TaskMatrix

    34,079View on GitHub↗

    TaskMatrix is a visual language model orchestration framework and modular visual pipeline designed to coordinate disparate foundation models. It functions as a multi-model workflow coordinator that sequences visual and textual models through logic paths to handle image processing tasks without requiring additional training. The system integrates large language models with visual foundation models to enable the exchange of image data during interactive chat sessions. It utilizes template-based orchestration to chain specialized models together for complex visual tasks. The framework supports

    Python
    View on GitHub↗34,079
  • microsoft/visual-chatgptmicrosoft avatar

    microsoft/visual-chatgpt

    34,079View on GitHub↗

    Visual-ChatGPT is a visual orchestration framework and multimodal AI pipeline designed to coordinate large language models with visual foundation models. It functions as an integration layer that enables the exchange of text and images between different AI models to automate image analysis and editing tasks without requiring additional model training. The system differentiates itself through model-chain orchestration and prompt-based task dispatching, allowing natural language instructions to trigger specific vision models or tools. It utilizes coordinate-based region mapping and iterative ma

    Python
    View on GitHub↗34,079
  • mukulpatnaik/researchgptmukulpatnaik avatar

    mukulpatnaik/researchgpt

    3,530View on GitHub↗

    A LLM based research assistant that allows you to have a conversation with a research paper

    Python
    View on GitHub↗3,530
  • nutlope/roomgptNutlope avatar

    Nutlope/roomGPT

    10,652View on GitHub↗

    RoomGPT is a generative AI image processor designed to transform photographs of existing rooms into redesigned interior spaces. It functions as an AI interior design generator and room visualizer that applies new styles and layouts to uploaded images using machine learning models. The system utilizes diffusion-based image transformation and prompt-template engineering to modify visual environments and generate home decor visualizations. These capabilities allow for the creation of diverse interior design variations based on specific style prompts. The infrastructure includes client-side imag

    TypeScript
    View on GitHub↗10,652
  • nutlope/twitterbioNutlope avatar

    Nutlope/twitterbio

    1,766View on GitHub↗

    Generate your Twitter bio with AI

    TypeScript
    View on GitHub↗1,766
  • observedobserver/chatgpt-i18nObservedObserver avatar

    ObservedObserver/chatgpt-i18n

    808View on GitHub↗

    Localize your websites with AI assistance.

    TypeScript
    View on GitHub↗808