ALL MEMOS Download .docx

RUSH — Concept

Subdomain: rush.silentinfinity.com

Tagline: 60 seconds. Every day. Or you lose it all.

One-line: A daily 60-second AI-generated dare card that builds a streak you cannot fake — miss one day and your "title" resets to zero.

---

PR/FAQ (Apple style)

PRESS RELEASE

> Cupertino — RUSH launches the first 60-second daily ritual that punishes you for skipping.

>

> Today RUSH opens to the public. Every morning at 6:00am local, RUSH delivers a single hyper-personal 60-second dare — a micro-challenge calibrated to the user's mood, calendar, recent app usage and prior streak. Complete it inside the 60-second window and the streak ticks up. Miss it, and the streak resets to zero. There is no make-up day. There is no streak freeze. There is no second chance.

>

> "Duolingo invented the streak. BeReal invented the urgency window. We combined them, made the loss permanent, and added an AI that knows you," said the RUSH team. "After 30 days the average user opens RUSH 4.2 times per day — not because we want them to, but because they're terrified of losing what they've built."

>

> Streaks unlock identity titles: Day 7 = Initiate. Day 30 = Ascendant. Day 100 = Untouchable. Day 365 = Mythic. Titles appear on the user's shareable proof card and on a public leaderboard.

FAQ

Q: What is the daily dare?

A 60-second AI-generated micro-challenge: "Text the friend you've been avoiding one sentence." "Stand in cold water for 45 seconds, post the timer." "Write down the thing you're scared to say out loud, then delete it." Each one is generated overnight by a Claude-powered cron that reads the user's prior 7 days of data.

Q: Why 60 seconds?

Long enough to feel something. Short enough that "I'm too busy" is a lie.

Q: What's the catch?

You miss one day, your title resets. No exceptions. The terror IS the product.

Q: How does it spread?

Every completion produces a shareable proof card with the user's title, streak count, and dare. Cards are designed to look like trading cards — collectible, screenshottable, FOMO-inducing.

Q: How does RUSH make money?

$4.99/mo Pro = a 1-time-per-month "shield" + custom dare categories + private leaderboards.

$49/yr Mythic = unlimited shields + early access to new title tiers + physical card mailed at Day 100.

---

Customer Journey (60-second-first design)

| Stage | Trigger | What happens | Lever |

|---|---|---|---|

| Discovery | Friend posts a RUSH proof card on IG story showing "Day 47 — Ascendant" | Curiosity + FOMO + status envy | Social proof |

| First open (T+0s) | Lands on app | Sees a black screen + a single red button: "TAP TO SEE TODAY'S DARE" + countdown 23:54:11 to next reset | Curiosity |

| First dare (T+8s) | Tap | Card flips: pre-rendered personal dare, 60-second timer, BIG MEAN COLORS | Specificity (it knows them) |

| Action (T+15-60s) | Hit START | Timer counts. Vibration-style CSS pulse. Background reddens as time ticks. | Loss aversion in real time |

| Proof (T+60s) | Done | Card lands: "Day 1 — Pledged. Title: ROOKIE. Tomorrow at 6am you defend it." Share button glows. | Identity hook |

| Day 2-6 | 6am push | "Streak alive. 7 hours to defend." | Daily anchor |

| Day 7 | Dare unlocks new title | Card animates upgrade ROOKIE→INITIATE. "Don't lose this." | Variable reward |

| Day 30 | Paywall offer mid-flow | "You've earned this. Mythic users never lose a streak. $4.99/mo." | Loss aversion + sunk cost |

| Day 100 | Physical card mails | Real-world proof object | Identity reinforcement |

---

Monetization (obvious in <60s)

Conversion funnel: Day 6 (just before Initiate unlock) shows shield offer. Day 29 shows Mythic offer with countdown. Loss aversion peaks AFTER investment.

Unit economics: $0.02/user/day Bedrock generation + $0.001 SES = $0.63/user/mo cost. At 5% paid conversion to Pro, ARPU = $0.25/mo. Profitable above 2.5% Pro conversion.

---

Virality (in the core loop, not bolted on)

1. Proof cards are inherently shareable — the card IS the completion. To "feel" done you want to screenshot.

2. Titles are identity gear — putting "Day 47 - Ascendant" in your IG bio is free flex.

3. Friend leaderboards — Pro tier. You see your friends' streaks. Schadenfreude when one resets.

4. The miss tweet — when someone breaks a 60-day streak, RUSH auto-generates a "RIP" card. People share their losses. (Massive: Wordle didn't think of this.)

5. Day-7 invite gate — your Initiate title unlocks 3 invite codes. Scarcity.

Viral coefficient model: k = (share rate 0.6) × (friends seeing 12) × (signup conversion 0.04) = 0.288. Combined with 4.2x daily opens = strong organic growth even sub-1.0 k.

---

Pre-Render Spec (nightly Bedrock cron)

For each user, every night at 02:00 local:


{
  "user_id": "harnoor",
  "date": "2026-05-08",
  "streak": 12,
  "title": "Initiate",
  "next_title": "Ascendant",
  "next_title_at_day": 30,
  "dare": {
    "category": "social",
    "headline": "60 seconds. One text. No edit.",
    "task": "Text someone you've avoided this week one sentence about why.",
    "stakes_line": "You've built 12 days. Don't be the person who breaks here.",
    "color_theme": "ember",
    "duration_sec": 60
  },
  "proof_card": {
    "background": "linear-gradient(135deg,#ff2d2d,#1a0000)",
    "title_font": "Initiate",
    "stamp": "DAY 12 / 30 to ASCENDANT"
  },
  "social_lines": ["12 days. Untouchable in 88.", "Initiate. Don't @ me."]
}

Inputs: prior 7 dares + completion times + calendar density + recent journal entries (if connected) + time-of-day patterns.

Generator prompt skeleton:

> "You are RUSH. Generate ONE 60-second dare for {user_profile}. Their recent dares: {history}. Avoid repetition. Be specific. Use second person. Be slightly mean. End with a one-line stakes reminder referencing their current streak count."

---

Design ethos