Databases and Tiiny Host
Databases and Tiiny Host
Tiiny Host is a static web hosting platform, so you can't host a database directly. If your project needs to fetch or store user data, you can connect it to an external database.
For example, if you're using MongoDB (or another external database), you can make API calls to it from your code to read and write data.
To set this up:
- Add your API/fetch requests to your code before uploading.
- Upload your project to Tiiny Host.
- Test that your data fetching and storing works as expected.
That's it, your project will communicate with your external database as normal.
Updated on: 10/08/2026
Thank you!
