SmartPlan is a lightweight, AI-assisted to‑do app. It focuses on a simple daily flow and an assistant chat that helps prioritize, schedule, and summarize tasks (no automation flows required).
- Today: Status cards and a focus list
- SmartPlan Chat: Conversation UI with a composer
- Insights: Lightweight metrics (flow, focus, time saved)
- Settings: Preferences and integrations placeholders
npm run devOpen the app and navigate via the sidebar. Routing is powered by react-router-dom.
npm run build
npm run previeww- React + Vite
- Client-side routing (
react-router-dom) - Custom CSS (no Tailwind used in UI yet)
- 2026-03-08: Supabase insights schema updated (
user_insightsnow includeslast_completion_date,total_tasks_created, andai_assisted_tasks). - For existing projects, run the migration in SUPABASE_INTEGRATION.md.