Skip to content

SaiDamodar/tailscale-notepad

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Notepad

Minimal shared notepad accessible from any device on your Tailscale network. No dependencies — pure Python stdlib.

Features

  • Multi-note sidebar with auto-save
  • Persists to SQLite
  • Ctrl+S manual save
  • Dark UI

Run

python3 app.py

Open http://<tailscale-ip>:8484 on any device.

Run as a service (auto-start on boot)

sudo cp notepad.service /etc/systemd/system/
sudo systemctl enable --now notepad

Data stored at notes.db next to app.py.

About

Minimal shared notepad for your Tailscale network. No dependencies — pure Python stdlib + SQLite.

Resources

Stars

Watchers

Forks

Releases

Packages

Contributors

Languages