-
Memno is a Flutter-based mobile app for saving important links along with personal notes. It auto-fetches rich metadata for each link, supports offline usage, and generates unique 6-digit codes for easy fetching.
-
Think of it as your personal link + note vault with instant previews.
- ๐ Save links with title, description, and image previews
- ๐งพ Write notes for each saved item
- โก Instant metadata fetching from any URL
- ๐ 6-digit short code to easily acces the saved URLs
- ๐ Dark mode support
- ๐พ Offline-first design
- ๐ Built entirely with Flutter
-
๐ Save useful articles, videos, and tutorials with personal annotations
-
๐งฐ Maintain a curated list of tools, links, or references for quick access
-
โ๏ธ Jot down thoughts or reminders tied to specific websites or content
-
๐ Save links with context for later reading (a smarter “read later” list)
-
๐ง Use as a personal knowledge base that stays with you, even offline
-
๐ต๏ธ♂๏ธ Archive interesting finds from Reddit, Twitter, or blogs with commentary
-
๐ Keep study materials or academic resources grouped with notes
-
๐งช Save experimental ideas for future reference
-
๐ Create a wish list of products with custom notes before purchase
-
๐ง๐ณ Save recipe links with modifications or ingredient replacements
- Just download the apk file from here
- Install it and BOOM! that's it, you're good to go!
lib/
├── components
│ ├── custom_overlay.dart
│ ├── inner_page.dart
│ ├── inner_page_fun.dart
│ ├── settings_page.dart
│ ├── show_toast.dart
│ └── sub_tile.dart
├── database
│ ├── code_data.dart
│ ├── code_data.g.dart
│ ├── toggles_data.dart
│ └── toggles_data.g.dart
├── functionality
│ ├── code_gen.dart
│ └── preview_map.dart
├── home.dart
├── main.dart
└── theme
└── app_colors.dart
- Flutter
- Dart
- Provider
- Hive local database
Contributions are welcome and appreciated!
To get started:
- Fork this repository
- Create a new branch (
git checkout -b memno-feature-xyz) - Make your changes
- Commit and push (
git commit -m "Added xyz"→git push origin memno-feature-xyz) - Open a Pull Request
This project is licensed under the MIT License — see the LICENSE file for details.
If you find this app useful:
- ๐ Star the repo
- ๐ Report any issues
- ๐ข Spread the word with your friends
- โค๏ธ Love the app and wanna share your support for keeping the app going?
Let’s build something beautiful, simple, and helpful together.
Currently a user? Leave in your experience here
Built with โค๏ธ by JD — striving to create tools that make life a little simpler.






