frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Ask HN: Who wants to be hired? (March 2026)

123•whoishiring•2d ago•357 comments

Tell HN: Digital Ocean has run out of GPU droplets

9•nathannaveen•7h ago•1 comments

Ask HN: Maintainers, do LLM-only users often clutter your issues/PRs?

6•lucrbvi•6h ago•7 comments

Ask HN: Who is hiring? (March 2026)

239•whoishiring•2d ago•352 comments

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

5•LeanVibe•7h ago•10 comments

Ask HN: Why has ChatGPT disabled links to websites?

6•krschacht•9h ago•2 comments

Ask HN: How do you find contracting/freelance roles without recruiters nowadays?

3•Gooblebrai•3h ago•1 comments

I lost my ability to learn anything new because of AI and I need your opinions

17•dokdev•1d ago•26 comments

Ask HN: How are you all staying sane?

144•throwaway53463•2d ago•145 comments

Ask HN: What's your experience self-hosting in 2026?

25•rustcore•1d ago•9 comments

Ask HN: What will OpenAI employees do now who have signed notdividedorg petition

17•Imustaskforhelp•1d ago•16 comments

Tell HN: I got Claude Max for my open source project

8•asim•16h ago•5 comments

Ask HN: What sources like HN do you consume?

53•DavidHaerer•2d ago•35 comments

Ask HN: What prompt do you use to get Claude to consistently render LaTeX?

5•TobyTheCamel•1d ago•6 comments

Ask HN: What Online LLM / Chat do you use?

12•ddxv•1d ago•18 comments

Ask HN: How many of you hold an amateur radio license in your country?

2•ToddWBurgess•1d ago•3 comments

Ask HN: What is the "Control Plane" for local AI agents?

7•denis4inet•19h ago•7 comments

Ask HN: How is Claude agent experience in Xcode 26.3?

8•malshe•1d ago•2 comments

Whats Up with Claude Lately?

19•mech422•1d ago•14 comments

Ask HN: Would engineers be interested in a technical prep consultant?

8•TechPrepper•2d ago•9 comments

Facebook Appears to Be Down

13•Molitor5901•1d ago•16 comments

Ask HN: Who still works async and has a 'no meetings' work policy in 2026?

7•RaulOnRails•1d ago•5 comments

Aura-State: Formally Verified LLM State Machine Compiler

4•rohanmunshi08•3d ago•2 comments

Tell HN: GitHub Having Issues

52•Sytten•1d ago•27 comments

Ask HN: How Do Emergency Alerts on Phone Work?

5•rishikeshs•1d ago•4 comments

Google violates its 14-day deprecation policy for Gemini 3 Pro Preview

5•goolulusaurs•1d ago•1 comments

I have $10k+ in cloud credits and want to turn them into a real business

3•Palominocoq•1d ago•6 comments

Ask HN: Codex CLI error reveals "GPT-5.4-ab-arm2" string

8•quantisan•1d ago•1 comments

Ask HN: How are you structuring Markdown-based context for AI coding agents?

2•lepuski•1d ago•1 comments

Tell HN: My daily game won a Players Choice Award

21•paulhebert•4d ago•4 comments
Open in hackernews

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

5•LeanVibe•7h ago
I'm curious about projects that are launched and run for free.

What are you building? How much does it cost you to operate? How long do you plan to keep it free?

Do you have a monetization plan later, or is the goal something else (learning, community, portfolio, etc.)?

Would love to hear about your projects and how you think about sustainability.

Comments

colesantiago•7h ago
Monetization means enshittification.
LeanVibe•7h ago
That's so true. Can you tell me about your project?
vunderba•6h ago
Everything I build is free (no ads, no premium subscriptions). A lot of what I create is educational, so if it helps people, that's reward enough.

To keep costs down, I manage my own VPS and limit myself to projects that can run 100% client-side (e.g. no reliance on third-party APIs).

LeanVibe•5h ago
Mee too. You're doing right thing
chistev•5h ago
No reliance on third-party APIs means your apps are severely limited, no?
vunderba•5h ago
It kind of depends on what you build.

Shah Kur is a chess trainer that lets you set novel types of invisibility to help teach you to learn to play blindfold chess (without a board). It's got VAD + voice recognition (can use on your phone hands-free) alongside a WASM implementation of the chess engine, etc.

Lend Me Your Ears is a free piano game in the style of the old "Simon" toy which presents players with a sequence of musical notes and challenges them to reproduce the sequence using either an on-screen piano or a connected MIDI keyboard. It uses the Web MIDI API and YIN for realtime accurate detection of notes (so you can use a guitar for example).

That's just a few examples, but you'd be surprised how far you can get with nothing more than a client-side application.

didgetmaster•5h ago
I have a project that has been in 'perpetual beta' for years so it is a free download (25 MB zip file).

It runs completely on the user's computer so there is no service to maintain.

It is a new kind of data management system that was originally an object store to replace conventional file systems; but the tagging features I designed made it useful for creating, querying, and analyzing relational tables.

It is a hobby, so I like seeing how much faster I can perform operations than regular RDBMSs. It is extremely flexible, so lately I have been testing it out using large data sets. Creating tables with 100,000 columns or doing a pivot table in a 227M row table is fun for me.

See my profile for links.

BrunoBernardino•2h ago
I've built bewCloud [1] (a simpler and modern alternative to Nextcloud and ownCloud) for me and my family and it's free because it's open source and you can host it yourself, thus not costing me much to maintain (dealing with issues and requests and emails does take a toll, though).

Because we use it (and depend on it), I am vested in making sure it works and continues to work well, and doesn't get too complex or complicated, unnecessarily.

That being said, I've made some money from donations, grants, and people paying me to manage instances for them, for example.

[1] https://bewcloud.com

radsj•2h ago
Published web clipper for apple notes for free: https://avrhut.com/web-clipper-to-apple-notes/

Cost is the VPS instance, which I already had, and apple developer fee per year. I need the clipper for myself, and put it out there without any monetization strategy and many folks are using it now. Have thoughts about adding some features for monetization if users ask for more. So far, it is doing the job for me and haven't heard any burning asks from others, so plan to keep it as is.

250xp•1h ago
Building a dozen projects for myself if I cannot find anything suitable in 5h search (lang learning, shortcuts optimization, E2E web testing), perfecting until I'm ok with the result (perfectionist here, haha)

Suddenly, a few of them have some friend requests, and then it grows. Until I see the numbers that could change the way I work, it's just a help for like-minded people, who like using sthing that goes beyond "this is vibecoded MVP". At the same time I really like going beyond that MVP bar, which is kinda de facto standard rn. So it's just a hobby of creating something cool

Though costs are low for me — few subscriptions (Supabase, GH) and $50 on LLM calls

Btw, why are you asking?