Top
Best
New

Posted by david927 2 days ago

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

What are you working on? Any new ideas that you're thinking about?
432 points | 1255 commentspage 22
vahid4m 2 days ago|
I'm still working on WithAudio (https://desktop.with.audio). A one time payment Text To Speech Desktop App. Because I think everything doesn't have to be a subscription.

In October I finished the PDF parser. It was a big challenge extracting PDF contect with correct paragraph breaks on user's computer locally. I'm gonna write about this soon.

Now I'm working on a web extension that talks to the app that run locally on your system so you can use WithAudio in your browser with very good performance, 100% local and private.

davidweatherall 1 day ago||
I'm building a Twitch streamer focused version of cameo. The first beta version is specifically for League of Legend streamers.

https://demo.replays.lol/clipper (recording the demo video today).

The idea is that a generic video message doesn't appeal to a fan of a video game streamer, instead what really would be cool would be watching them react to your best moment in a game.

Our software removes all friction from the journey, the fan doesn't even need to record their own gameplay, we have bots set up that can load up someone else's gameplay just from their username, record their highlight for them, upload it to our platform, then the streamer just needs to come in, watch a ~60 sec clip, give a genuine reaction, press 'submit' and its all done.

There's a few markets I'm trying to find product market fit in: ~1-2 minute coaching sessions, sports commentator style commentary over your clip from influencers, hyped up reactions from your favorite streamer, a community-focused segment on a stream of watching a compilation of your fan's best moments.

We're ready to launch, just trying and struggling to find the first few people to sign up.

mstipetic 1 day ago||
An AI relationship coach built on integrative therapy principles: https://reynote.com
demod6 1 day ago|
Great stuff! how's the traction?
mstipetic 1 day ago||
Not good! I personally use it with my wife but getting people to try it online seems to be very tricky to do. Seems like there's a big trust hurdle to overcome.
klntsky 1 day ago||
the 'start trial' button does not work.
mstipetic 1 day ago||
I’m sorry, which one?
whatamidoingyo 1 day ago||
I recently started a local chess club, and did a quick search for software to use to allow us to manage the club, but couldn't find anything open-source/free.

I wanted something that would allow us to record members, games, etc., and also allow us to be assigned a local club rating. Anyway, after doing some searching and only finding paid software, I decided to just build something. That lead to https://openchessclub.org

You can check it out on GitHub: https://github.com/OpenChessClub/openchessclub.

I plan on building a QR code generator that allows club members to check-in during meetings, which will then allow players to be matched, and some other features, although it is primarily aimed at smaller chess clubs, so don't know how far it'll go.

carlnewton 1 day ago||
I'm working on Habitat. It's a free and open source, self-hosted platform for communities to discover and discuss their local area. The plan is for it to be federated. I've recently solved an issue with cron jobs that was driving me mad for ages. I feel that I'm pretty much nearing a first tagged release, but I feel that I need to work on branding and messaging a bit before I do. I can't tell if I'm procrastinating that final push to something that makes it more official or not.

- The idea: https://carlnewton.github.io/posts/location-based-social-net...

- A build update and plan: https://carlnewton.github.io/posts/building-habitat/

- The repository: https://github.com/carlnewton/habitat

- The project board: https://github.com/users/carlnewton/projects/2

upmostly 22 hours ago||
I’m building DB Pro, a modern database workbench that makes working with Postgres, SQLite, and MySQL fast and intuitive.

I’m documenting the journey in monthly devlogs.

Here’s the first devlog: https://youtu.be/cSY-C8oiUU8

You can check it out here. We're very close to launching a v1: https://dbpro.app

ramon156 2 days ago||
Updating partijgedrag, which is a voting compass based on how parties vote on motions in the Netherlands!

Apart from that I have a personal SaaS idea I want to release soon. Its something that started as a joke but the joke is still not finished

vinhnx 2 days ago||
I'm building a coding agent, named VT Code [0]. VT Code is a Rust-based terminal coding agent with semantic code intelligence via Tree-sitter. Supports multiple LLM providers with automatic failover and efficient context management. Support OpenAI, Anthropic, Google Gemini, xAI, DeepSeek, OpenRouter, Z.AI, Moonshot AI, MiniMax, and Ollama (local & Cloud). Agent Client Protocol and Model Context Protocol fully support. VT Code supports a rich set of configuration options, with preferences stored in vtcode.toml. Has both Visual Studio Code and Open VSX extensions so that you can install in VS Code or Cursor, Windsurf, Eclipse.

I've been building it for several months now and enjoy the learning process, I also wrote a blog post and learnt a ton about terminal, ANSI processing. The learning has been immense for me, I now have working knowledge of ANSI escape codes, grapheme clusters, terminal emulators, Unicode normalization, VT protocols, PTY sessions, and filesystem operations, all the low-level details I would have never think about until I were implementing them. [1]

[0] https://github.com/vinhnx/vtcode [0.1] https://deepwiki.com/vinhnx/vtcode [1] https://buymeacoffee.com/vinhnx/vt-code

giann 1 day ago||
Been working on my programming language https://github.com/buzz-language/buzz for 4 years now (with some down periods). Currently mainly working on the tooling: LSP, DAP and formatter. Also managed to get fuzzing working with AFL++ and found a bunch of bugs with it.
tasddc 1 day ago|
I’m currently creating a simple community where people can honestly share their emotions and empathize with others’ feelings (without comments). It’s a web community where users can receive a comforting message from AI based on emotion analysis of their text, emojis, and chosen colors.

If you have any ideas or comments for improvement, feel free to reply anytime! (For reference, this service is designed for Korean users — I’m Korean myself.)

More comments...