Apselog is live — the status page built for AI apps

Why we built a status page that actually understands LLMs, and what makes it different from every other uptime tool.

Status pages were designed for web servers. A server is either up or it is not. That binary worked fine for a decade.

LLM-powered apps are different. Your API endpoint can return 200 and still be failing your users — because the model started hallucinating more, because latency spiked from 800 ms to 4 seconds, because a provider quietly downgraded the model behind a stable endpoint name. None of that shows up on a traditional status page.

Apselog is built for this reality.

What's different

Status-page-first, not dashboard-first. Most LLM observability tools are internal dashboards behind a login wall. Apselog puts a public page front and center — the one your customers can bookmark and your support team can link to before the tickets start.

Provider uptime, built in. We monitor ten providers out of the box: OpenAI, Anthropic, Gemini, Mistral, Groq, xAI, Replicate, Fireworks, Cohere, and Together AI. When Anthropic has an incident, your status page reflects it automatically — no manual update needed.

Eval drift detection. We run lightweight evals on a schedule and surface when your model's behavior has shifted, even if the API is technically healthy. Drift before downtime is the warning most teams never get.

Token anomaly alerts. A sudden spike in token consumption often signals a prompt injection attempt or a runaway loop. We flag it before your bill does.

AI-written incident summaries. When something goes wrong, Apselog drafts a plain-English summary suitable for a status update — factual, calm, and ready to post with one click.

A free tier worth sharing. One status page, all ten providers, 30 days of history — no credit card. The goal is to make it easy for every AI-powered product to have a status page that's actually useful.

How it works

  • Vercel Cron probes each provider every two minutes and writes a ProbeResult to Postgres.
  • Your public status page is rendered via ISR with a 60-second revalidation window — fast for visitors, cheap to run.
  • Nightly eval drift scans and hourly anomaly detection run as separate cron jobs against the same data.

Get started

Create a free account at apselog.com/sign-in. Setup takes under five minutes. No infrastructure to run.

If you have questions or want to share feedback, email [email protected].