whatisgithub

What is fox-ai-roundtable?

peterpanswift/fox-ai-roundtable — explained in plain English

Analysis updated 2026-05-18

75HTMLAudience · developerComplexity · 2/5LicenseSetup · moderate

In one sentence

A local web app that sends one question to Claude, Codex, and Antigravity's Gemini CLI at once and shows all three answers side by side using your existing logins.

Mindmap

mindmap
  root((repo))
    What it does
      Ask three AIs at once
      Side by side answers
      Conversation resume
    Tech stack
      Node.js server
      Claude CLI
      Codex CLI
      Antigravity CLI
    Use cases
      Compare AI answers
      Multi-assistant chat
      Image based questions
    Audience
      Developers
      AI power users

Code map

Detail Auto

An interactive map of this repo's files and how they connect — its source is parsed live in your browser. Click Visualize to build it.

filefunction / class

What do people build with it?

USE CASE 1

Compare how Claude, Codex, and Gemini answer the same prompt side by side.

USE CASE 2

Keep a separate ongoing conversation with each assistant without juggling three terminals.

USE CASE 3

Ask a question about an attached image and get all three assistants' takes at once.

What is it built with?

HTMLNode.js

How does it compare?

peterpanswift/fox-ai-roundtablelaoshan-song/awesome-llm-interviewclarkemedia/email-signature-generator
Stars757577
LanguageHTMLHTMLHTML
Setup difficultymoderateeasyeasy
Complexity2/51/51/5
Audiencedeveloperresearchergeneral

Figures from each repo's GitHub metadata at analysis time.

How do you get it running?

Difficulty · moderate Time to first run · 30min

Requires separately installing and logging into the Claude, Codex, and Antigravity command line tools first.

Use freely for any purpose, including commercial use, as long as you keep the copyright notice.

So what is it?

Fox AI Roundtable is a tiny local web app that sends the same question to Claude, Codex (GPT), and Antigravity (Gemini) at the same time, side by side. It works entirely through the command line tools you already have installed and logged into for each of those assistants, so it uses your existing subscriptions and needs no separate API key. Before running it, all three command line tools need to be installed and signed in separately: Claude Code for Claude, the Codex CLI for GPT, and Antigravity's own CLI for Gemini. A recent version of Node.js is also required, and the app itself has no other dependencies. Once set up, starting the app with a single Node command opens a local page where you type a question and submit it, and all three assistants answer at the same time, each shown as soon as it finishes along with how long it took. The tool keeps a separate ongoing conversation with each assistant so you can continue asking follow up questions, and a New Conversation button clears all three histories at once. Checkboxes let you limit a question to only some of the assistants, and a model menu next to each one lets you pick things like Claude's Sonnet, Opus, or Haiku, Codex's reasoning effort setting, or which Gemini model Antigravity uses. You can also attach an image, and all three assistants will look at it when answering. Responses render as Markdown and the interface supports dark mode, switching automatically between Traditional Chinese and English based on your system language, with a manual switch available too. Under the hood, a small dependency free Node server runs each assistant's command line tool as a separate process and resumes the same conversation thread on each follow up message. For safety, the server only listens on your own machine, each CLI runs inside a dedicated empty folder to limit what files it can read, prompts are passed as arguments rather than through a shell to avoid command injection, and assistant replies are sanitized before being displayed. The project is released under the MIT License.

Copy-paste prompts

Prompt 1
Explain how this app resumes a conversation thread with each CLI on follow up questions.
Prompt 2
Walk me through installing and logging into Claude Code, Codex CLI, and Antigravity for this app.
Prompt 3
What security measures does this project take since it runs local CLI tools from a web page?
Prompt 4
How does this app pass an attached image to Claude, Codex, and Antigravity differently?

Frequently asked questions

What is fox-ai-roundtable?

A local web app that sends one question to Claude, Codex, and Antigravity's Gemini CLI at once and shows all three answers side by side using your existing logins.

What language is fox-ai-roundtable written in?

Mainly HTML. The stack also includes HTML, Node.js.

What license does fox-ai-roundtable use?

Use freely for any purpose, including commercial use, as long as you keep the copyright notice.

How hard is fox-ai-roundtable to set up?

Setup difficulty is rated moderate, with roughly 30min to a first successful run.

Who is fox-ai-roundtable for?

Mainly developer.

Open on GitHub → Ask about another repo

This repo across BitVibe Labs

Verify against the repo before relying on details.