Skip to content

D-Pod-dev/smartplan

Folders and files

NameName
Last commit message
Last commit date

Latest commit

572b7fe · · May 4, 2026

History

31 Commits
Mar 28, 2026
May 4, 2026
Dec 27, 2025
Jan 19, 2026
Mar 9, 2026
Jan 19, 2026
Mar 9, 2026
Mar 9, 2026
Dec 27, 2025
Mar 28, 2026
Jan 19, 2026
Jan 12, 2026
Dec 27, 2025

Repository files navigation

SmartPlan — AI-powered To‑Do

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).

Screens

  • 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

Development

npm run dev

Open the app and navigate via the sidebar. Routing is powered by react-router-dom.

Build

npm run build
npm run previeww

Tech

  • React + Vite
  • Client-side routing (react-router-dom)
  • Custom CSS (no Tailwind used in UI yet)

Changelog

  • 2026-03-08: Supabase insights schema updated (user_insights now includes last_completion_date, total_tasks_created, and ai_assisted_tasks).
  • For existing projects, run the migration in SUPABASE_INTEGRATION.md.