{"id":31720609,"url":"https://github.com/byteholic/monitorflare","last_synced_at":"2026-05-08T19:31:57.199Z","repository":{"id":318583980,"uuid":"1071902612","full_name":"ByteHolic/MonitorFlare","owner":"ByteHolic","description":"Serverless monitoring service built on Bun, Elysia, Cloudflare Workers, D1","archived":false,"fork":false,"pushed_at":"2025-10-08T01:43:38.000Z","size":50,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-10-08T03:27:22.611Z","etag":null,"topics":["bun","cloudflare-workers","daisy-ui","elysia","elysiajs","tailwindcss"],"latest_commit_sha":null,"homepage":"","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/ByteHolic.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2025-10-08T01:29:16.000Z","updated_at":"2025-10-08T01:43:42.000Z","dependencies_parsed_at":"2025-10-08T03:27:28.964Z","dependency_job_id":"5aca33ff-7bc7-453a-b911-ca1c1a4317f5","html_url":"https://github.com/ByteHolic/MonitorFlare","commit_stats":null,"previous_names":["byteholic/monitorflare"],"tags_count":null,"template":false,"template_full_name":null,"purl":"pkg:github/ByteHolic/MonitorFlare","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ByteHolic%2FMonitorFlare","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ByteHolic%2FMonitorFlare/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ByteHolic%2FMonitorFlare/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ByteHolic%2FMonitorFlare/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ByteHolic","download_url":"https://codeload.github.com/ByteHolic/MonitorFlare/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ByteHolic%2FMonitorFlare/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":279000733,"owners_count":26082911,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-10-09T02:00:07.460Z","response_time":59,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["bun","cloudflare-workers","daisy-ui","elysia","elysiajs","tailwindcss"],"created_at":"2025-10-09T03:17:40.330Z","updated_at":"2025-10-09T03:17:43.627Z","avatar_url":"https://github.com/ByteHolic.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Service Status – Uptime \u0026 Health Monitoring\n\nA modern, high-performance service and API uptime monitoring solution  \npowered by **Cloudflare Workers, Elysia (Bun runtime), Drizzle ORM, and D1 SQLite**.\n\nIncludes a public status page, live monitoring, per-service health views, admin dashboard, and incident notifications via Telegram and Slack.\n\n---\n![MonitorFlare](.github/monitorflare.jpg)\n---\n\n## ✨ Features\n\n- **Public Service Status Page** — View real-time uptime and health for all monitored endpoints.\n- **Detailed Per-Service Monitoring** — See response times, last 24h timeline, and incident history.\n- **Admin Dashboard** — Add/edit/remove services, manage integrations.\n- **Customizable Alerts** — Notifications to Telegram and Slack.\n- **Secure Auth** — Admin login via secure cookies.\n- **Cloudflare D1** — Production-grade database for health checks \u0026 configs.\n- **Automatic Health Checks** — Cloudflare cron support for scheduled checks.\n- **Optimized for ElysiaJS** — Ultra-fast JSX SSR via Bun.\n\n---\n\n## 🚀 Quick Start\n\n1. **Install Requirements**\n    - [Bun](https://bun.sh/)\n    - [Wrangler](https://developers.cloudflare.com/workers/wrangler/)\n\n2. **Setup Project**\n    ```\n    bun install\n    wrangler d1 create uptime-monitor\n    # Copy your database_id to wrangler.toml\n    bun run db:init    # Initialize tables\n    bun run dev        # Start the dev server\n    ```\n\n    Open [http://localhost:8787/](http://localhost:8787/).\n\n---\n\n## 💻 Usage\n\n- **Status Page**: `/`  \n    _Public view of endpoints, status and timeline_\n- **Per-Service Monitoring**: `/monitoring/[serviceId]`  \n    _Historical health, stats, and incidents_\n- **Admin Login**: `/admin/login`\n- **Admin Dashboard**: `/admin`  \n    _Add/edit/remove services, manage notifications_\n\n**Default Admin Credentials**  \n- Username: `admin`  \n- Password: `admin123`  \n(Edit `.dev.vars` or ENV variables for development)\n\n---\n\n## 🔔 Notifications\n\nWeb UI lets you add Slack/Telegram - alerts for downtime and unexpected status.\n\n---\n\n## ⚡️ Advanced\n\n- **Configure:**  \n  `.dev.vars` for BASE_URL, ADMIN_USERNAME, ADMIN_PASSWORD\n- **Service CRUD:** Use admin dashboard\n- **Test health checks:** call `/__health-check` (dev/local only)\n- **Schema:** see `init.sql`\n- **Scheduled checks:** Via `wrangler.toml` cron triggers\n\n---\n\n## 🙏 Credits\n\n- Cloudflare D1\n- ElysiaJS\n- Drizzle ORM\n- DaisyUI / TailwindCSS\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbyteholic%2Fmonitorflare","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbyteholic%2Fmonitorflare","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbyteholic%2Fmonitorflare/lists"}