Anon.Ask

Run a poll or open a suggestion box. Share one link, collect answers from anyone, no accounts on either side.

What are you making
The question
Poll options
Suggestion box options
Who can answer, and who can see
Tell me when someone answers (optional)

Notifications say that an answer arrived and, for a suggestion box, what it said. They never carry anything about the person who sent it. A poll notification leaves out which option was picked on purpose: the totals are on your own page any time, and a live per-vote message plus the time is enough to work out who answered in a small group.

Make a bot with @BotFather, send it a message, then get your chat id from @userinfobot. Your token is stored so we can send as your bot, and there is a test button on the room page once it exists.

Quick check

How anonymous is it

  • A vote is a counter, not a record. Picking an option adds one to a number. There is no row anywhere saying who chose what.
  • Suggestions have no author. The text is stored with the time and nothing else.
  • One answer per person is a hash. If you switch it on, a salted hash of the address is kept so the same person cannot answer twice. It says whether somebody has answered, never what they said, and it differs between rooms so it cannot be used to follow anyone around.
  • The owner link is the only key. It is shown once and stored only as a hash. Lose it and the room cannot be managed by anyone, including us.