← Work · Case 06
A daily-focus app
Capture a reminder in one gesture. See the day as an editorial page.
StatusIn development
TypeWeb app
RoleConcept, design and build, with AI agents
01 · Problem
Problem
Reminder apps are built around lists, not attention. By noon the list is longer than the day.
02 · Approach
Approach
Instant capture first, sorting later. The home screen is an editorial "focus of the day": a few things, in order, readable at a glance. The app ships in phases, each one behind its own activation gate.
03 · Architecture
Architecture
04 · Guarantees
Guarantees
- 01Each phase ships behind an explicit activation gate.
- 02Dashboard contracts are covered by tests, responsive layouts included.
- 03Sync is exercised with synthetic probes before it touches real data.
05 · Stack & decisions
Stack & decisions
| React | The capture-first interface and the editorial dashboard. |
|---|---|
| Python | The backend and the sync layer. |
| Tests | Contract and responsiveness tests on every change to the dashboard. |
06 · Proof
Proof
- feat: add immediate reminder capture
- feat: add progressive reminder composer
- feat: build editorial daily focus dashboard
- fix: harden editorial dashboard contracts
- test: cover editorial redesign responsiveness
- feat: expose guarded synthetic sync probes
- docs: record phase 1C activation gate
Excerpt from the real system, translated and sanitized: no names, identifiers or data.