Modular Billing Platform

This is the web container. It serves your current HTML app and proxies /api/* to the backend.

Quick API test

Token is stored only in memory on this page.



    

Your current app (as-is)

Your uploaded HTML is served here unchanged (still using localStorage for now). Next, we’ll replace its storage calls with API calls.

Open legacy app