frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

I Need a Partner

2•justYooz•20m ago•1 comments

Tell HN: Apple development certificate server seems down?

96•strongpigeon•14h ago•36 comments

Ask HN: How are people doing AI evals these days?

15•yelmahallawy•1d ago•17 comments

Ask HN: What Are You Working On? (March 2026)

283•david927•2d ago•1082 comments

Ask HN: Remember Fidonet?

116•ukkare•23h ago•67 comments

Ask HN: How are people forecasting AI API costs for agent workflows?

4•Barathkanna•4h ago•10 comments

Maybe we can keep on coding? pseudo code project

7•EmptyDrum•6h ago•7 comments

Ask HN: How to be alone?

671•sillysaurusx•2d ago•552 comments

Ask HN: Please restrict new accounts from posting

707•Oras•2d ago•502 comments

Ask HN: How do you review gen-AI created code?

4•captainkrtek•9h ago•4 comments

Ask HN: Most beautiful personal blog UI you have ever seen?

142•ms7892•2d ago•54 comments

Tell HN: Vertical tabs has arrived (behind a flag) in Chrome stable

5•crummy•10h ago•0 comments

Ask HN: Is Starlink still being jammed in Iran?

3•Jblx2•10h ago•1 comments

Ask HN: Can I repurpose a Bluetooth voice remote as input device for a PC?

15•albert_e•3d ago•20 comments

Ask HN: How to "make it" as a newlygrad/junior?

4•kartoffelsaft•12h ago•3 comments

Tell HN: I'm 60 years old. Claude Code has re-ignited a passion

1064•shannoncc•4d ago•975 comments

Ask HN: Devs who are out of work – what are you doing for income now?

6•a1n•6h ago•3 comments

Ask HN: Does automatic multilingual support make sense for a launch platform?

2•LeanVibe•16h ago•3 comments

Why is GPT-5.4 obsessed with Goblins?

14•pants2•1d ago•8 comments

Unlocked SaaS, file source as truth?

2•abmmgb•19h ago•1 comments

Ask HN: Is GitHub getting less reliable, or is it just me?

11•_pdp_•1d ago•8 comments

The Architecture of an Exit Scam: A Technical Audit of Zszrun

5•cappyfjao•22h ago•0 comments

Ask HN: Since a week HN keeps logging me off every few days, why?

5•epolanski•23h ago•2 comments

Ask HN: What AI content automation stack are you using in 2026?

3•jackcofounder•1d ago•3 comments

Ask HN: Do you still run Redis and workers just for background jobs?

2•sergF•1d ago•16 comments

Ask HN: Favorite Non-Spammy iPhone Games?

6•bix6•1d ago•8 comments

Ask HN: What game engine would you recommend for vibe coding?

6•general_reveal•1d ago•7 comments

Ask HN: Read‑only LLM tool for email triage and knowledge extraction?

2•maille•1d ago•4 comments

Ask HN: Any informed guesses on the actual size/architecture of GPT-5.4 etc.?

4•dsrtslnd23•1d ago•0 comments

Ask HN: Anyone else feel this community has changed recently?

58•kypro•4d ago•30 comments
Open in hackernews

I replaced my freelance SaaS stack with 5 single-file HTML tools

8•AnnSri•2d 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

Comments

ipaddr•2d ago
It's a normal thing to do.
shoo•1d ago
you can get pretty far without programming at all, using spreadsheet templates
anonymous541908•19h ago
Can you share the source code?
lurn_mor•16h ago
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!