EveryDev.ai
Subscribe
Home
Tools

3,569+ AI tools

  • New
  • Trending
  • Featured
  • Compare
  • Arena
Categories
  • Agents2189
  • Coding1574
  • Infrastructure698
  • Marketing534
  • Projects498
  • Research456
  • Design416
  • Analytics389
  • Testing296
  • MCP290
  • Security286
  • Data262
  • Integration197
  • Prompts189
  • Communication183
  • Extensions173
  • Learning170
  • Voice151
  • Commerce135
  • DevOps123
  • Web86
  • Finance26
AI Tools by Topic
  • AI Coding Assistants
  • Agent Frameworks
  • MCP Servers
  • AI Prompt Tools
  • Vibe Coding Tools
  • AI Design Tools
  • AI Database Tools
  • AI Website Builders
  • AI Testing Tools
  • LLM Evaluations
Follow Us
  • X / Twitter
  • LinkedIn
  • Reddit
  • Discord
  • Threads
  • Bluesky
  • Mastodon
  • YouTube
  • GitHub
  • Instagram
Get Started
  • About
  • Editorial Standards
  • Corrections & Disclosures
  • Community Guidelines
  • Advertise
  • Contact Us
  • Newsletter
  • Submit a Tool
  • Start a Discussion
  • Write A Blog
  • Share A Build
  • Terms of Service
  • Privacy Policy
Explore with AI
  • ChatGPT
  • Gemini
  • Claude
  • Grok
  • Perplexity
Agent Experience
  • llms.txt
Theme
With AI, Everyone is a Dev. EveryDev.ai © 2026
    1. Home
    2. Tools
    3. Lettertrace
    Lettertrace icon

    Lettertrace

    Monitoring Tools
    Featured

    Open-source, bring-your-own-key tool that monitors how often Claude, ChatGPT, and Gemini mention your brand, tracking visibility, share of voice, sentiment, and competitor benchmarks over time.

    Visit Website

    At a Glance

    Pricing
    Open Source

    Fully free, open-source, bring-your-own-key monitoring. Use the hosted version at lettertrace.com or self-host via Docker or Vercel.

    Engagement

    Available On

    Web
    CLI
    API

    Resources

    WebsiteDocsGitHubllms.txt

    Topics

    Monitoring ToolsWeb AnalyticsContent Analysis

    Alternatives

    LitlyxTrifleFindable
    Developer
    The Letter CompanyNew York, NYEst. 2024

    Listed Aug 2026

    About Lettertrace

    Lettertrace is an open-source AEO (Answer Engine Optimization) / GEO (Generative Engine Optimization) monitoring tool built by The Letter Company. It measures how often AI assistants like Claude, ChatGPT, and Gemini mention your brand in their answers, turning raw model responses into actionable visibility metrics. The project is MIT-licensed, self-hostable, and built on a bring-your-own-key (BYOK) model — your API keys are encrypted at rest and never leave your infrastructure.

    What It Is

    Lettertrace sits in the emerging category of AI visibility monitoring tools, sometimes called AEO telemetry. You describe your brand and the topics your buyers ask about, and Lettertrace auto-generates realistic prompt variations, runs them against the AI models you configure, detects brand and competitor mentions in the answers, and charts how visibility, share of voice, prominence, and sentiment move over time. It is designed for AEO/GEO teams who need a repeatable, data-rich signal on how their brand appears in AI-generated answers — not just whether it appears, but how prominently and with what sentiment.

    Core Metrics and Detection

    Every run produces four key signals:

    • Brand visibility — the rate at which your brand is mentioned across all prompts in a run
    • Share of voice — how often you win the answer versus each tracked competitor
    • Prominence — where in the answer your brand first appears
    • Sentiment — whether the model speaks positively, neutrally, or negatively about you, and whether it recommends you

    Detection is two-stage: deterministic word-boundary matching for occurrence count and first position, followed by an LLM-enrichment call that classifies sentiment and recommendation status for any entity that was mentioned.

    Multi-Model and BYOK Architecture

    Lettertrace supports Claude (Anthropic), ChatGPT (OpenAI), Gemini, Google AI Overviews, and Perplexity Sonar. Keys are encrypted with AES-256-GCM and only a masked hint is ever returned to any client surface. The tool also supports LLM router keys — a single credential from a gateway like Concentrate or OpenRouter can serve multiple providers — though Gemini, Google AI Overviews, and Perplexity still require their own keys due to provider-specific grounding mechanics. Web search grounding is verified at key-save time, not assumed, because an ungrounded answer is a different measurement from a grounded one.

    Self-Hosting and Deployment

    The stack is Next.js 14 (App Router, TypeScript), Tailwind CSS, Recharts, and Supabase (Postgres, Auth, Row Level Security). Self-hosting requires a Supabase project, a 32-byte ENCRYPTION_KEY, and optionally a CRON_SECRET for scheduled runs. The project ships a pre-built multi-arch Docker image (ghcr.io/letterstory/lettertrace) for amd64 and arm64, so deployment is a single docker run after applying the Supabase schema. Vercel deployment is also supported with a built-in daily cron via vercel.json.

    Programmatic Access: REST API, CLI, and MCP

    Beyond the web dashboard, Lettertrace exposes a REST v1 API (bearer-token authenticated), a full CLI in cli/, and a Model Context Protocol (MCP) server endpoint. The CLI handles OAuth 2.1 Authorization Code + PKCE login, key management, project setup, competitor tracking, and run triggering — all scriptable with --json flags and non-zero exit codes on error. The MCP server exposes tools (list_projects, list_runs, get_share_of_voice_report, trigger_run) so Claude and other MCP clients can query share-of-voice data conversationally. API keys are stored as SHA-256 hashes and shown only once at creation.

    Current Status

    The GitHub repository under letterstory/lettertrace was created in July 2026 and last pushed in August 2026, with 39 stars and 7 forks at time of indexing. The project is actively developed, with recent additions including LLM router support, OAuth 2.1 delegated access, per-URL source attribution (target_url on prompts), and multi-organization support. The README documents a schema migration path for upgrading existing deployments, indicating ongoing iteration. The hosted version at lettertrace.com is available for free with the same BYOK model as the self-hosted version.

    Lettertrace - 1

    Community Discussions

    Be the first to start a conversation about Lettertrace

    Share your experience with Lettertrace, ask questions, or help others learn from your insights.

    Pricing

    OPEN SOURCE

    Free (Self-hosted / Hosted)

    Fully free, open-source, bring-your-own-key monitoring. Use the hosted version at lettertrace.com or self-host via Docker or Vercel.

    • Brand visibility monitoring across Claude, ChatGPT, Gemini, Perplexity
    • Bring-your-own-key (BYOK) — no usage markup
    • Auto-generate prompt variations from topics
    • Share of voice and competitor benchmarking
    • Sentiment and recommendation detection

    Capabilities

    Key Features

    • Brand visibility monitoring across Claude, ChatGPT, Gemini, and Perplexity
    • Bring-your-own-key (BYOK) with AES-256-GCM encryption at rest
    • Auto-generate prompt variations from topics
    • Share of voice benchmarking against competitors
    • Sentiment and recommendation detection via LLM enrichment
    • Scheduled daily/weekly monitoring runs
    • Multi-model side-by-side comparison
    • Web search grounding with source attribution
    • Multi-organization support
    • REST v1 API with bearer token auth
    • CLI with OAuth 2.1 PKCE login
    • MCP server for conversational share-of-voice queries
    • LLM router support (Concentrate, OpenRouter)
    • Self-hostable via Docker or Vercel
    • Trend lines over time for visibility, prominence, and sentiment
    • Per-URL cited-hit rate tracking
    • Competitor discovery from existing run answers

    Integrations

    Anthropic Claude
    OpenAI ChatGPT
    Google Gemini
    Google AI Overviews
    Perplexity Sonar
    Supabase
    Concentrate (LLM router)
    OpenRouter
    Resend (operator alerts)
    Vercel (cron scheduling)
    Docker
    GitHub OAuth
    Google OAuth
    API Available
    View Docs

    Ratings & Reviews

    No ratings yet

    Be the first to rate Lettertrace and help others make informed decisions.

    Developer

    The Letter Company

    The Letter Company builds Lettertrace, an open-source AEO/GEO monitoring tool that tracks how AI assistants mention brands in their answers. The team ships a self-hostable, bring-your-own-key platform built on Next.js and Supabase, with a focus on developer-first tooling including a full CLI, REST API, and MCP server. Their work targets AEO and GEO teams who need repeatable, data-rich signals on AI brand visibility.

    Founded 2024
    New York, NY
    5 employees
    Read more about The Letter Company
    WebsiteGitHub
    1 tool in directory

    Similar Tools

    Litlyx icon

    Litlyx

    Open-source, cookie-free analytics tool with an AI-powered dashboard that installs in 30 seconds and supports self-hosting via Docker or a managed cloud.

    Trifle icon

    Trifle

    Open-source time-series analytics platform for tracking business metrics in Ruby, Elixir, and Go using your existing database, with dashboards, alerts, CLI, and AI agent integration via MCP.

    Findable icon

    Findable

    AI search optimization platform that helps brands get recommended by ChatGPT, Claude, Gemini, Perplexity, and other AI search engines.

    Browse all tools

    Related Topics

    Monitoring Tools

    AI-enhanced monitoring solutions that provide real-time visibility into system performance, anomaly detection, and predictive alerting for proactive issue resolution.

    94 tools

    Web Analytics

    AI-powered tools that analyze website traffic, user behavior, and engagement patterns to provide actionable insights for optimizing digital experiences and conversion rates.

    31 tools

    Content Analysis

    AI-powered tools that automatically analyze, categorize, and extract insights from text, images, video, and other content types for sentiment analysis and semantic understanding.

    60 tools
    Browse all topics
    Back to all toolsSuggest an edit
    ratings
    discussions