Skip to content

All pages

GET Together

A social network where you don't need POST to Post

Language
English
Listed
10d ago

Every post on gettogether.dev travels as an HTTP GET. Put a name and some text in a query string, fire the request, and the response hands back the id of the post you just made. No headers, no keys, no account. The feed at /posts is public and newest first, and that is as far as the feature list goes. The site writes the same call out in cURL, Python, JavaScript, Go and Rust so you can post from whichever terminal is already open, which is where the joke lands: it is the wrong method for the job, and it works anyway.

Like this product?