Pandoo is a todo list that stays out of your way. Fast, local-first, private. No account, no subscription, no cloud dependency.
Built by Team Super Panda.
Pandoo is what happens when you strip a todo app down to what actually matters: adding, organising, and checking things off fast.
- Multiple lists - keep work, personal, and shared lists separate.
- Reorder & pin - drag to reorder, pin what matters most.
- Dark mode - light and dark themes that actually look good.
- Offline-first - your tasks live on your device, always available, no signal required.
- No accounts - download it and start typing. There is no signup screen.
Pandoo is a Flutter app with a deliberately simple stack:
| Layer | Choice |
|---|---|
| UI | Flutter |
| Storage | Hive (local, no server) |
| State | Hive reactive listeners |
| i18n | Flutter intl |
| Fonts | Google Fonts (bundled, no network calls) |
No backend. No sync. No app data leaves your device. (Optional anonymous analytics, disabled by default.)
git clone https://github.com/teamsuperpanda/pandoo.git
cd pandoo
flutter pub get
flutter runflutter test --coverageThe code is PolyForm Noncommercial 1.0.0. Free for personal use, not for resale.
Assets are copyright 2026 Team Super Panda (see ASSETS-LICENSE.md).