with most social media apps, the apps have algorithms that suggest posts or users for the current user to follow. is this possible with bubble?
Yes. 2 main solutions:
- Use a simple algorithm within Bubble (e.g., suggest 3 users who also follow this topic) or
- Connect to an API to use a more sophisticated algorithm
To get started, I’d suggested starting with the basics (i.e., #1). As you get the business up and running, you’ll collect data about which users get followed, etc. that you can use as an input into a smarter / more robust algorithm (that you’ll connect to via an API) for the medium-term.
1 Like