pubifact

POST an HTML or Markdown file, get a shareable URL back.

curl -F file=@page.html https://pubifact.tarik02.me/up
curl -F file=@notes.md  https://pubifact.tarik02.me/up

# private — require a password to view:
curl -F file=@notes.md -F password=secret https://pubifact.tarik02.me/up

The response is the URL of your rendered page. No account needed. Protected pages prompt for the password (or append ?k=secret).