Live data from Hacker News

Ask HN: If your project is free, what are you building and why keep it free?

news.ycombinator.com

21–25 of 25 posts

Re: Ask HN: If your project is free, what are you building and why keep it free?

#21
It's nothing big. I wanted an offline natural language to cron/cron to natural language translator and I wanted to get some experience building MacOS apps. It's not vibe coded, but I did get good help from Claude since it's my first time building MacOS apps. It's free and no data is collected. It so simple that there's no point charging anything for it :-)

https://cronwise.github.io/

Has a tip jar in case anyone wants to support the effort

Re: Ask HN: If your project is free, what are you building and why keep it free?

#22
I built a free interactive .cursorrules generator: https://survivorforge.surge.sh/cursorrules-generator.html

It lets you pick your framework and stack, then generates a tailored .cursorrules file for your project. No signup, no tracking, runs entirely in the browser.

Why free: I was collecting cursor rules for different frameworks anyway (React, Go, Rust, FastAPI, etc.) and realized the hardest part for most people is not finding rules — it is combining them correctly for a multi-framework project. A Next.js + Tailwind + Prisma project needs different rules than a pure React SPA.

Cost to operate is basically zero — it is a static site on Surge.sh. The content took real effort though, I reviewed cursor rules across 16 frameworks to extract what actually improves AI output versus what is just noise.

No monetization plan for the generator itself. I do sell a more comprehensive collection with project-specific templates on Gumroad, but the generator covers the most common use cases for free.

Re: Ask HN: If your project is free, what are you building and why keep it free?

#23
I have a very small utility library that receives a few downloads every couple of weeks that I just spent a few hours upgrading today.

It solved a problem I had, but it's a very small problem that few people share and the efforts spent selling it would be a poor use of my time given how niche it is. The few extra minutes to hit npm publish is worth the couple hits of dopamine I receive whenever it's downloaded.

It's just nice to know I saved someone an hour or so of their life. No need to reinvent this wheel.

Re: Ask HN: If your project is free, what are you building and why keep it free?

#25
I released the first version of HashBackup in November of 2008, mainly because the subject was complex enough to remain entertaining for me. My original vision was to create an online backup service with my business partner at the time, but he wasn't that interested. So instead of doing a full-service backup offering with storage and all that, we parted ways and I focused on a client-side backup that stored backups on any online storage service.

It has been a very educational journey and remains interesting to me 18 years later - longer than any other project I've worked on. I've had thoughts about commercializing it over the years, but as has been mentioned, navigating online payment services, making a fancy portal, testing it with several browsers, etc. is not that interesting to me: the programming details are the interesting part.

HashBackup has always had a quarterly expiration date built in to the backup portion in case I did decide to commercialize it or a company wanted to acquire it, but recently I decided to ditch that idea and removed the expiration date. I've recently had some health issues that are going to cost society a not-insignificant amount, so letting HashBackup remain free is a way for me to feel like, in a small way, I'm paying it back a little.

Post reply on HN