Minimal shared notepad accessible from any device on your Tailscale network. No dependencies — pure Python stdlib.
- Multi-note sidebar with auto-save
- Persists to SQLite
- Ctrl+S manual save
- Dark UI
python3 app.pyOpen http://<tailscale-ip>:8484 on any device.
sudo cp notepad.service /etc/systemd/system/
sudo systemctl enable --now notepadData stored at notes.db next to app.py.