Gego
Open-source GEO analyticsKnow how AI sees your brand.
Schedule prompts across generative engines, capture citations and brand mentions, and turn AI search into measurable visibility.
# 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
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.
Top keywords
Language extracted from LLM responses
Brand trends
Mentions for your brand vs competitors
Top citation domains
Sources generative engines cite most
Provider distribution
Share of tracked responses by LLM
Illustrative sample data—your dashboard fills with your own prompts and providers.
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.
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
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.
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.
Define your market
Add brands, aliases, competitors, prompts, and tags to organize the questions that matter.
Run across LLMs
Schedule prompts across providers and capture answers, citations, and brand mentions.
Improve visibility
Compare trends, discover cited sources, and focus content where it can move the needle.
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.
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.
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
Gego Cloud early access
Managed infrastructure and the same focused GEO analytics—without running the stack yourself.
- Hosted dashboard
- Scheduled tracking
- Less ops overhead