Hacker News new | ask | show | jobs
I replaced my freelance SaaS stack with 5 single-file HTML tools
8 points by AnnSri 101 days ago
I noticed that as a freelancer I was paying several SaaS subscriptions just to handle simple tasks like invoices, proposals, contracts, and project tracking.

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

4 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

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!

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
you can get pretty far without programming at all, using spreadsheet templates
True — and for a lot of people spreadsheets are perfectly fine. GoldFrame is for freelancers who want something that looks client-ready out of the box without formatting work