{"id":38139042,"url":"https://github.com/teamsuperpanda/fox","last_synced_at":"2026-04-02T20:26:34.830Z","repository":{"id":324298688,"uuid":"495205805","full_name":"teamsuperpanda/fox","owner":"teamsuperpanda","description":"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.","archived":false,"fork":false,"pushed_at":"2026-03-31T22:37:08.000Z","size":9130,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2026-04-01T01:25:20.051Z","etag":null,"topics":["flutter","notes-app"],"latest_commit_sha":null,"homepage":"","language":"HTML","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/teamsuperpanda.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":".github/FUNDING.yml","license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null},"funding":{"github":null,"patreon":null,"open_collective":null,"ko_fi":null,"tidelift":null,"community_bridge":null,"liberapay":null,"issuehunt":null,"lfx_crowdfunding":null,"polar":null,"buy_me_a_coffee":"teamsuperpanda","thanks_dev":null,"custom":null}},"created_at":"2022-05-22T23:59:37.000Z","updated_at":"2026-03-31T22:36:41.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/teamsuperpanda/fox","commit_stats":null,"previous_names":["teamsuperpanda/fox"],"tags_count":7,"template":false,"template_full_name":null,"purl":"pkg:github/teamsuperpanda/fox","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/teamsuperpanda%2Ffox","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/teamsuperpanda%2Ffox/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/teamsuperpanda%2Ffox/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/teamsuperpanda%2Ffox/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/teamsuperpanda","download_url":"https://codeload.github.com/teamsuperpanda/fox/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/teamsuperpanda%2Ffox/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31315907,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-02T12:59:32.332Z","status":"ssl_error","status_checked_at":"2026-04-02T12:54:48.875Z","response_time":89,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["flutter","notes-app"],"created_at":"2026-01-16T22:49:27.425Z","updated_at":"2026-04-02T20:26:34.826Z","avatar_url":"https://github.com/teamsuperpanda.png","language":"HTML","funding_links":["https://buymeacoffee.com/teamsuperpanda"],"categories":[],"sub_categories":[],"readme":"# Fox\n\n\u003cimg src=\"assets/images/icon/icon.png\" width=\"80\" alt=\"Fox Icon\"\u003e\n\nA friendly, local-first notes app. Fast, minimal, and private by default. Your notes stay on your device and are always available offline.\n\n\u003e Built by [Team Super Panda](https://www.teamsuperpanda.com)\n\n---\n\n## Features\n\n- **Rich Text**: Create and edit notes with formatting.\n- **Organization**: Tag, pin, and search your notes quickly.\n- **Customization**: Dark/light themes and custom sort orders.\n- **Privacy First**: Zero cloud overhead. No accounts or tracking.\n- **Modern UI**: Clean design with alternating list colors.\n\n---\n\n## Tech Stack\n\n- **Framework**: [Flutter](https://flutter.dev) (^3.6.0)\n- **State Management**: [Provider](https://pub.dev/packages/provider)\n- **Persistence**: [Hive](https://pub.dev/packages/hive)\n- **Editor**: [Flutter Quill](https://pub.dev/packages/flutter_quill)\n- **Typography**: [Google Fonts](https://pub.dev/packages/google_fonts)\n\n---\n\n## Getting Started\n\n### Prerequisites\n- Flutter SDK \u0026 Dart: `^3.6.0`\n\n### Install \u0026 Run\n```bash\ngit clone https://github.com/teamsuperpanda/fox.git\ncd fox\nflutter pub get\nflutter run\n```\n\n### Tests\n```bash\nflutter test --coverage\n```\n\n---\n\n## Architecture Overview\n\n- **Data**: `Hive` stores notes in `notes_db` and settings in `settings_db`.\n- **Logic**: `NotesController` manages CRUD and state; `SettingsService` for preferences.\n- **UI**: Reactive updates via `Provider`. `NoteDetailPage` uses `flutter_quill`.\n\n---\n\n## License\n\n- **Code**: [MIT License](LICENSE).\n- **Assets**: Copyright © 2025 Team Super Panda. See [ASSETS-LICENSE.md](ASSETS-LICENSE.md).\n\nFor more, visit [www.teamsuperpanda.com](https://www.teamsuperpanda.com).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fteamsuperpanda%2Ffox","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fteamsuperpanda%2Ffox","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fteamsuperpanda%2Ffox/lists"}