Can netlify be used for hosting a database dashboard?

I am making a Discord bot but I don’t want to go all out just yet, so I was wondering if netlify could be used as a place to put my dashboard to change the bot’s configurations, all stored in a database.

Would this be possible?
Thanks

You could use Netlify to host the frontend, but you would need some sort of backend to handle the configuration storage you can call over an API.

Perhaps you could look at Google Firebase as an easy way to get started. That way, Netlify can host your frontend, and firebase can hold the configuration.

2 Likes

OK, thanks for the help! :blush::yum:

1 Like