A minimal productivity app for you and your buddy — Pomodoro timer, task management, priority matrix, journal, and shared social features.
Plain HTML + CSS + JS. No frameworks, no build step. Works out of the box.
Just open index.html in your browser. That's it.
- Push this repo to GitHub
- Go to vercel.com → New Project → Import your GitHub repo
- Click Deploy — Vercel auto-detects static HTML, no config needed
- Your live link:
https://flowspace.vercel.app(or your custom domain)
- Home dashboard with stats
- Live Pomodoro timer (persists across page switches)
- Task list with priority tags (saved to localStorage)
- Activity feed
- Journal previews
- Collapsible sidebar
- Dark mode (auto)
- Task Manager (Phase 2)
- Eisenhower Matrix (Phase 2)
- Journal app (Phase 3)
- Google Calendar integration (Phase 4)
- Social / shared board (Phase 5)
Each phase adds new files or updates existing ones. No rebuild needed — just push and Vercel redeploys in ~30 seconds.