Ask HN: How do you monetize personal code if it's not an "app"?

Hey HN,

I’ve been thinking a lot about this lately and wanted to ask — how do you monetize your personal code if it doesn’t really fit into a classic product or SaaS model?

For example:

* I have a trained ML model that solves a niche task really well — but turning it into a full-blown app seems like overkill.

* I’ve written a CLI tool that processes log files better than anything else I’ve found, but it’s too specialized to justify making a company out of it.

* I built a few small functions in different languages (Python, Go, Rust) that do neat things — data cleanup, API scraping, PDF generation — but none of them are “products” by themselves.

I’m exploring ways to package and expose this kind of work: maybe as paid APIs, small function services, or even “pocket FaaS” instances others can plug into.

Curious if anyone here has tried something similar — or if you’ve seen creative ways to turn technical tools or utilities into sustainable side income.

Thanks in advance for sharing ideas or examples!


Comments URL: https://news.ycombinator.com/item?id=43667887

Points: 57

# Comments: 17

https://news.ycombinator.com/item?id=43667887

Creato 1mo | 13 apr 2025, 00:20:09


Accedi per aggiungere un commento

Altri post in questo gruppo

Show HN: Solidis – Tiny TS Redis client, no deps, for serverless

Hey everyone!

Over the past two years I threw myself back into full-time engineering with a simple goal: write code that gives back to the community. After a lot of late-night FOMO (“AI w

17 mag 2025, 00:20:10 | Hacker news
Show HN: KVSplit – Run 2-3x longer contexts on Apple Silicon

I discovered that in LLM inference, keys and values in the KV cache have very different quantization sensitivities. Keys need higher precision than values to maintain quality.

I patched llama.cp

16 mag 2025, 21:50:10 | Hacker news