Developer-friendly uptime monitoring
Go to file
M1 b8ac4e7b1f fix: redirect loop on stale cookie, login broken for 64-char keys, stale docs
- /dashboard now validates key before redirecting to /home — bad/old keys
  clear the cookie and show login instead of looping
- Login form: remove old 4-group auto-formatter, fix maxlength 19→64,
  fix min length validation 19→10, update placeholder
- New key display: break-all so 64-char hex wraps properly
- docs.html: update example key format and description
2026-03-17 06:22:16 +04:00
apps fix: redirect loop on stale cookie, login broken for 64-char keys, stale docs 2026-03-17 06:22:16 +04:00
.env.example Initial scaffold: web API (Bun/Elysia) + monitor (Rust/Tokio) 2026-03-16 11:40:24 +04:00
.gitignore Initial scaffold: web API (Bun/Elysia) + monitor (Rust/Tokio) 2026-03-16 11:40:24 +04:00
README.md Initial scaffold: web API (Bun/Elysia) + monitor (Rust/Tokio) 2026-03-16 11:40:24 +04:00
package.json Initial scaffold: web API (Bun/Elysia) + monitor (Rust/Tokio) 2026-03-16 11:40:24 +04:00

README.md

PingQL

Developer-friendly uptime monitoring. Works like a query — filter status, parse content, write custom checks.

Apps

  • apps/web — API, dashboard, and job coordinator (Bun + Elysia)
  • apps/monitor — Check runner (Rust + Tokio)
  • cli — CLI tool (Bun)

Quick start

bun install
bun run dev       # starts web app

Docs

Coming soon at pingql.com