Map
AI calendar assistant that uses biometric data to schedule work around actual energy levels.
Overview
A Turborepo with a Next.js dashboard, Express API, Supabase Edge Functions, and a marketing site. The dashboard unified calendar, tasks, goals, notes, and an AI chat assistant with tools.
Problem
Calendars ignore physiology. Deep work often lands when energy is low, while meetings consume the most productive blocks.
Solution
Sync WHOOP and Apple Health data with Google Calendar. An AI assistant then suggests time blocks based on recovery and schedule context.
Lessons learned
- Consumer health apps have brutal onboarding friction.
- Multi-agent workflows in 2023 were painful to debug.
- Calendar and timezone handling should lean on proven libraries.
- Tool-calling and streaming UI patterns transferred directly to later work.