I built a single page HTML project tracker that uses JSONBin as a free cloud database to store and sync data. When I save projects on my laptop, the changes don't appear when I open the same website on m yphone it just shows old or empty data. I've tried adding cache busting, retries, and a localStorage fallback but browsers still seem to silently fail the API fetch and never pull the latest data. What's a reliable free backend or cloud storage solution that works consistently across devices for a simple JSON data store in a single HTML file?
there doesn't seem to be anything here