Show HN for July 5, 2025
8 itemsASCII Fireworks(asciifireworks.com) #
MCP-123, a 2-line MCP server/client (Windows-friendly)(github.com) #
Quotatious – A Wordle and hangman inspired game(quotatious.com) #
My wife loves word games like Wordle and Connections, she had an idea for a similar game inspired by Hangman and asked me to build it.
Here it is, flaws and all. Any feedback is very welcome.
Certimon – Free Telegram bot to monitor SSL certificate expiry(certimon.com) #
I'm a developer who got tired of having to rely on SaaS providers for such a simple task as monitoring an SSL certificate expiry. I had to create calendar entries just for the sake of making sure we don't forget it because of course warning emails got lost or the person responsible was on holiday..
So instead of "building yet another platform" I decide to take the un-sexy and simple route and put together a Telegram bot, called it Certimon. Thanks to Claude and Cursor I also put together a landing page for it https://certimon.com/ but I don't think you'll get any value out of it...
If you want to give it a try, just add @CertimonBot to your Telegram or visit https://t.me/certimonbot to add directly.
You can check a domain like this: /check google.com
And get reminders like: /remind google.com 30
It's 100% free, supports as many domains as you need and you won't need to sign up to anything or download anything (assuming you already have Telegram).
Hope someone other than me will find this useful, would love to hear your thoughts, comments and questions!
Edit: Forgot to mention, but the operational cost of this solution is around £3 per month on AWS.
-Tamas
Distapp. Manage and distribute Android, iOS and Desktop app(distapp.lhf.my.id) #
I built DistApp, a tool for managing and distributing Android, iOS, and Desktop app builds. I created it after App Center Distribution was discontinued, I wanted a way to easily share builds with the QA team and users with different groups.
DistApp lets you manage multiple apps across different organizations and groups. It also supports self-hosting on your own infrastructure and is open-source https://github.com/yunusefendi52/distapp
You can try the free version by signing in with your Google account. I chose not to support email/password accounts to reduce abuse on the free version. But I’m open to suggestions if you think there’s a better way :)
Thank you