Live data from Hacker News

Ask HN: What Are You Working On? (December 2025)

news.ycombinator.com

851–860 of 1001 posts

Re: Ask HN: What Are You Working On? (December 2025)

#853
https://fishbaitgame.com/

A 2-4 player casual card game that's similar to Exploding Kittens. It'll be free-to-play on mobile and I've been focusing more on marketing these days (mostly running ads, creating short form content, and reaching out to influencers).

I'm using Unity for the front-end, and Node.js (just because I'm already familiar with it in terms of dev + liveops) for the gameservers.

Re: Ask HN: What Are You Working On? (December 2025)

#854

I shared this last month, but I’m still having a lot of fun working on it. I made a daily word puzzle called Tiled Words. https://tiledwords.com Currently about 2,000 people play every day and I’ve released 59 puzzles! One feature I’m excited about is crowdsourcing puzzles. Today’s puzzle is a “community puzzle” made entirely from clues that players submitted! I plan to do this every week or two. I wrote about launch…

First time I see such a simple but attractive puzzle. I had to try to reproduce it using my Codorex tool, it's semi-functional needs a few more iterations:

https://codorex.com/shared/zIe6BrLCVfaPt1DuWm1DeyoMIIeTPyed

Congrats on the traction!

Re: Ask HN: What Are You Working On? (December 2025)

#856
post #174

https://mytinycafe.com/ An PWA primarily for my wife and my daughter. They can order their hot chocolate and their coffee as if they were going to grab something at a fancy café downtown, but instead it's at home and I'm the barista. It is quite nice to have for when my wife comes back from work and want something specific, or when we are waiting for the visit of a few friend, they can order exactly the available bev…

Very cool concept - thank you for sharing it! I think would be a great solution to the near-daily "what should we eat" problem.

If I could make a (not-important) suggestion, I think being able to re-arrange / categorize menu items would be useful. Something that lets you group together drinks apart from snacks as an example.

Re: Ask HN: What Are You Working On? (December 2025)

#859
Working on Tenderlane: https://tenderlane.app/

Freight forwarders spend days or sometimes even weeks understanding and answering tenders without even knowing if they'll win the bid!

With Tenderlane, they can now upload the entire tender spec and get an overview of what the customer wants in minutes instead.

One key learning for this project is that I'm using Excel as the "frontend" as this is what our users are most familiar with, so lots of processes involved filling, uploading and downloading an Excel file.

Building this with Elixir/Phoenix LiveView.

Post reply on HN