The home dashboard
Reading every card on your home screen.
1 min read
Home is assembled fresh on every visit from one request, so what you see is always today's real state. Cards appear in a fixed order.
- The header carries your level, total XP, and current streak.
- Continue reopens the exact lesson step you left, and is the fastest way back in.
- The Today strip holds your daily goal, reviews due, and the Claim shortcut.
- Quick actions drop you straight into a single tool without going through a hub.
- The progress snapshot totals words mastered and lessons cleared per level.
- Juku, trial, and Play teaser cards appear only when they apply to you.

The confetti has a trigger
Crossing your daily goal fires a celebration once, on the upward crossing only. Earning more XP after that does not fire it again, and neither does reloading the page.
Level is derived, not stored
Your level is computed from lifetime XP every time it is displayed. Nothing can desync it, and nothing can take a level away once the XP is banked.
A card with nothing to show hides itself rather than rendering empty. A short home page means a clear day, not a broken one.
Was this helpful?