Fox is a notes app that stays out of your way. Rich text, dark mode, offline-first. No account, no subscription, no cloud dependency.
Built by Team Super Panda.
Fox is what happens when you strip a notes app down to what actually matters: writing, organising, and finding things fast.
- Rich text: bold, italic, bullet lists, ordered lists, note colours. No markdown syntax to remember.
- Pin, tag, search: find any note in seconds, even with hundreds of them.
- Dark mode: light and dark themes that actually look good.
- Offline-first: it's a local app that happens to have an editor. Your notes live on your device, always available, no signal required.
- No accounts: download it and start typing. There is no signup screen.
Fox is a Flutter app with a deliberately simple stack:
| Layer | Choice |
|---|---|
| UI | Flutter with Provider |
| Storage | Hive (local, no server) |
| Editor | Flutter Quill |
| Fonts | Inter (bundled, no network calls) |
No backend. No sync. No app data leaves your device.
git clone https://github.com/teamsuperpanda/fox.git
cd fox
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).