The concept
NoteUp started as a personal fix for handwritten account notes that were hard to search. I wanted a local app where people can store information, search quickly, and view accounts in a clean, visual layout.
It supports account storage, password recovery, optional Google login, and automatic inactivity logout. Company-specific banners and icons make entries easy to scan, with a fallback if assets are missing.
Everyday value
NoteUp keeps everything in one place so you can find the right account fast. If a company logo isn’t available, it shows a default image. There’s also a Python script that lets you paste asset URLs and add companies dynamically.
Under the hood
Built with Flask (Python) plus HTML, CSS, and JavaScript. It includes authentication flows, optional Google OAuth, and a 1-minute inactivity timeout.
Ephemeral Storage (Demo): The live demo resets periodically, so data does not persist.
For setup steps, environment details, folder structure, the asset updater, and optional API notes, please refer to the project's GitHub README.