Proof that scheduled work completed.

A control tower for recurring jobs and service health. Monitor cron jobs, workers, webhooks, uptime checks, and heartbeat pings from first signal to incident, alert delivery, and customer-safe status update.

Monitors

Schedules, heartbeats, webhooks, and endpoint checks.

All Healthy Degraded Failed
Monitor Type Status Last signal

Nightly invoice sync

finance:invoices:sync

Cron job Fail 2m ago

Email digest worker

send-daily-digest

Worker OK 45s ago

Stripe webhook retry

webhooks/stripe

Webhook OK 18s ago

API uptime

api.latidoflow.local/health

Uptime check OK 24s ago

Queue heartbeat

queue-high

Heartbeat Warn 41s ago

Signal received

First signal from a scheduled job, queue worker, uptime check, or heartbeat ping.

Evidence attached

Logs, output, duration, metadata, and schedule context stay linked to the signal.

Incident routed

Alerts reach the right responder through configured notification channels.

Status published

Customer-safe status updates carry verifiable proof without exposing secrets.

Heartbeat pings

Prove ongoing work is alive.

  • Completion pings over GET or POST
  • Timer starts after the first successful ping
  • Missed windows open evidence-linked incidents

Best for workers, queues, daemons

Uptime checks

Prove endpoints are reachable.

  • HTTP GET checks against one configured URL
  • Optional encrypted request header
  • Exact expected status verification (200 by default)

Best for services, APIs, and websites

Laravel and API first.

Add monitors in minutes. Verify with one command before production traffic depends on the route.

Sync monitor definitions

curl -X POST https://your-host.example/api/v1/monitors/sync
Authorization: Bearer LATIDOFLOW_TOKEN
Content-Type: application/json
project: { name: App, slug: app }
environment: { name: Production, slug: production }
monitors: [{ name: Nightly sync, type: scheduled }]

Verify the connection

$ php artisan latidoflow:verify
LatidoFlow verification succeeded.

Public status pages

Incident timelines and evidence-linked events for customer trust.

  • Customer-safe incident history
  • Evidence-linked updates
  • Embeddable and customizable
View a demo page

Stop guessing. Start proving.

LatidoFlow gives your team quiet confidence that work completed, or that the right incident was raised with proof attached.