Internal preview
Parent Studio
Where Dad (or a future admin) shapes each daily edition. The kid-facing page stays delightful; this side stays practical. Auth gating lands with the subscription backend.
Child profile
Interests: volleyball, playlists, drawing, baking shows
Apple Music · pop, worship, throwbacks
Timezone: America/Chicago
Parent profile
Dad · From Dad's Desk
Sign-off: “Love, Dad”
Notifications: clayton@example.com
Eligibility email CCs: perrykate@example.com, gigi@example.com
Allowance & streak
$10.00 per school day · $50.00 weekly base
$2.50 earned this week · $121.50 cumulative eligible · trivia worth $0.50 today
6-day streak · waiting on today's trivia
Event log (2) — persisted to allowance_events in the backend
- 2026-08-24 · eligibility-confirmed · Monday's $10.00 weekday allowance confirmed eligible ($10.00)
- 2026-08-24 · parent-notified · Eligibility email sent to Dad (cc: Perry Kate, Gigi)
Backend hook — eligibility email (planned)
to: clayton@example.com
cc: perrykate@example.com, gigi@example.com
body: Perry Kate confirmed eligible for $10.00 on 2026-08-25 · streak 6
Daily Drop feedback
“Espresso” — Sabrina Carpenter
Perry Kate's verdict: not rated yet
👍/👎 ratings feed future Daily Drop personalization.
Edition modules
Reorder, toggle, and set each module's privacy class — the daily page renders straight from this config, so any future CMS or per-family personalization plugs in here. Rotating modules swap in and out per day.
From Dad
#from-dad
Today's Weather
#weather
Today's Letter Day
#letter-day
Today's Game Plan
#game-plan
Coming Up
#coming-up
Something to Carry Today
#carry-today
The Daily Drop
#daily-drop
Dad's Daily Ridiculousness
#ridiculousness
History Is Weird
#weird-history
Today's Side Quest
#side-quest
Mystery Tile
#mystery
Read It · Answer It · Unlock It
#allowance-trivia
Daily Dogrotating
#daily-dog
Would You Ratherrotating
#would-you-rather
From the Vaultrotating
#from-the-vault
Dad vs. Perry Katerotating
#dad-vs-pk
Perry Kate Radarrotating
#pk-radar
Voice Note from Dadrotating
#voice-note
Extremely Important Questionrotating
#big-question
Streakrotating
#streak
Countdownrotating
#countdown
One Question for Dadrotating
#ask-dad
Per-module engagement
- From Dad12 opens · 0 shares · 12 done
- The Daily Drop11 opens · 5 shares · 9 done
- Read It · Answer It · Unlock It12 opens · 0 shares · 8 done
- History Is Weird10 opens · 4 shares · 10 done
- Dad's Daily Ridiculousness9 opens · 6 shares · 9 done
- Something to Carry Today11 opens · 3 shares · 11 done
- Today's Side Quest8 opens · 2 shares · 5 done
- Mystery Tile7 opens · 1 shares · 7 done
Calendar sources
- St. Stephen's School Calendarics
- Family Calendargoogle
Feeds the Coming Up module and the widget's “next important date” (today: 📸 Picture Day, in 8 days).
Widget-ready data (future native iOS app)
A WidgetKit widget can't read a web app — it will call one small endpoint returning this typed WidgetSnapshot, with deep links that open the exact edition/module:
{
"version": 1,
"childId": "child-perry-kate",
"editionId": "2026-08-25-perry-kate",
"dateISO": "2026-08-25",
"greeting": "Good morning, Perry Kate!",
"dadNoteSummary": {
"headline": "You've already won the day",
"excerpt": "Perry Kate — before your feet even hit the floor, I want you to know: I'm proud of you. Not for a grade or a game, just "
},
"weather": {
"tempF": 84,
"condition": "Sunny with a golden-hour finish",
"emoji": "☀️"
},
"letterDay": {
"letter": "A",
"division": "MS",
"nextLetter": "B"
},
"nextImportantDate": {
"title": "Picture Day",
"emoji": "📸",
"dateISO": "2026-09-02",
"daysUntil": 8
},
"streakDays": 6,
"allowance": {
"unlockedToday": false,
"earnedThisWeekCents": 250
},
"deepLinks": {
"edition": "/?d=2026-08-25",
"dadNote": "/?d=2026-08-25#from-dad",
"trivia": "/?d=2026-08-25#allowance-trivia",
"nativeScheme": "heyperry://edition/2026-08-25"
}
}