Product

StillOnline features

External HTTP checks, a hosted status page, incidents, and owner alerts—no self-hosted stack. Below: live prod screenshots and a dedicated page for each capability.

Quick answer

StillOnline probes your URLs from the outside (from 5-minute intervals on Free), publishes a status page automatically, tracks incidents, and alerts the owner. Free covers 1 project and 1 URL; Pro ($9/mo) adds API, MCP, and private status pages.

See pricing ($0 / $9 / $29) →

See also: Free, Pro, Ultimate pricing

Three pillars of product status control

External checks

StillOnline probes hit your site, API, or /health the way a customer sees the internet—no agent on your server.

Status page included

Every project gets /s/{slug}: components, uptime, incident timeline. Public on Free; private pages on Pro.

Alerts and automation

Telegram, Slack, and email to the owner; REST API and MCP for scripts and AI agents on paid plans.

What it looks like

Status pages

A status page ships with the first project

No manual status-page setup: StillOnline creates it for you. Customers see operational/degraded per component, uptime, and history—without logging into your admin.

Status pages feature
stillonline.tech/s/{slug}
StillOnline public status page: All systems operational, Main component

Check history

Every probe in a table—status, HTTP code, and latency

The Check history tab keeps recent probes: OK/down, response code, milliseconds, and UTC time. Handy for debugging without SSH or server logs.

Uptime monitoring
stillonline.tech/app
StillOnline dashboard Check history tab: OK, HTTP 200, ~200 ms latency

Project dashboard

Operational, probe interval, and status page link—one screen

The project overview shows the last check, URL count, 24h average latency, and the public /s/{slug} link. Screenshot from prod stillonline.tech.

Uptime monitoring
stillonline.tech/app
StillOnline project overview: Operational, probe every 5 min, public status page

Screenshots from the live StillOnline prod UI (status page and dashboard).

Nine capabilities—one dedicated page each

Hosted status pages for SaaS

Automatic public status pages for every StillOnline project. Private pages on Pro. Subscriber email updates, incident timeline, uptime summary—Free tier included.

Learn more

Automation

API and MCP for scripts and AI agents

  • Public status JSON at /v1/public/status/{slug}—no API key, for widgets and agents.
  • Private REST API v1 on Pro/Ultimate: projects, checks, incidents. OpenAPI at /openapi.json.
  • stillonline-mcp on npm—Cursor, Claude Code, and Codex read status via MCP.
# Public status (no key)
{
  "slug": "demo",
  "status": "operational",
  "components": [
    { "name": "Website", "status": "operational" },
    { "name": "API", "status": "operational" }
  ],
  "updated_at": "2026-06-25T12:00:00Z"
}

Features FAQ

How is StillOnline different from UptimeRobot or Better Stack?

StillOnline targets indie SaaS: status pages, incidents, and API/MCP in one lightweight hosted service. Plan limits and pricing are compared on /vs/stillonline-vs-alternatives.

Do I need an agent on my server?

No. Checks run from StillOnline external probes over HTTP(S). A public URL is enough—/health, homepage, or any API endpoint.

What is included on Free?

1 project, 1 URL, 5-minute interval, public status page, 24 hours of history, and one owner alert channel. REST API and MCP require Pro ($9/mo) or higher.

Do you monitor SSL and PageSpeed?

SSL certificate expiry uses your per-project check quota on all plans. Google PageSpeed (Lighthouse) is on Pro and Ultimate with separate URL limits.

Try it on your URL

Free sign-up—a status page in about a minute.

No heavy observability stack. · No self-hosting. · No extra complexity.