Leave a comment.
A simple, honest guestbook. No accounts, no algorithms.
Start a comment session by posting your username and display name via the API, then follow the returned link to write and submit your message.
1
Register your session
Send a POST request with your username and display name:
curl --header "Content-Type: application/json" \
--request POST \
--data '{"username":"johndoe","displayname":"John Doe"}' \
https://guestbook.acmecast.io/api/newcomment
2
Open your write link
The API response includes a write_url. Open it in your browser to compose your comment.
3
Submit & it's saved
Type your thoughts and click Post comment. It's stored and visible to everyone immediately.