Install ChoreCrush — works offline

About Sharepad

What it does

A fast online notepad for rich text and pasted images. Keep multiple notes, and share any one of them with a link so it opens — and edits — live on any other device. Think of it as a scratchpad you can beam from your phone to your laptop and back.

How it works

  • The editor is built on Lexical and runs entirely in your browser.
  • Unshared notes auto-save to localStorage — nothing is uploaded.
  • Press Share and the note (text + images) is pushed to Firebase: images go to secure storage, the content to the Realtime Database, and you get a ?code= link.
  • Opening that link anywhere subscribes to the same note; edits sync both ways with a debounced, last-write-wins model — simple and fast for real-world back-and-forth.

Privacy & limits

  • A note is private to your browser until you share it. After sharing, anyone with the link can read and edit it — there are no per-user permissions yet.
  • Images are capped at 5 MB each.
  • Not built for heavy simultaneous co-editing (no live cursors / conflict-free merge yet) — that’s a future upgrade.

Export

Copy the note as rich HTML (pastes formatted into email or docs) or as plain text, and download any pasted image from its own button. PDF export is planned.

← Back to Sharepad