logoalt Hacker News

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

436 pointsby david92706/29/20251374 commentsview on HN

What are you working on? Any new ideas which you're thinking about?


Comments

mackopeslast Monday at 10:03 AM

Working on a platform to host and share 3D Gaussian Splatting models.

The key goal is that the creators of 3DGS models can use Blurry as a powerful tool to build the 3D experience that is performant, simple, and aesthetically pleasant for end users (viewers).

3DGS models can be shared via a link or embedded on a website, notion, etc..

Link: https://useblurry.com

light001last Monday at 4:18 AM

At work, I often need to submit PDF documents, but the photos I take on my iPhone are in HEIC format. To make it easier to convert HEIC to PDF, I developed a website: https://heictopdf.run/. It allows you to batch convert HEIC files to PDF online, with all processing done in the browser—no data is stored on the server.

show 1 reply
spmcl06/29/2025

I recently got a pen plotter. I've been working on making my own implementations of algorithms to convert images to vector graphics for plotting. Things like cross-hatching to fill in dark areas, or spirals or flow fields, etc. I also found out about vpype[1] recently which does some cool things in this area.

[1] https://github.com/abey79/vpype

afshinmehlast Monday at 1:08 PM

I'm building the JavaScript version of Semantic Kernel: https://kerneljs.com

> Semantic Kernel is a lightweight, open-source development kit that lets you easily build AI agents and integrate the latest AI models. It serves as an efficient middleware that enables rapid delivery of enterprise-grade solutions.

ParanoidShroom06/29/2025

A reverse image search to detect dirty xtc pills. https://pillscanner.app/

show 1 reply
chilldsgnlast Monday at 5:59 AM

I'm building a PyQt6 desktop app to create XML sitemaps for website maintainers such as myself. I got annoyed with the free online tools that are available, and also want to play with building desktop apps with Qt, and improve my Python programming skills. This seemed like a fun hobby project that has some value for me at work too, so I am not just building it to forget about it later.

csjhlast Monday at 2:36 AM

Started on a dependency-free (including manual object file creation, excluding manual linker) single-pass C compiler with a goal of it being self-hosting. Spawned after my previous project (single-pass Wasm JIT) started to plateau a bit and wanted to start something more "full-stack compiler"-y.

https://github.com/csjh/c-liva

iddanlast Monday at 11:05 AM

The cursor for sales: a co-pilot for founders who sale or AEs that analyses all the channels the sale happens in (email, meeting minutes, LinkedIn, slack etc) and able to take actions like writing followups or detecting hot leads. Helpful for startups who feel pain in their mid-funnel. https://closer.so

kenrick95last Monday at 1:13 AM

I submitted my travel planning web application [1] few weeks ago as Show HN [2] and it received tons of feedback and ideas that resonates with me. So I'm still working on it :)

[1] https://ikuyo.kenrick95.org/

[2] https://news.ycombinator.com/item?id=44247029

icsrutillast Monday at 6:46 AM

* I'm working on the Mnyify(https://mnyify.com), a AI expense tracker app. * I would ship another Sass web application that will minimize the notification this year. * I'm working on the CJK message display on the Meshtastic device, it's pretty much done, but still has a some refinement need to do.

Meshtastic is fun!

felixdinglast Monday at 12:14 AM

http://storedetect.com

The free Shopify directory (240k stores and 580m products at the moment).

whitefanglast Monday at 4:30 AM

I'm building an AI for Customer Support.

Here's the summary: - read all your sources - public websites, docs, video - answer questions with confidence score and no hallucinations with citations - cut support time and even integrates directly into your customer facing chatbots like Intercom.

Still deliberating on the business model. If anyone would be interested in taking a look, I would love to show you.

show 1 reply
andrewrnlast Monday at 5:15 AM

I am working on a tool that lets you create data visualizations with prompts.

When I was in college I really hated searching through all the excel and google docs menus to add trendline, change colors, gridlines, etc (and sadly I didn't have the agency to learn matplotlib or seaborn). I figure others might hate this too, and it would be so cool to have csv + prompt -> exportable svg chart

show 2 replies
camjwlast Monday at 7:05 AM

I'm working on Hispi (https://www.hispi.app) which is an AI powered tool to help people design custom jewellery (starting with rings). We use some image models and some text models to build the ring, estimate materials etc and then work with real jewellers in London to actually make and ship them!

t3rabytelast Monday at 7:40 AM

https://any-l.com I have an interesting terminal for you to play with.

show 1 reply
antonmkslast Monday at 5:38 AM

I'm writing a series of tutorials on solving algorithmic leetcode-like problems in a modern, scalable way. I use JAX library for python, so the solutions work on cpus, gpus and tpus. Everything must be vectorized, parallel, just-in-time compiled and differentiable !

https://substack.com/@antonmks

mkw505306/29/2025

I’m building an open-source project (with a hosted option) that lets web and mobile devs add LLM-powered features with zero backend code. Current platforms like Vercel still require at least a backend serverless function even for basic LLM integrations. This handles key management, access control, usage tracking, rate limiting, message conversation state, etc so devs can focus on frontend.

show 1 reply
abhiseklast Monday at 7:02 AM

I am working on a next-gen software composition analysis tool that can identify malicious open source packages through code analysis. Adopts a policy as code (CEL) approach to build security guardrails against risky OSS components using opinionated policies.

GitHub: https://github.com/safedep/vet

orsenthil06/29/2025

http://beaver.learntosolveit.com is my task management app. I am using this now, others have started using it, and continuing to build it.

I could create a portfolio page for my various projects - https://projects.learntosolveit.com/

show 1 reply
lazharichirlast Monday at 9:04 PM

Bedtimely[0], a personalised bedtime story generator for parents of kids aged 0-10yo. Scratching my own itch with it, especially with the participative interactive stories where the parent and child decide what happens next.

Work in progress...

[0] https://bedtimely.com/

chrismaticlast Monday at 12:46 PM

I am working on Grog, the “grug-brained” alternative to Bazel. A mono-repo build tool where all you do is provide your build commands and interdependencies and the Grog will run everything in parallel while caching as much as possible.

https://grog.build/why-grog/

show 1 reply
tontoniuslast Monday at 6:30 PM

Jumper - a tool for video editors to do visual search on their footage. ML runs locally, no clouds, uploads etc. Currently working on the DaVinci Resolve and Avid Media Composer integrations and in parallel doing a re-write of the frontend

https://getjumper.io/

melicertelast Monday at 11:22 AM

A hackernews clone, using sqlite3, nestjs for the backend and svelte5/sveltekit/flowbyte svelte/tailwindcss for the frontend.

I must say it has been more challenging than what I though it would be, specially if you are looking to put it onto production. I'm doing it for fun though.

Nothing published yet, I'm not sure if it will ever be. What do you think ?

show 2 replies
thraizzlast Monday at 10:38 AM

I’m building cronjobs in the cloud, so you dont need to worry about server downtime, silent failures or monitoring over at https://cronjs.com

Rebranding as https://cronjobs.run since ill allow more than just javascript next week!

genghisjahn06/29/2025

I’m working on a service that sends weather alerts via sms. Sign up takes 3 taps from a. SMS enabled device. It’s some what useful, but I still have lots to do. Around 27 users so far.

https://www.mercuryfalling.net

Apologies for US zip codes only and imperial units. I’ll for international postal codes and offer Celsius/metric units soon.

richarlidad06/29/2025

https://inspectsupplement.com/

clinical summaries of dietary supplements

Joel_Mckaylast Tuesday at 12:16 PM

Still working on 3D metal printer slicer CAM software, hobby UHV tolerant microscope positioning stages, and some longstanding puzzles few people would find interesting.

Also designing some odd test-platform peripherals to help validate whether a unique architecture is feasible. =3

flippyheadlast Monday at 4:21 PM

https://aready.dev

Find every competitor to your saas/product/service/business in minutes! Beats the pants of Gemini/Calude/OpenAI deep research for this very particular use-case.

Specialized deep research agent for discovering competitors and understanding your market.

show 1 reply
bbsimonbb06/29/2025

https://simplyfirst.fr.

We're off and running, making the world's best configurators for complex products. Our first clients love us. Our configurators implement some very personal ideas about front-end state management, and it's really a thrill to see it all working with real products, 3d rendering and zero latency.

show 1 reply
spauldolast Monday at 7:29 PM

I'm writing some quick and dirty software to locate Hirshmann switches, read their SNMP to determine what's connected to each port, and build a map of how the switches are connected. Hirshmann sells software to do this, but my company doesn't buy it.

It gives me my once-every-five-years reminder of why I dislike .NET.

ksimukkalast Monday at 7:31 AM

a Finnish security engineer, a Swedish datacenter engineer, and myself built a self-hosted continuous deployment system that is built around a blue-green deployment strategy. (Inspired by AWS internal systems) we wanted a system that can integrate with any cloud service, VM provider, and/or bare metal.

We built this together at a previous organisation and moved all the internal and external services at that organisation to this system (It allowed the org to satisfy the ISO27001 requirements).

After being in operation for a couple of years, we have collected a lot of insights and feedback on what to change/improve for the open source version.

This summer I’m setting aside some time to work on making those changes for an open source version of what we call “Vanir”.

(Seems like good timing with the initiatives in EU to take back some ownership of the cloud stack).

No LLM or AI magic. Just simple state machines, extendable configuration, and a lovely GUI (web-based, no JavaScript).

The tech stack is python3, postgresql, ansible, and django.

antTmanlast Monday at 12:42 PM

Working on: https://www.fenra.io/

We help e-commerce sellers understand what their customers really think by analyzing feedback from various sales channels—what they like, dislike, and why

These insights can be used to improve the product, optimize listings, and refine marketing strategies

level09last Monday at 11:18 AM

"Nosy Agent": A stateful life-optimization AI built on Anthropic’s API with a “Memory Trinity” (SQLite, ChromaDB, evolving brain files), time-aware context and secure CLI/Telegram interfaces; it proactively reminds you of projects, learns your energy rhythms and adapts its tone, dynamically evolves its memories and goals..

show 1 reply
qwikhostlast Monday at 12:30 AM

I'm working on a n8n copilot assistant. Build, fix & improve workflows fast with AI-powered chat for seamless automation.

Chrome web store link: https://chromewebstore.google.com/detail/n8n-copilot-chat-wi...

alexpogosyanlast Monday at 2:56 AM

I'm working on https://fractalchat.ai It's an LLM chat interface but instead of single linear thread, in each message you can create anchors that branch off into subthreads. Useful for for digging into related subtopics/tangents without losing the parent thread's context.

yu3zhou4last Monday at 5:28 AM

Thinking about giving up on my speech accessibility project (https://BeUnderstoodApp.com) because once again I built the MVP but gaining customers is so draining and difficult for me that I consider moving away and focus on contributing to some major open source project instead

show 1 reply
gabriel-uribe06/29/2025

https://attachedapp.com

Still figuring out how to pitch it, but so far it's 'Duolingo for relationship issues'

We launched this month and are growing fast which is exciting. I'm mostly impressed by how easy React Native has gotten, as a long-time native Apple Platforms dev, given all the training LLMs have on React.

Hezkore06/29/2025

I've been learning how to make server-side mods for my Minecraft server: https://swedenmayhem.se/minecraft/

The goal is to make a Minecraft server that constantly updates itself, giving you "unlimited content", while still retaining any progress you've made so far.

oulipo06/29/2025

We're building a repairable e-bike battery at https://gouach.com :)

cwoolfelast Monday at 4:07 PM

An iOS app which connects parents with their children's screen time via screenshots and AI. Makes your kid's screen as visible as the living room TV. When screenshots are off, you choose what to allow; everything else is blocked. When screenshots are on, you choose what to block; everything else is allowed.

tschillacilast Monday at 6:10 PM

I've just released a little story game where the goal is to build trust with the main character to uncover his backstory. And now I'm trying to figure out how to get the word out, which I have 0 experience doing! https://k58.duya.io

tonyobanonlast Monday at 12:20 AM

I am building an enterprise software marketplace (backed by Microsoft). Interested devs can register here: https://www.kylantis.com/early-bird-developer to get notified when we launch. ps: we are focused on only java developers for the initial roll-out, thanks.

ivanjermakovlast Monday at 3:45 AM

Suckless text editor written in Zig: https://github.com/ivanjermakov/hat

The goal is to have a full featured editor with tree-sitter and LSP support which source code you can read through in one evening.

Love how it's going so far, I'm trying to keep it both minimal and easily extendable.

show 1 reply
spacecadet06/29/2025

A super hacky, OAI Codex/Cursor built dungeon master in your console. Started as "can I build this while riding in the car using codex?" to maybe taking it a little too far. I was happily surprised by the quality of the Wayfarer model.

https://github.com/derekburgess/dungen

vmax1last Monday at 7:59 AM

I made a Chrome plugin (inspired by https://grugbrain.dev/) that can translate any big brain webpage for grugs like us.

https://github.com/vidalmaxime/make-grug-brained

show 1 reply
binoralast Friday at 9:18 AM

gemini-copilot: https://github.com/binora/gemini-copilot

Just trying to make gemini-cli work with my enterprise copilot subscription.

asimlast Monday at 4:52 AM

Reminder - an all in one app and API for the Quran, hadith and names of Allah

https://reminder.dev

After spending many years on the VC/startup track I found myself being pulled towards doing something more inline with my faith. As an engineer I felt like this is the best way I could contribute my skills.

ClassicOldSonglast Monday at 10:24 AM

A HN Reader PWA demo with my own framework rEFui

https://github.com/ClassicOldSong/refui-hackernews-demo

It started as a demo only but it looks slick so I added standalone PWA to it to be installable as a desktop app. Now browsing HN feels even better!

else42last Monday at 8:33 AM

1) A website to measure and detect coil whine. It's been bugging me on my new Dell screen, but Dell says "it's within specs". 2) An AI-generated artwork platform with open firmware for Eink frames. 3) Server Radar: https://radar.iodev.org

🔗 View 50 more comments