How to build Slack apps using Bubble.io as the backend [Tutorial]

Hey everyone,

I’ve built a few Slack apps using Bubble and I figured id share my notes with the community. If you’re not familiar with Slack apps, think of it as a frontend for your app that lives in Slack. It can be a standalone tool (like Standuply) or an extension of your existing solution.

Slack apps can be completely dynamic, showing specific content for each user in the workspace. They can be distributed in the Slack marketplace, and you can monetize off of them (paid plans).

Intro and Section 1 is below, it will get you to a Hello World slack app. Il wrap up Section 2 this weekend

https://deezign.io/blog-content/slack-app-using-bubble-intro

2 Likes

Video of @jj11 and I building a Slack app:

Hey @bek,

This was a really helpful tutorial! I was wondering if you could show how to authenticate the user through the Slack App? I’ve admittedly been stuck on this for a few days now.