Skip to content
Gego

Gego

Open-source GEO analytics

Know how AI sees your brand.

Schedule prompts across generative engines, capture citations and brand mentions, and turn AI search into measurable visibility.

Self-hosted GPL-3.0 CLI + dashboard
docker · ouai2h/gego
# Install from Docker Hub
$ docker pull ouai2h/gego:latest

# Run the Gego CLI—nothing else to install
$ docker run --rm \
    ouai2h/gego:latest \
    /usr/local/bin/gego --help

Gego — GEO tracking for every LLM
6+ LLM providers
Brand · Citation · Keyword Analytics views
One Docker image Deploy
GPL-3.0 License
What Gego surfaces

The same analytics your dashboard runs on

Keyword extraction, brand trends, citation domains, and provider mix—built for teams who need repeatable GEO measurement, not one-off screenshots.

Built for AI search visibility

Everything you need to track generative engines

Gego schedules prompts, captures web-search citations, tracks brand aliases, and surfaces keyword and domain analytics through a dashboard and CLI.

Multi-LLM monitoring

Run the same prompts across OpenAI, Anthropic, Google, Perplexity, Ollama, and pluggable custom providers.

Brand visibility

Track canonical brands and aliases to see when your company and competitors appear in AI answers.

Citation intelligence

Extract cited URLs and domains from web-search results so you know which sources generative engines trust.

Keyword analytics

Automatically extract keywords from responses, with exclusion words managed in the database and UI.

Scheduled tracking

Cron schedules enqueue jobs to etcd; workers execute LLM calls with retry, history, and cancellation.

Dashboard + CLI

Explore stats in the Vue dashboard or manage models, prompts, and runs from the terminal and REST API.

Works with your stack

One tracker for every major LLM

Connect the providers your audience already uses—then compare answers side by side.

  • OpenAI
  • Anthropic
  • Google
  • Perplexity
  • Ollama
  • Custom
Why teams run Gego

From SEO research to competitive GEO

Stop asking ChatGPT the same question every week. Codify the questions that matter and measure the answers.

GEO / brand visibility

Measure how your brand and competitors appear in AI-generated answers over time.

Citation analysis

See which domains and URLs LLMs cite most often for your tracked prompts.

Competitive research

Compare visibility across providers and models instead of spot-checking ChatGPT by hand.

Content strategy

Find which prompts drive mentions and citations—then prioritize the pages that win those answers.

From prompts to decisions

See what generative engines recommend

Configure the questions your customers ask, connect your providers, and let Gego build a consistent view of your AI search presence.

1

Define your market

Add brands, aliases, competitors, prompts, and tags to organize the questions that matter.

2

Run across LLMs

Schedule prompts across providers and capture answers, citations, and brand mentions.

3

Improve visibility

Compare trends, discover cited sources, and focus content where it can move the needle.

Get running in minutes

Install Gego from Docker Hub

Pull ouai2h/gego and run the CLI—or start the full API + dashboard on port 8989.

CLI via Docker

docker pull ouai2h/gego:latest

docker run --rm \
  ouai2h/gego:latest \
  /usr/local/bin/gego --help

Inspect commands without installing Go locally.

API + dashboard

docker pull ouai2h/gego:latest

docker run -d \
  --name gego \
  -p 8989:8989 \
  -e GEGO_POSTGRES_URI=postgres://user:pass@host:5432/gego?sslmode=disable \
  -e GEGO_MONGODB_URI=mongodb://host:27017 \
  -e GEGO_MONGODB_DATABASE=gego \
  -e GEGO_JWT_SECRET="your-secret-at-least-32-characters-long" \
  -e GEGO_BOOTSTRAP_ADMIN_PASSWORD="your-admin-password" \
  ouai2h/gego:latest

Requires PostgreSQL, MongoDB, and etcd. Open http://localhost:8989.

Open source

Star Gego on GitHub

If Gego helps you track brand visibility in AI answers, a star helps others discover the project and keeps development moving.

Star on GitHub
Start your way

Open source at the core

Self-host Gego today, or join early access if you want managed infrastructure later.

Self-host free

Run the GPL-3.0 stack yourself with Docker. Full CLI, dashboard, and analytics.

  • Docker image on Hub
  • Multi-LLM tracking
  • Brand & citation analytics
Install now

Gego Cloud early access

Managed infrastructure and the same focused GEO analytics—without running the stack yourself.

  • Hosted dashboard
  • Scheduled tracking
  • Less ops overhead
Join waitlist