I kept needing to share meeting notes or specs without making people sign up for Notion/Docs, and pastebins are one blob with no pages.SharePad: one URL, multiple markdown pages, password lock optional, expires in 10 days by default. You get a view link to share and a secret edit link to keep (no accounts — ownership is a token, like an unlisted doc link).Try it: https://sharepad.in/quick (paste → link in ~10 sec) Full create: https://sharepad.in/new Source: https://github.com/Varshithvhegde/sharepadStack: Next.js, Supabase, Cloudflare R2 for images. Happy to talk tradeoffs (token in URL, sanitised HTML for open-editing notebooks, etc.).