This is an app that lets anyone ask a question or answer a question.
There is a website with a React frontend.
You can ask a question anonymously or in a channel. All answers are anonymous.
Once you've added the app to Slack, you can either send a private message to @QAndA or type /ask
to ask a public question in the current channel.
To answer questions people ask, message the bot "subscribe".
This bot is open-source and is completely serverless. It is built with AWS Lambda, DynamoDB, Flask, Python 3, Twilio, and Slack. PRs welcome!