https://github.com/teamsuperpanda/fox
Fox is a friendly, local-first notes app built with Flutter and Hive. It's designed to be fast, minimal, and private by default. Your notes stay on your device and are always available offline.
https://github.com/teamsuperpanda/fox
flutter notes-app
Last synced: 2 months ago
JSON representation
Fox is a friendly, local-first notes app built with Flutter and Hive. It's designed to be fast, minimal, and private by default. Your notes stay on your device and are always available offline.
- Host: GitHub
- URL: https://github.com/teamsuperpanda/fox
- Owner: teamsuperpanda
- License: mit
- Created: 2022-05-22T23:59:37.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2026-03-31T22:37:08.000Z (2 months ago)
- Last Synced: 2026-04-01T01:25:20.051Z (2 months ago)
- Topics: flutter, notes-app
- Language: HTML
- Homepage:
- Size: 8.71 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
# Fox

A friendly, local-first notes app. Fast, minimal, and private by default. Your notes stay on your device and are always available offline.
> Built by [Team Super Panda](https://www.teamsuperpanda.com)
---
## Features
- **Rich Text**: Create and edit notes with formatting.
- **Organization**: Tag, pin, and search your notes quickly.
- **Customization**: Dark/light themes and custom sort orders.
- **Privacy First**: Zero cloud overhead. No accounts or tracking.
- **Modern UI**: Clean design with alternating list colors.
---
## Tech Stack
- **Framework**: [Flutter](https://flutter.dev) (^3.6.0)
- **State Management**: [Provider](https://pub.dev/packages/provider)
- **Persistence**: [Hive](https://pub.dev/packages/hive)
- **Editor**: [Flutter Quill](https://pub.dev/packages/flutter_quill)
- **Typography**: [Google Fonts](https://pub.dev/packages/google_fonts)
---
## Getting Started
### Prerequisites
- Flutter SDK & Dart: `^3.6.0`
### Install & Run
```bash
git clone https://github.com/teamsuperpanda/fox.git
cd fox
flutter pub get
flutter run
```
### Tests
```bash
flutter test --coverage
```
---
## Architecture Overview
- **Data**: `Hive` stores notes in `notes_db` and settings in `settings_db`.
- **Logic**: `NotesController` manages CRUD and state; `SettingsService` for preferences.
- **UI**: Reactive updates via `Provider`. `NoteDetailPage` uses `flutter_quill`.
---
## License
- **Code**: [MIT License](LICENSE).
- **Assets**: Copyright © 2025 Team Super Panda. See [ASSETS-LICENSE.md](ASSETS-LICENSE.md).
For more, visit [www.teamsuperpanda.com](https://www.teamsuperpanda.com).