Monitoring for creative installations
Your exhibition crashed at 3am. Nobody told you until Monday. Monitory pings you the moment it happens — so you don't find out on Instagram.
Seriously. That's the whole integration. Go take a nap.
# Just hit your webhook URL
curl https://monitory.club/webhooks/YOUR_TOKEN
# That's it. You're monitoring.
# Send sensor data
curl -X POST https://monitory.club/webhooks/YOUR_TOKEN \
-H "Content-Type: application/json" \
-d '{"temp":42.1,"humidity":87,"status":"warning"}'
No agents. No SSH. Just hit a URL. Your intern could set this up.
Green = alive. Red = panic. It's not rocket science.
Every ping logged. Every crash recorded. Receipts for everything.
Owners, admins, viewers. So you can blame the right person.
Built for anyone who installs screens, lights, or code in the world.
Oh, one more thing.
Zero-dep SDK. Retries itself. Sends heartbeats and crash reports from any Node, Electron, or browser app.
const monitor = Monitory({ url: 'https://monitory.club/api/v1/webhooks/YOUR_TOKEN' });
await monitor.ping();
Your app crashes at 2am. Monitory restarts it before you wake up. Black screen, not your desktop wallpaper. Connected to the platform.
Menu Bar
No credit card. No agent. No meetings about it. Just curl.