Track your website's visibility in AI responses. Monitor how often AI models mention or cite your domain when answering relevant prompts.
- Track mentions and citations across multiple AI providers (OpenAI, Anthropic, Perplexity)
- Create and manage prompt libraries
- View detailed run history with response analysis
- Dashboard with visibility metrics
npm installnpm run dev- Go to Settings
- Enter your tracked domain (e.g.,
example.com) - Add API keys for the providers you want to use:
- OpenAI API key
- Anthropic API key
- Perplexity API key
- Go to Prompts
- Add prompts that are relevant to your domain
- Example: "What are the best tools for X?" where X relates to your product
- Go to Runs
- Select a prompt and choose models to test
- Execute and view results
- Next.js 15
- SQLite (better-sqlite3)
- Tailwind CSS
All data is stored locally in a SQLite database (geotracker.db). API keys are stored in this database - do not share the .db file.
MIT