Overview
local-notepad is a real-time collaborative notepad that works over your local network — no sign-up, no cloud, no setup. Just run it and open the URL on any device.
The Problem
Engineers often need to copy a curl command, a snippet, or a token from one machine to another. Reaching for email or Slack for something that simple breaks flow. local-notepad gives you a shared buffer on your local network — run it once, paste from anywhere.
What Was Built
An npm package that spins up a local server with a shared notepad. Any device on the same network connects via browser and edits in real time. No accounts, no internet required, no configuration.