Skip to content

underbelly/algolia-search-bot

Repository files navigation

Algolia Search Bot

Enables you to create a Slack /slash command that can search and returns results from an Algolia space.

Deploy to Vercel

  1. Make sure to add the following ENV secrets to the Vercel dashboard.
Secret Type Description
HOST URL If you have a frontend domain with a search page. Link for view more by applying a ?q=? to the string. Ex example.com/search?q=hello
SLACK_SIGNING_SECRET String Verify search requests are coming from slack.
ALGOLIA_TOKEN String Algolia API Token
ALGOLIA_SPACE String Algolia Search
  1. Follow Slack tutorial for creating a slack command.

Contributing

We ❤ PRs!