Crisis Mode

When everything is on fire right now. Breathing timer first, then a 1-sentence action, then your child's regulator, then a log button. No AI lag, no chips, no inputs.

When to use this

Use Crisis Mode when the meltdown is happening, not after. Tap the ๐Ÿšจ floating button or go to /crisis. Pick the scenario closest to what's in front of you. Beacon runs you through a 30-second breathing timer (skippable), then shows ONE thing to do, then names your child's regulator (pulled from the profile). After it's over, you can log it in 1 tap so the pattern shows up later.

How it works

  1. 8 scenarios on the picker

    Parent SOS, full meltdown, shutdown (nonresponsive), aggressive (hitting/kicking/throwing), self-harm, public meltdown, elopement (running), stuck transition. Each one routes to its own response page.

  2. Breathing timer first

    30-second guided breath before any instruction shows. You can skip ('Skip, show me what to do' button). The skip fires breathing_timer_skipped so we can tell who needs it bypassed in the redesign.

  3. One action + your child's regulator

    After the breath, ONE bold sentence (what to do). Below it: your child's name + the regulator you wrote in onboarding ('Avery calms down with deep pressure'). Pulled live from child_profiles.

  4. Log it in 1 tap

    After the crisis passes, tap Log. Saves to crisis_logs (scenario + timestamp + optional note). Pattern shows up in Behaviors over time so you can see the cluster (e.g., 'meltdowns at 5pm every Tuesday').

What Beacon stores when you use it

crisis_logs: One row per logged crisis. Different from generator_uses (no AI generation, no content blob). Powers the Behaviors trend view.

ColumnTypeExample
idUUID
1a2b...
Auto-generated.
user_idUUID
your-user-id
RLS-locked.
scenariotext
meltdown
One of the 8 scenario ids: parent, meltdown, shutdown, aggressive, self-harm, public, elopement, transition.
notetext
After dinner, dropped fork
Optional. What was happening when it kicked off.
created_attimestamp
2026-05-16T17:42:00Z
Crisis time. Drives the time-of-day pattern.

A real example

Maya is in the grocery store. Avery is on the floor. Maya taps ๐Ÿšจ, picks 'Public meltdown, everything is unraveling'.

PhaseWhats_on_screenWhat_Maya_does
1. Breath30-second timer + 'Take a breath first. Then we'll help.' Maya skips after 5s.Stops talking. Stands still.
2. ActionONE bold line: 'Get to the floor. Get small. Don't fix this in public.'Drops to knees beside Avery. Doesn't try to pick her up.
3. Regulator'Avery's regulator: deep pressure hug, 10 seconds.'Offers the hug. Avery refuses at first, then accepts after 30s.
4. Talk to BeaconButton at bottom: 'Talk to Beacon' (opens /chat?crisis=public).Skips. Doesn't need chat. Heads to the car.
5. Log (in car)Crisis logger. Note: 'Cereal aisle, music too loud'.Taps log. Drives home. Sees the pattern in Behaviors next week.

What Beacon auto-knows

  • Your child's name + regulator (from onboarding / settings).
  • Every crisis you've logged (scenario + timestamp + note).
  • Time-of-day cluster: which scenarios cluster at which hours.
  • Whether you skipped the breathing timer (the data shapes the redesign).

How it fits with Chat

  • Crisis Mode itself has no Discuss button. The page is for the moment, not the analysis.
  • But the logs feed Behaviors, and the Behaviors page DOES have Discuss. From there: 'My meltdowns cluster at 5pm. Why?' Beacon reads the logs + scenarios + notes and walks the pattern.

Try these with Beacon

Open Crisis Mode in Beacon โ†’

Related guides