https://cluesbysam.com I started making a daily logic puzzle called Clues by Sam in May and it's been stadily growing since. The number one thing people were asking for was more puzzles, so I started selling puzzle packs instead of monetizing with ads. The reception has been great, and the revenue has been enough for me to decline some consulting gigs and instead focus on improving the game.
Ask HN: Those making $500/month on side projects in 2025 – Show and tell
201–210 of 575 posts
Re: Ask HN: Those making $500/month on side projects in 2025 – Show and tell
#202Occasionally $500/month, but more reliably $300/month in sales of my Video Hub App - lets users browse, search, tag, and organize videos on local / network drives. Aiming to have an 8th anniversary release February 2026. $5 per copy (Windows, Max, Linux; keep forever) https://videohubapp.com/ MIT open source (build your own copy) https://github.com/whyboris/Video-Hub-App
Intel macs only?
- Clicking “Demo” (for macOS) points to the 3.2.0 ARM version
- Clicking “Intel Mac” points to the 3.1.0 (!) Intel version
The Github release page appears to list all available versions: https://github.com/whyboris/Video-Hub-App/releases
To me, it would have been clearer to avoid the “Demo” button label altogether and be explicit about the different versions and OS targets. Also, I think the visual hierarchy of the two respective buttons is too subtle.
Re: Ask HN: Those making $500/month on side projects in 2025 – Show and tell
#203Earlier quoted context omitted.
The big difference is context-awareness. Vanta/Drata give you templates and checklists. Humadroid starts by understanding your company - what you actually do, how you operate, your tech stack. From there, the AI generates policies that are yours, not generic docs with [COMPANY NAME] placeholders. Same with control descriptions - they're specific and actionable for your setup, not "implement access control" with no co…
Gotcha. And then how does that translate into the audit process? Because Vanta/Drata have auditors they work with regularly, there's a bit of an incentive on both sides to use these templates because then it speeds up that part tremendously. I can't imagine the auditors being happy about really diving into hyper bespoke documents for every audit. Your product seems great for actually doing the spirit of these framewo…
Right now I recommend auditors but don't have formal partnerships. Vanta/Drata's auditor relationships are... let's say on the edge of conflicted? I don't want to go that route. And at $250/month I can't play the referral game anyway (Vanta pays hundreds per referral - that math doesn't work for me).
What I can do is democratize access. I've watched too many small teams get excited about SOC 2, then ghost once they see the total cost - $15k+ for the platform, $20k+ for consultants, $15k+ for auditors. I want the barrier low enough that smaller businesses can actually get certified and compete with bigger players.
On the checkbox vs. real security thing - you're right, it's tricky. I don't want to be another "generate docs, tick boxes, forget until next audit" platform. But targeting smaller businesses actually helps here - when you're a 10-person company, management is in the compliance process, not just signing off on someone else's work. It tends to stick better.
That said, sometimes I wonder if I help too much. My System Description assistant is almost unfair - what used to take weeks now takes minutes. Is that checkbox-enabling or democratizing? Genuinely not sure.
And yes - "vs Vanta/Drata" pages are going on the list. You're not the first to ask.
Re: Ask HN: Those making $500/month on side projects in 2025 – Show and tell
#204Here’s my own side project that’s been earning a bit on the side: I built DedupX, a macOS app for finding duplicate and visually similar files fast - especially useful for photographers and anyone with big local storage collections. What it does - Exact duplicate detection using incremental hashing so it doesn’t have to fully load huge files. - Perceptual image matching finds similar images even if they’re resized or…
Re: Ask HN: Those making $500/month on side projects in 2025 – Show and tell
#205Currently right above that $500/month when including lifetime purchases. Had a sizeable bump in October thanks to blowing up on here which also gave me an app store boost so thanks guys :)
I'm working on new lessons at the moment, after that I'll probably try to improve on the animations and sound effects to give the app more "juice", should be a fun thing to work on. Also still trying to figure out marketing and how to get visibility overall...
Re: Ask HN: Those making $500/month on side projects in 2025 – Show and tell
#206So, if these posts come at the same time each year, and IDs are consecutive, then year,id 2025,46307973 2024,42373343 2023,38467691 2022,34190421 2021,29667095 2020,24947167 2019,20899863 2018,17790306 2017,15148804 And the delta is year,delta 2025,3.9M 2024,3.9M 2023,4.2M 2022,4.5M 2021,4.7M 2020,4.0M 2019,3.1M 2018,2.6M Has HN peaked?
Re: Ask HN: Those making $500/month on side projects in 2025 – Show and tell
#207I recently open-sourced my first ever tool! and I'm super excited about it guys
It's an HTTP request replay and comparison tool in Go. You can replay real traffic, compare multiple environments, detect broken endpoints, generate HTML/JSON reports, and analyze latency
It’s currently at v0.4, so I’d love any feedback, suggestions, or ideas for improvements. (Be gentle, I haven’t used Go professionally, however it’s my main language for personal projects )
https://github.com/kx0101/replayer
Here's the landing page too: https://www.replayer.online/
Re: Ask HN: Those making $500/month on side projects in 2025 – Show and tell
#208I'm building a book recommendation app that tries to make it fun to explore books through what other people loved to read -> https://shepherd.com/ Some examples of pages we've built over the years using all the interviews we do with authors: https://shepherd.com/bboy/2025 https://shepherd.com/bookshelf/authoritarianism https://shepherd.com/best-books/if-you-want-to-be-a-mathemat... And in the process of bringing on a…
Re: Ask HN: Those making $500/month on side projects in 2025 – Show and tell
#209Humadroid ( https://humadroid.io ) - AI-Assisted SOC 2 & ISO 27001 compliance for small teams. $125/month flat (for now, during beta). Recently crossed the $500/month mark after a painful pivot from HR tech earlier this year. The whole thing started because I did ISO 27001 back in 2019 and was completely lost - overpaid for consultants, got lost with policies and controls, figured it out the hard way. Passed SOC 2 Ty…
Really cool stuff, I thought about launching something similar earlier this year, there's definitely a market there. I see a lot of AI-ative startups coming up against compliance requirements way earlier than before, with much smaller teams, and most existing solutions just need too much from you as you engage. How do you see yourself against someone like delve.co?
What I'm trying to do differently is depth of context. Humadroid learns about your company first - how you operate, your stack, your processes. From there it generates control descriptions that are actually actionable for your setup, and policies that need minimal review rather than a full rewrite.
Whether that's enough differentiation? Ask me in a year.
Re: Ask HN: Those making $500/month on side projects in 2025 – Show and tell
#210Disclaimer: I haven't make any money, YET. I recently open-sourced my first ever tool! and I'm super excited about it guys It's an HTTP request replay and comparison tool in Go. You can replay real traffic, compare multiple environments, detect broken endpoints, generate HTML/JSON reports, and analyze latency It’s currently at v0.4, so I’d love any feedback, suggestions, or ideas for improvements. (Be gentle, I haven…