Replit Leaderboard

Hi, if anyone can answer this without saying this cannot be done, that would be sooo helpful. Anyways, I need to create a database for a leaderboard that EVERYONE can access. For example, if a user adds “hi”, if I reload my page, it should show “hi” in the database. I am creating a Python project. My replit is not needed since I did not start on it I am planning out. If there is any way I can share data that is global, that would be awesome!

Hey @AarushMuthukri1 welcome to the forums!

Can you please provide a link to the repl so we can help you further? Can you also elaborate on what you are trying to do? For example, is this a chat app you are trying to make?

Welcome to the community @AarushMuthukri1!

It would be useful if you could tell us the language you’re working in and send a link to your Repl.

Replit has a built in database, see this.

Hello, thank you so much for replying. I haven’t started, but I’m planning.

So you can use a db like Replit.db to store all the data. then render data based on whats in the db.

How do I render the data