|
|
|
Show HN: Aukpad – open-source real-time collaboration notepad
(aukpad.com)
|
|
2 points
by whatbackup
158 days ago
|
|
Aukpad is a simple online notepad for collaboration in your browser. I've created aukpad for the following reasons:
- to have one synced notepad on various devices
- sharing and working on notes and configs live with colleagues
- notes can be created and downloaded via HTTP post request in any CLI (curl, etc) There is no persistent storage and unused pads/notes are getting deleted after n hours. It is a simple FastAPI application that uses Websockets for the sync and optional valkey/redis for caching. That is all. An installation guide with Docker/Podman in the README and it is licensed under Apache License Version 2.0, January 2004. https://git.uphillsecurity.com/cf7/aukpad Feedback is welcome. Cheers. |
|