I replaced my freelance SaaS stack with 5 single-file HTML tools
7 comments
It's a normal thing to do.
Can you share the source code?
The free version is on GitHub — Five standalone HTML files, no dependencies, works offline. Paid version removes the watermark via license key.
https://github.com/annsriai1986/goldframe-agency-suite
https://github.com/annsriai1986/goldframe-agency-suite
I blogged about the shift to 'local only' web apps that seem to be proliferating: http://www.undr.com/understatement/2026/feb13_web_apps_work_...
With a future of ChromeOS Flex running on millions of older hardware, the browser is the new 'App Store'.
...and congrats on reducing your dependency on third party tools!
With a future of ChromeOS Flex running on millions of older hardware, the browser is the new 'App Store'.
...and congrats on reducing your dependency on third party tools!
Exactly this — the browser is the most universal runtime we have. No install, no update prompts, just open and use. The ChromeOS Flex angle is interesting too, hadn't thought about that audience
None of those workflows seemed complex enough to justify full SaaS platforms, so I started experimenting with local-first tools instead.
I ended up building five standalone HTML apps that run directly in the browser. No frameworks, no installation, and no accounts. Just open the file and use it.
The tools cover invoices, proposals, contracts, expenses, and project roadmaps. Everything runs locally and data stays on the machine.
Curious what others here think about local-first tools for this kind of workflow