It’s still in development, but you can see a codebase for an earlier prototype here:
Ask HN: What are you working on? (May 2025)
361–370 of 1001 posts
Re: Ask HN: What are you working on? (May 2025)
#362Currently it is being transpiled to C++ and C#
Re: Ask HN: What are you working on? (May 2025)
#363I'm building a simple outliner focused on core functionality: hierarchical notes, backlinks, file attachments, and todo management. The goal is portability and longevity - it runs in phpdesktop as simple php, js and sqlite without compilation or complex frameworks.
I have been a happy user of LogSeq, but the current major rewrite, intended to enable real-time multi-user collaboration, introduce a lot of complexity and I am now more worried about the longevity of that project.
Built with assistance from Cursor, Gemini, and Jules, so vibe coding. Still early stage but functional for basic outlining needs.
Re: Ask HN: What are you working on? (May 2025)
#364https://periplus.app A website for open-ended learning with LLMs. Something like a personalized, generative Wikipedia. Has generated courses, documents, quizzes and flashcards. Each document links to more documents, which are all stored in a graph you grow over time. Currently using the graph for topic suggestions, though I've also been playing around with steering document generation with it as well.
Re: Ask HN: What are you working on? (May 2025)
#365Most ai apps are focused on reading and synthesizing data, but none are great at “write” actions across apps.
We’re focused on making the simplest and easiest way to use ai to control your apps and get things done
Re: Ask HN: What are you working on? (May 2025)
#366My brother is always sending me articles to read, and I don't like reading at a computer, so I made a tool to send articles to my Kindle. It makes me happy and I use it every day, along with a small but apparently happy customer base.
Re: Ask HN: What are you working on? (May 2025)
#367An open-source, self-hostable app for sending out newsletter to your friends and families. I'm mostly making it for myself because I want to share what I've been up to and family photos, without uploading it to Facebook or whatnot. At the moment, the flow goes like this: 1. During the week, write posts for things that have happened. 2. Posts can be assigned to groups. (family, friends etc). 3. At the end of the week…
Are you self-hosting the email?
Re: Ask HN: What are you working on? (May 2025)
#368Been playing with my birdnet detection data. Made a realtime synth based on species detections and working on wireless framed art piece that displays the latest detection on an eink display.
Re: Ask HN: What are you working on? (May 2025)
#369https://desktop.with.audio/ A one time payment (no subscription), local text to speech solution for MacOS or Windows. I've been a heavy user of Speechify but it was a bit expensive to justify. So I eventually built With Audio and after a few iterations now I'm working on the desktop app. Our laptops are very powerful and they are more capable of running some of these Text To Speech models with near to real time perfo…
Re: Ask HN: What are you working on? (May 2025)
#370Link: https://infinitepod.app/ I'm building Infinite Pod, a web app that generates language learning podcasts tuned to your individual learning goals and level. It's based on the principle of language acquisition through comprehensible input, as described here: https://www.youtube.com/watch?v=NiTsduRreug It's still a bit rough, but feels magical in my own testing so I wanted to make it available to others.