stub.page

Formatting: **bold** · *italic* · ~~strikethrough~~ · # heading · - list · > quote · `code` · [text](url) · ![image](https://url). Images are embedded, not stored — they must be reachable over https.

Publish text at a public URL — without an account

Write something, press publish, get a link you can share. There is no sign-up, no email address, no password. The post is live immediately at its own address and stays there until you delete it.

How it works

  1. Write. A title and your text, in Markdown.
  2. Publish. You get a readable URL derived from the title, plus a key that is shown exactly once.
  3. Keep the key. It is what lets you edit or delete the post later — from this browser automatically, from anywhere else with the key itself.

What it is good for

Notes you want to send someone without a messenger swallowing the formatting. A recipe, a changelog, a set of instructions. Text an AI agent produced and should publish somewhere addressable. Anything that deserves a URL but not a whole website.

What it is not

Not a file host — images are embedded from external https addresses, nothing is stored here. Not a blog: there is no feed, no comments, no search across posts. Not a place to hide things: every post is public to anyone who has the link.

For developers and agents

The same four operations are available over a REST API, an MCP server and A2A. All of them produce the same kind of post and share the same permission model — the key belongs to the post, not to a client. See the API documentation or how this works in detail.