logoalt Hacker News

Ask HN: What are you working on? (June 2026)

43 pointsby david927today at 4:05 PM126 commentsview on HN

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


Comments

philajantoday at 6:18 PM

I’ve been considering new features on Book Bounce for my use cases. I’m pretty hesitant to start anything new on it while I’m waiting for approval for Google Play…

https://bedtimebookhelper.com/

In the mean time, I’m working on a recipe application I’ve had countless false starts on. It’s centered around iterations and version on recipes, tracking changes to ingredients and directions to build new a new recipe from an existing one.

I’m starting with a go Bubbletea tui this time and I’ve been having a lot of fun with it compared to the React SPAs I’ve tried before. Not feeling compelled to style anything while working on the UX has been nice.

Jeff9Jamestoday at 6:18 PM

Im currently working solo on the only autopilot agent and thinking partner for android. Its called twent.xyz . Wait. I got more to show you. Im also building signupdoggy.pages.dev which is an API based service that blocks fake signups. Could be temp emails, could be temp phone numbers, we block it all.

saarraz1today at 6:17 PM

My first video game! It's a 3D First Person Puzzle game where Medusa turns you to stone, but your statue remains when you respawn - and you use this to solve the puzzles in the game

https://store.steampowered.com/app/4810350/Medusas_Gaze/?bet...

Created with 0 AI assets

dumbfounddedtoday at 6:15 PM

I'm working on Ito.ai : https://www.ito.ai/

It's Agentic QA + auto-provisioning sandboxes. Makes it plug and play to do code reviews that actually run your code instead of looking at it really hard. B/c the agents control all of the environment (ie running all of the services), it's able to collect runtime evidence about pretty much everything.

A couple open source examples: (Excalidraw) https://app.ito.ai/share/d1cb1475-fbe5-4c71-901b-409ba2aa6d6... & (n8n) https://app.ito.ai/share/bb7d73aa-fd08-482d-9938-87938e2a232...

Benjamin_Dobelltoday at 5:22 PM

Still plugging away at Breaka Club, where kids take photos of their hand drawn art and build games using it. Starts out as no-code, photograph an AprilTag and it imbues the image with functionality.

https://breaka.club/blog/why-were-building-clubs-for-kids

We also teach kids visual scripting in Overcooked 2!, allowing kids to code their way through the levels of an existing much beloved game:

https://youtu.be/ITWSL5lTLig

I'm running an in school pilot this week (Lunch time school club).

The tech stack for the main product is honestly pretty intense at this point with full multiplayer support, offline play, transitioning from client authoritative to joining a remote server. Built atop GodotJS, TypeScript bindings for Godot, which I maintain. Huge monorepo with over a million lines (yes, I'm aware that's NOT a good thing), and GodotJS itself is not included in that.

show 2 replies
phasertoday at 6:04 PM

I continue to work on my city builder game Microlandia, launched here in HN ~6 months ago. I originally predicted a few dozen urbanism nerds would play it, but now almost 10,000 copies sold. I'm still a solo developer but now I collaborate with 2D, 3D and music artists. Which is good because the original art that I drew myself for the launch was horrible.

I'm currently working on modeling energy, climate and new policies like universal basic income

https://microlandia.city

show 1 reply
levmiseritoday at 6:14 PM

Web-based markdown editor that can handle notes, colab documents, todos, long stories, as well as chats or communities.

https://kraa.io/about

I know that there are already way too many markdown editors out there, but I think Kraa still offers something unique in this space (combination of minimal UI, plentiful features and some unique stuff like real-real-time chat).

Example of how easy it is to create a 'community' on Kraa: https://kraa.io/kraa/trees

Also - no AI integrations whatsoever.

jtwalesontoday at 6:10 PM

After getting the top spot in What Are You Working On in Feb 2025 ( https://news.ycombinator.com/item?id=43157056 ) I started a company on that idea at https://getcomper.ai . After solo building for 11 months I found a co-founder, got an angel investment, then got some ex-Miro folk on board and we are now building the product at breakneck speed.

We're a collaborative canvas + context engine for all the code and docs in your company, with a zoomable UI + CLI , where you can collaborate with your co-workers and agents.

We map technical debt, agent readiness, code complexity, security scanning, bus factor and more, so you can easily see how all the software in your company runs.

One of the most complex things is our incremental git blame engine built on top of GitOxide, as our backend is fully built on Rust. Our frontend is built on PixiJS so you can explore at gaming speed with 60Hz refresh rates.

Recently we sponsored Rust Week in Europe and a hundred or so developers tried our mini-game which is GeoGuessr for code, and got rave reviews. Future is looking bright!

show 2 replies
beanbacktoday at 5:59 PM

I’m still working on my side project, ‘Beanback’ (https://beanback.space/).

It provides digital loyalty cards for cafés (think of an electronic version of paper stamp cards). However with zero apps or customer signup, instead loyalty passes go straight into Apple and Google wallets.

It’s written in Ruby on Rails, which I’m enjoying learning. Still a bit rough around the edges, though it’s free for now so I’d be grateful for your feedback.

Thanks!

show 1 reply
genekrapivintoday at 5:36 PM

I'm working on Hiring Method (https://hiring-method.com).

After 1.5 years of development and two exhausting pivots, I’m incredibly happy to finally have our v1 live!

While most of the HR tech is rushing to use black-box AI, I built the exact opposite. It's a transparent, math-driven fitness engine. It extracts objective data from CVs and calculates how well applicants match requirements, letting you see the reasoning behind why someone scored an X%.

If anyone here builds in the HR space or regularly hires engineers, I would absolutely love your feedback or a roast of the landing page.

PS This is a project of immense importance for me, I've been working on for past ~2 years, I'd appreciate to know why this comment is flagged.

show 1 reply
tracerbulletxtoday at 5:31 PM

I've been turning my Media Viewer into a complete local first media ecosystem for automated tagging, a media server, phone swiping, and a web version of the viewer so you can access it remotely. https://lowkeyviewer.com/

The thing Im most proud of though is just the viewer, its designed to just open all the images and videos in a folder, and then there is no UI except a right click context menu, the list is a grid or a masonry layout that uses 100% of the space for the images/video so you can just navigate them. It adds anything you open to a local sqlite db so you can tag things if you want optionally. Also control modes that make sense for either a mouse or a laptop trackpad.

WD-42today at 6:12 PM

Still working on my native navidrome/jellyfin client for Linux. Uses Rust and GTK.

https://github.com/Fingel/gelly

Also built out a .fits parser that uses rayon to decompress in parallel making it about 5x faster than cfitsio.

https://www.pedaldrivenprogramming.com/2026/06/8x-faster-fit...

paulheberttoday at 5:50 PM

I’m continuing to work on my daily word game Tiled Words!

https://tiledwords.com

I checked my analytics recently and over 100 people have 100+ day streaks which kind of blows my mind!

I released custom player puzzles which has been a lot of fun! I’ve gotten dozens of submissions that I’m working through. People are submitting really clever and interesting puzzles. It’s fun to get to solve puzzles I didn’t make myself! There’s more I want to do here (featured puzzles, categories, etc.)

https://tiledwords.com/player-puzzles/page/1

I think I’ve also tracked down an issue that was causing the game to crash on older iPhones. I’m having playtesters run through it now and hope to deploy tomorrow. (Switching some positioning rules from CSS transforms to SVG coordinates)

I recently made some puzzle brainstorming tools using the Datamuse API which have been very helpful for brainstorming words related to a theme.

I’m starting to debate some monetized features. So far everything is free but it would be nice if my wife and I could dedicate more time to this. If I could get a few thousand dollars a month in subscriptions my wife could quit her job and focus more on puzzle creation and improving the game. If you play and have ideas for features you pay for I’d love to hear them!

jsomautoday at 6:10 PM

A small thing I've been building as an antidote to doomscrolling. Open a new tab and see a public domain artwork from a real museum: https://toregard.art

Mostly I wanted more art and colour in my workday - something to look at, learn through and draw inspiration from in the moments between meetings and code. You can create an account to save your favourites and curate your own gallery. Just released collections that you can make public.

Art from: The Metropolitan Museum of Art. Art Institute of Chicago. Rijksmuseum. Cleveland Museum of Art.

biggestrivermantoday at 5:55 PM

When I was working at amazon (left May 8) working on agents was all the rage. Combined with initiatives that set goals for nearly all services to have a MCP built and available by the end of the year agents will be even more emphasized in the future.

However what happens when you actually build and launch your agent is customers try it, do some initial runs and then go ask your manager to automate their use case. That is why I have been building https://toolscaled.com/ The goal being work through your problem space using agentic chat (like Claude Desktop) and then at the end convert it to a workflow. I am pretty close to launching and have been testing. If you're interested send me an email! (if you do sign up just fyi its still in beta so YMMV.

show 1 reply
artificialprinttoday at 6:06 PM

I'm working on water treatment equipment that does not use chemicals. Manufacturing is bloody hard!

https://waboost.com/

We are in the process of writing our own vertical stack with Go to control the machine instead of expensive and handicapped solutions from Siemens and etc.

graergtoday at 6:07 PM

I'm working on a competitive coding gameshow. I'm imagining a combination of great british bakeoff, battle bots, and dota. Basically contestants get dropped into a fully equipped dev machine (all the bells and whistles one could want/expect including neovim, agent harnesses, cool styling, etc and if you want you can always clone your dotfiles and stow them!). I've gotten a decent prototype that live streams from Fly.io sprites to twitch, and I'm able to voice over or have OpenAI do commentary on the match. I've got a demo here: https://www.twitch.tv/videos/2792893261. Still a ways to go, but it seemed like a fun way to tinker with Sprites.

show 1 reply
BrunoBernardinotoday at 4:54 PM

[NO-AI]

My wife and I continue to work on Uruky [1], a simpler Kagi alternative, based in the EU.

Last month we launched image search (got out of beta this month), added our own index and crawler (via Uruky Site Search [2]), and reached 100 monthly active accounts (we’ve passed 150 now)! You can also see a privacy-focused independent blogger wrote about us [3]!!

You can check out the main differences between Uruky and Kagi, DuckDuckGo, SearXNG, etc. in the footer (right side), but one huge difference is that with Uruky, after being a paying customer for 12 months, you can download a copy of the source code (licensed as BUSL into AGPLv3 in 2 years — a suggestion made here in HN)!

You can also now get a free trial for 2 hours when you signup if you pass a proof-of-work captcha (another suggestion made here on HN, and it uses a local Altcha).

Our main challenge continues to be discoverability and outreach because we want to do it ethically. Ideas are welcome! We’ve been sponsoring open source projects, open source maintainers, and indie, small-web, and privacy-related websites and applications.

Feature-wise, for June we’ve already added a ton of personalization and privacy-increasing features like URL rewrites, cash-by-mail payments, and anonymous vouchers! Upcoming is partnering with ProxyStore to sell vouchers (we’re currently in talks for this), so you can buy vouchers with XMR/Monero or other cryptocurrencies. Then we’ll be looking into increasing our own index, focused on indie/small web.

Thank you for your kindness!

[1]: https://uruky.com

[2]: https://uruky.com/site-search

[3]: https://theprivacydad.com/interview-with-the-engineer-of-uru...

show 1 reply
Drahflowtoday at 6:06 PM

Continuing to work on a high-performance observability / log analysis SaaS:

https://logging24.com/landing_a/

The basic idea is to make Regex-scans so fast/cheap that "a metric" can be anything numeric in the text and "tracing" is useless because you can just log (and filter) more things. Turns out Regex at >200GB/s solves a lot of problems.

Metric cardinality explosion is immediately a non-issue, histograms have arbitrary resolution, and you can get from histogram pixels back to the underlying logs. And no need to instrument everything thrice for logs, metrics and traces.

The next big feature I'm aiming for is needle-in-a-haystack searches. The data block headers support it already, but the scan engine doesn't yet use it.

show 1 reply
skortoday at 6:11 PM

Audion - a scripting language that is very fun to write and lets you make interactive music, installations, generative compositions etc https://github.com/audion-lang/audion using supercollider or any daw and hardware. AI picks it up easy so Agentic coding in Audion works very well too.

hack music

gbro3ntoday at 5:33 PM

https://www.asnotes.io - a Foam / Dendron / Obsidian / Logseq alternative with tasks, kanban board, static site publishing for VS Code

https://www.agentkanban.io - Github Copilot / Claude Code integrated Kanban board with context management

https://www.asmusictheory.com - Music Theory lessons, tools, including piano roll with midi in the web browser

show 1 reply
mliezuntoday at 6:11 PM

Working on caddy-snake, a python plugin for Caddy: https://github.com/mliezun/caddy-snake

And on a new post about how to design web apps for the AI-era for my blog: https://mliezun.com

jkantolatoday at 5:41 PM

Mainly https://www.vaava.app/ is a baby tracking/logging app I originally built for myself, now available on both app stores. All the user generated data is stored only on device and is transferred in local network to users who you have paired the app with. There is 0 behavioural analytics, even the crashlytics are 100% optional.

There is a couple of semi-unique features; you can use your voice to dictate and generate events (feeding, sleep etc), you can also scan documents for growth measurements.

You don't need user account to use it, there is no subscription, the paid features are available behind a single purchase for lifetime. Still, like 90% of the features are available for free.

Also https://www.athilio.com/ privacy focused, highly customisable personal data analytics for your Oura, Garmin, Polar and Apple Health (ios port coming soon). Of course there is couple of AI features (with a single switch to turn all off), originally those were built just so I would learn how to embed agents in sw products myself. The whole app was originally built for personal use to fix missing features in the manufacturers own platforms: - Period over period comparisons (this month vs this month last year) - Comparing different metrics - Customizable graphs and other widgets - And of course combining the manufacturers metrics (oura for sleep, garmin for training etc etc) Existing solutions for this kind of software seem to have focus on social (strava), or coaching (training peaks), or they are just straight up crazy expensive with their paid tier (both tp and strava for example).

show 1 reply
asciimootoday at 6:00 PM

I'm still working on a self-hosted search service called Hister with the goal to reduce dependence on online search engines.

Hister is a full text indexer for websites and local files which automatically saves all the visited pages rendered by your browser. It provides offline result previews, a flexible web (and terminal) search interface & query language to explore saved content with ease or quickly fall back to traditional search engines.

I've been using it for a few months and as my local index is growing I can avoid opening google/duckduckgo/kagi - and even websites listed in results - more and more frequently.

The initial reception is overwhelmingly positive with already more than 30 contributors and hundreds of contributions - perhaps you can find it useful as well. (Or at least have some constructive criticism =])

GitHub: https://github.com/asciimoo/hister

Website: https://hister.org/

Small read-only demo: https://demo.hister.org/

TheAceOfHeartstoday at 5:38 PM

I've been thinking a lot about soul cultivation as a concept, and the general structure of the soul, and doing a bit of writing on the topic. I feel like this topic is surprisingly under-discussed and under-explored relative to how impactful it is. By soul I mean "the part of you that is an observer", in case this isn't clear. I think a lot of discourse gets caught up with metaphysical speculation instead of focusing on what is there and what is knowable.

Most recently I was also probing people about how they conceptualize of the soul, making my own drawings, and asking others for drawings. If you have a few minutes I would also be interested in seeing how you would draw a soul, given pen and paper or equivalent materials. It often feels like for a lot of people the concept of the soul gets comingled with very confusing definitions.

There's a general problem where certain concepts become so overloaded that just disambiguating and clarifying what is meant becomes a challenge. I will note that if your first thought or question is whether the soul is even real, you might be confused about the definition or we might be referring to different concepts.

show 1 reply
rahlokzerotoday at 6:12 PM

I’m working on a package that exposes Apple’s local model as a provider in Opencode and Raycast: https://github.com/localcodeai/localcode

djoumetoday at 6:06 PM

I'm working on a Duolingo for programming languages and framework. Unlike Duolingo it's a real space repetition system

https://fata.dev

show 1 reply
DanielVZtoday at 6:06 PM

Been writing a bit on my blog: https://devz.cl

And been working on a Mario-with-guns game concept: http://devz.cl/posts/what-if-mario-had-a-gun/

Thought it’d be a short concept to get from start to finish but the things you need to implement and plan for in a video game can be near infinite and decision paralysis is a real problem for me.

kstenerudtoday at 5:58 PM

A tool that creates sandboxes (docker, podman, orbstack, seatbelt, tart, containerd, kata, firecracker) and then sets up an agent (claude, codex, gemini, aider, opencode) inside it with max permissiveness (no annoying permission prompts).

It creates its own copy of your workdir for the agent to play in, and then you pull changes out ala git diffs or commits.

    $ yoloai new mybugfix . -a # launch default sandbox in . and also attach the terminal

    # Work with the agent...

    $ yoloai diff mybugfix  # See what it did
    $ yoloai apply mybugfix # Bring out commits and/or uncommitted changes.
    $ yoloai destroy mybugfix
And it's FOSS: https://github.com/kstenerud/yoloai
Sbuutoday at 6:02 PM

Easy-search - https://github.com/BlueInt32/easy-search

TUI based interface to search in your files very quickly. I created it from the need to have an equivalent of voidtool's Everything on Linux. It's a bit different though because it's keyboard based. You define zones where you search for files most of the time, and you can manage previous files history. Then there are actions you can perform on each file/folder.

mkageniustoday at 5:45 PM

AWS for AI agents - https://instavm.io

Providing sandboxes through a CLI. Guardrails such as egress control and secret injection and audit trails built in.

We can also be used as 3rd party sandboxes in Anthropic managed agent and OpenAI sdk.

https://instavm.io/blog/self-hosting-claude-managed-agents-o...

jdw64today at 6:12 PM

I wrote a post on my homepage. https://www.makonea.com

lylejantzi3rdtoday at 5:33 PM

I'm working on GPS tools to help support my current contract. I've found there are no good tools for tracing a route on a map and having a mobile device think it's traveling that route. I'm not just talking GPS coordinates, but speed, direction, motion detection, precise timing between waypoints, being able to play these trips forward and backward, step by step, etc. I'm talking time-travel debugging for GPS applications.

It's still early days, but I have a demo running. Unfortunately, it requires using a drop-in replacement library for CoreLocation. That alone may make it infeasible.

Grosvenortoday at 6:08 PM

I'm using AI to de-compile NeXTStep applications back to Objective-C source code.

The idea is decompile something like Wordperfect or Framemaker, then port the NeXTStep code to GNUStep and have WP on GNUStep/Linux.

dvhtoday at 6:03 PM

I've designed my first automated test equipment (4 voltmeters with 4 gains, 4 ammeters with 4 shunts, 4 regulated voltage sources) in kicad and now I'm slowly assembling it, testing and calibrating: https://imgur.com/a/ate444-Y0cORf2

storystarlingtoday at 5:43 PM

https://www.storystarling.com - create a non-fiction children's book explaining your super-niche-geek topic to your kid. Pick any topic, your kid becomes the little explorer, we illustrate and print it. Requires registration, but then lets you read the whole book before paying.

mohsen1today at 5:58 PM

I'm making a TypeScript type checker in Rust.

tsz is my main side project. Trying to learn from this for how to make software in fully automated fashion. tsz's goal is to match tsc (tsgo) but perform better. I am not passing all tsc's own test cases and working towards making it work on complex type packages.

https://github.com/tsz-org/tsz

bengotowtoday at 5:52 PM

I learned to program with KidSIM and later Stagecast Creator, a spin-off of Apple's Advanced Technologies Research Group in the 90s. I'm re-creating it so a new generation can learn the fundamentals of object-oriented programming the same way I did. I've been working with Dave Canfield Smith (one of the original authors and also inventor of the icon ) and it's been a blast to bring back my earliest memories of programming. All open-source and free of course.

https://www.codako.org/

lukasgelbmanntoday at 6:03 PM

I’m working on a time series management & analysis tool. The goal is to provide simple ways to work with time series data, including an API and visualisation.

https://28times.com

beebtoday at 6:04 PM

I'm working on a search-and-replace TUI with case-awareness and a good preview.

https://github.com/beeb/swpui

hacky_engineertoday at 5:49 PM

I made a book, Simple Machines Made Simple, and I got about 11k copies shipped to my house about two weeks ago. I'm now trying to fix all the books and get them shipped out. They are books with little mini demos in them, and about 80% of the books need some type of rework. So it's going to be a long few months.

I also made Computer Engineering for Babies which I've posted about on here a couple times before.

https://hackylabs.com

agentifyshtoday at 5:31 PM

TensorZero, LLMOps gateway, was archived yesterday and I forked it to continue development and keep it open source. I also applied for 6 months of codex credits which I will dedicate to the project.

https://github.com/agentify-sh/gateway

NiceWayToDoITtoday at 4:27 PM

I’m working on Peak Flow Meter Diary, a simple app to help people with asthma record peak flow readings more easily, then combine those records with environmental data to provide earlier warnings about possible triggers.

In the UK alone, around 7.2 million people have asthma. Globally, WHO estimates that asthma affected 363 million people in 2023 and caused 442,000 deaths.

Peak Flow Meter Diary is not meant to detect every possible trigger. It will not warn you if someone suddenly sprays perfume nearby, or if a dusty bag is opened in the same room. But it could help with risks that can realistically be monitored ahead of time, such as weather, pollen, pollution, cold air, storms, and similar factors. The aim is to make daily tracking easier, show simple visual warnings and notifications, and make it easier to share useful records with clinicians.

I’m also trying to build it in a way that reduces paper, plastic, and electronic waste. If funding allows, I would like to make the project carbon-negative.

That is the bigger dream: to make a small example of how even modest start-up can think about environmental impact from the start, and use it as a practical showcase.

The pitch and full project explanation are here: https://www.kickstarter.com/projects/why5/peak-flow-meter-di...

Feedback welcome, especially from anyone with asthma, clinicians, carers, or people who have worked on health tracking tools. By now I know that my kickstarter is not going anywhere, so I would value any input was the idea that bad, or lack of marketing and accessing appropriate groups etc. I think this community has a lot of experience so I would like someone to share what could have I done better. Do not be shy to tell me if you think idea was waste of time.

historian1066today at 5:52 PM

Working on Margin Points (https://www.marginpoints.com/): a daily essay series on business and tech. Already over 80 essays in. I'm playing around with a daily live call-in show for readers who want to discuss ideas while the essays are rough drafts and help shape the thinking.

vicgalle_today at 5:51 PM

I enjoy creating new benchmarks for LLMs. Lately, combining scientific computing tasks (n-body sim, Monte Carlo, etc) with Apple Metal GPU kernels (evolved through LLMs) led to a curious benchmark I believe: https://github.com/vicgalle/metal-sci-kernels

Clositoday at 5:36 PM

I'm working on an open source and customisable/configurable warehouse management system.

As it's open source and built with a codebase that's easy for LLM's to work with, users can download it and tailor it to their business/operational requirements, although it also has out of the box 'industry best practice processes' so you don't have to reinvent the wheel and can only focus on writing the 10% custom stuff which differentiates your business.

As all the processes are flexible, you can also do proper 'continuous improvement' with your staff - something traditional WMS products struggle with.

No link because I'm finalising it at the moment, but if you are interested please reply!

oinoomtoday at 5:25 PM

Reflect [1], it’s a local-first privacy focused self tracking and data analysis app where you can set goals and run self experiments

[1] https://apps.apple.com/us/app/reflect-track-anything/id64638...

stfurkantoday at 5:51 PM

https://duckville.town

You play a duck in a small shared town. You pick a job, pay rent, post on a Twitter-style feed, vote in local elections. The simulation keeps running when you close the tab. No PvP, no loot boxes, no combat. Playtime is a few minutes a day by design.

instb3attoday at 5:56 PM

I am currently working on a platform for authors to write nursery and kindergarten books for children. It’s pretty much in alpha stage. https://storybench.app

flashgordontoday at 5:54 PM

Im working on a batteries included and (aiming to be) production deployment ready go sdk for all things MCP:

https://github.com/panyam/mcpkit

🔗 View 50 more comments