/external-status

Monitor your external service provider πŸ“

Primary LanguageTypeScriptGNU Affero General Public License v3.0AGPL-3.0

🚨 External Status Monitoring Service🚨

Easily monitor your external providers status page.

A service by OpenStatus

πŸ”₯ How it works?

It regulary check external status page for updates.

At the moment it only supports Atlassian StatusPage but more will come.

πŸ™‹ Why?

We believe the status of your external service should be open and accessible to everyone.

πŸ₯ž The Stack

  • Bun - Package manager
  • Hono - API
  • Cloudflare Workers
  • Cloudflare D1
  • Cloudflare Queues
  • Cloudflare Cron Scheduler

πŸ§‘β€πŸ’» Development

  1. Install dependencies
bun install
  1. Execute database migration
wrangler d1 execute status-db --local --file=./drizzle/0000_outstanding_doomsday.sql
  1. Run it
bun dev