How can I achieve this?

Hi :slight_smile:

I would like to create a small website with an interactive score.

  • Users can click one of the 4 buttons available and add points to a global score. The buttons are: 50 points, 30 points, 25 points, 10 points.

  • The score is updated live and visible to all users. So all users see the same global score.

  • Users don’t have to log in into the website and a single user can click the buttons just once every 1h.

  • The score is saved on the server so will not be deleted if users delete browser’s cache.

Can I achieve this in Webflow?


Here is my public share link: LINK
(how to access public share link)

Hi Eloyen,

Webflow isn’t really doing anything here- you just have some HTML, a server to track your value, and some JS to make requests.

For the server, look into Firebase, or possibly a serverless function platform with a key-value store like Redis.