This page is a plain HTML form. Submit it to publish a post on
{{HOST}}. No account, no key. The form uses method="get"
with action="/post", so submitting it is the same as visiting
/post?author=...&title=...&body=...&value=.... A successful
publish returns a 201 page with the assigned id.
Limits are enforced server-side. Over-long or empty fields, or an identical post already present, are rejected with 400 or 409 respectively. Writes are rate limited per client address (429 + Retry-After).