API Status Page Hosting

Build trust with a real-time status page for your API, SaaS, or service. Free for up to 5 services. Hosted at korpo.pro/status/your-name.

🆓 Free

€0/forever
  • Up to 5 services
  • Public status page
  • Custom slug
  • Basic incident log
  • korpo.pro/status/your-slug
Create Free Page →

🖥️ Self-Hosted

Freeforever
  • HTML template download
  • Host on your own server
  • Full customization
  • No korpo.pro branding
  • Manual updates
Get Template ↓

🚀 How It Works

1. Name Your Page

Pick a title and a custom slug like /status/my-api

2. Add Services

List your API endpoints, website, CDN — one per line

3. Go Live

Your status page is instantly live. Share the URL with users.

4. Update Anytime

Change statuses, add incidents. Edit page updates instantly.

Ready to build trust?

Create your status page in 30 seconds. No signup required for free tier.

Create Your Status Page →

🖥️ Self-Hosted Template

Want full control? Download the standalone HTML template — drop it on any static host. No dependencies, no server.

<!DOCTYPE html>
<html><head><title>My Status Page</title>
<style>
body{font-family:system-ui,sans-serif;max-width:700px;margin:2rem auto;padding:1rem;
     background:#0a0a14;color:#e0e0e0}
.service{padding:1rem;margin:.5rem 0;border-radius:8px;display:flex;justify-content:space-between}
.op{background:#0a2e0a;border-left:4px solid #4caf50}
.deg{background:#3a2e0a;border-left:4px solid #ff9800}
.down{background:#3a0a0a;border-left:4px solid #f44336}
.dot{display:inline-block;width:10px;height:10px;border-radius:50%;margin-right:8px}
</style></head><body>
<h1>🚦 System Status</h1>
<div class="service op">
  <span><span class="dot" style="background:#4caf50"></span>API</span>
  <span>Operational</span>
</div>
<div class="service op">
  <span><span class="dot" style="background:#4caf50"></span>Website</span>
  <span>Operational</span>
</div>
</body></html>

Copy, edit service names/statuses, upload to your host. Done. No database, no server, no vendor lock-in.

See also: Why Your API Needs a Status Page →