chore: scaffold oO monorepo with architecture, roadmap, and module stubs

This commit is contained in:
2026-04-13 14:19:56 +00:00
commit cf4c7a0eb4
36 changed files with 494 additions and 0 deletions

View File

0
apps/mobile-ios/.gitkeep Normal file
View File

0
apps/web/.gitkeep Normal file
View File

15
apps/web/README.md Normal file
View File

@@ -0,0 +1,15 @@
# apps/web
Next.js PWA. Phase 0 scope: three pages.
| Route | Purpose |
|---|---|
| `/sign-in` | Google/Apple OAuth buttons. No form. |
| `/connect` | List of integrations (cards). Tap → OAuth. Tap connected card → disconnect. |
| `/` (tip) | Pure black background. One tip centered. Tap gestures: done / snooze / dismiss. |
## Design notes
- The tip page is the product. Treat it like a watch face.
- Zero chrome, no nav bar, no settings icon while a tip is showing. Long-press reveals actions.
- Offline-first: last tip is cached; reactions queued until reconnect.