Lookout
Free
Your first pager. No card.
- 1 responder · 1 service
- Email + Telegram channels, blast-and-repeat escalation
- Webhook + manual incident composer
- 7-day incident history
- Autonomy locked to NEVER TOUCH / SUGGEST ONLY (levels 0–1)
Nighthawk · overnight on-call
Nighthawk watches production overnight. It fixes what it is sure of, and it scores the blast radius before it touches anything. On payments, auth, and data-loss paths, it does not guess.
When it is not certain, it escalates, and the escalation is the product. It pages you with a complete case file: the incident, a reproduced failing test, every fix it tried and why each was accepted or rejected, and ranked root causes.
A live, read-only demo. No login, no signup, no sales call.
In early access: we’re taking on a handful of pilot teams and talking to backers who want in early.
Already running Nighthawk? Sign in to your dashboard
Read-only by default · protected paths never shipped without sign-off
guard retry in auth/middleware
blast radius · every authenticated session
cap retries on payments/retry/backoff.ts
isolated path · 41 tests green · reversible
01 · The escalation
At 03:12 a SEV-2 fires for checkout-api 5xx errors. Nighthawk acknowledges it without paging anyone, reproduces the failure as a red test, and traces it to a deploy that added a retry on timeout. Its first fix would guard the retry inside auth middleware; the risk gate rejects that because auth is a protected path with a blast radius of every session. A second, contained fix on an isolated payments retry path passes the tests and opens PR 2231 behind a flag. The durable root cause sits in the protected payment-capture path, where Nighthawk’s confidence is 0.58, below the 0.80 gate, so it escalates: it compiles a case file with the incident, the failing test, both fixes and why each was accepted or rejected, and three ranked root-cause hypotheses, then pages the on-call engineer.
02 · The risk gate
Plenty of tools can write a patch at 3 AM. The hard part is knowing which patch is safe to ship and which one should wake a human. Nighthawk decides with three numbers, every time.
# the gate, written by your team
gate:
min_confidence: 0.80
max_blast_radius: service
protected: # never auto-written
- payments
- auth
- data_migrations
actions:
pr.draft: auto
rollback: requires_approval
protected.write: never
escalate:
below_confidence: page_with_case_file
protected_root_cause: page_with_case_file03 · Pricing
A responder is anyone Nighthawk can page. Each tier includes a few; extra responders are a flat $30/mo.
Free
Your first pager. No card.
$400/mo
Detect, reproduce, brief. It never touches production.
Most teams
$1,200/mo
The whole loop, under your risk gate.
Customannual
For platform orgs with the compliance team in the room.
※ Waitlist teams lock founding pricing: 40% off year one, grandfathered.
04 · Get involved
We’re onboarding a small number of pilot teams now, the ones without an on-call rotation first. You get founding pricing and a direct line to the people building it.
Backing early infrastructure? Talk to the founders.
Already on the team? Sign in to your dashboard
A Lunvex Labs venture