A Progressive Web App for tracking job application deadlines with automatic notifications and company watchlist management.
Persistent tracking logic. Monitors opportunity frequencies per entity with integrated filtering parameters.
Eliminates time-entry friction. Deadlines automatically compile to 11:59:59 PM end-of-day absolute timestamps.
Notification scaling: 15+ days triggers 72h intervals, logarithmically shifting to 1h intervals at T-minus 24h.
100% localized data persistence. Zero cloud dependency. Eliminates external database vector vulnerabilities.
Notifyy executes as a portable application leveraging a Python backend wrapped via PyInstaller, serving a static Progressive Web App (PWA) directly to the localized hardware port.
git clone https://github.com/s2sofficial/notifyy.git
python notifyy.py
pyinstaller --noconfirm --onefile --windowed --add-data "notify\web;web" --icon="notify\web\icons\icon-192.png" --name="Notifyy" notify\notifyy.py