Ask HN: Why some slack communities use url *.slack.herokuapp.com?

6 points by azebazenestor ↗ HN
I noticed some slack of communities have entrypoint with *.slack.herokuapp.com .

https://botkube-slack.herokuapp.com/ https://www.google.com/search?client=firefox-b-d&q=inurl%3Aslack.herokuapp.com and so on ...

What's the purpose of this heroku app ? Why not just use slack official : https://postgresteam.slack.com

2 comments

[ 3.5 ms ] story [ 14.3 ms ] thread
The invite page is created by a Heroku Elements project https://elements.heroku.com/buttons/outsideris/slack-invite-... Its github page has a screenshot https://github.com/outsideris/slack-invite-automation

I think some communities want a custom invite page explaining what the community is about. The official signin/signup page lacks any customization options.

(Both Heroku and Slack are owned by SalesForce these days. The Element project pre-dates those acquisitions)

Oh.Thanks for answer. So the heroku app was created when it was not possible to sign up without being invited.