logoalt Hacker News

Ask HN: What Are You Working On? (March 2026)

263 pointsby david927today at 12:07 AM970 commentsview on HN

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


Comments

imetomitoday at 10:49 AM

I am building a voice interview/survey webapp that helps product teams conduct product research faster. You can try it at https://intervio.app

Any feedback is welcome :)

show 1 reply
a_ctoday at 7:06 AM

A browser extension to add a table of content widget into the chatbot pages (claude/Grok/Chatgpt). Making long conversation easier to navigate. Mainly used on firefox. Not tested on chrome

https://github.com/kmcheung12/tocic

show 1 reply
pdappolloniotoday at 5:18 AM

https://securenote.app.

Full encryption for notes (uses local encryption before you even sent the note to the server).

I wanted a mixture of Github Gists (sans Git) and 1Password shares so I've been using it eitj great success at my current company to share snippets and private stuff.

Might open source in the future, just need to gauge interest.

tavakyantoday at 4:58 AM

Current project is https://mattera.law which is an inbox-centric matter/case management system for law firms.

Under the hood it uses a cool legal reasoning agent primarily designed for understanding litigation claims and objectives.

Sometimes I do wish I had a slack channel of like 30 attorneys so I can ask them questions and get feedback.

absqueuedtoday at 8:21 AM

Alfred/Spotlight like quick access search[1] for Bitwarden.

Built and adding few add on features on the way: copy card numbers and view notes.

[1] https://pwtray.app

With Rust, bwc-cli - it decrypts vault into zeroize and provides near instant search with hotkey.

akoskomuvestoday at 10:30 AM

An opensource AI analytics tool with option for teams to track everything on a dashboard. Happy to get feedback or contributions: https://getpromptly.xyz

fsiefkentoday at 2:15 PM

I am working on ways to measure cognitive performance throughout the day and the impact of supplements or activities that supposedly help

skyberrystoday at 5:30 AM

I'm photographing wildflowers so much that I made a tool called Wildflower Witness to group the images into time series. I'm debating if I want to allow the user to create each flower in their collection or try to do it totally automatically. Also I've been using it already and I'm sad to say a ground squirrel ate one of my specimens.

symkattoday at 6:09 AM

I've been working on https://blogdb.org/ recently.

I originally made it a couple of years ago as a small proof of concept. A couple of weeks ago I started it over and have been using it as a project to work with Claude and learn approaches to coding with AI.

It's been a lot of fun.

militanztoday at 7:31 AM

I'm working on a hobby project named Belisarius that allows you to manage multiple repositories simultaneously by executing common commands and operations.

https://codeberg.org/alelavelli/belisarius

xeo84today at 4:37 AM

I'm working on version 3.0 of my feed reader app NewsNinja: https://ainews.ninja

Version 3 will add more feed types: Podcasts, Mastodon, Twitter/X, Calendar, Reminders, Weather, Finance tickers and more.

It will have a new UI, new features like notifications and local transcripts and summaries and many quality of life improvements.

chrillemntoday at 10:19 AM

https://github.com/Chrilleweb/dotenv-diff

Environment variable checker - pretty niche.

What would make you use this? does this miss anything useful?

tismynametoday at 3:00 AM

It's nothing big. I wanted an offline natural language to cron/cron to natural language translator and I wanted to get some experience building MacOS apps. It's not vibe coded, but I did get good help from Claude since it's my first time building MacOS apps. It's free and no data is collected.

https://cronwise.github.io/

show 1 reply
fasteddie31003today at 1:53 PM

https://archigraph.ai/ An architecture-level agentic IDE.

sim04fultoday at 5:06 AM

MCP server to give AI agents design taste - https://fontofweb.com/mcp

Agents can search for design inspiration from production websites using semantic search. Since this inspiration comes from live websites, their design tokens; colors, typography usage, layout data are also available.

kindkang2024today at 9:37 AM

My 8-year-old is learning English and loves Peppa Pig. I thought — what if he could actually pick up words from watching it? Not "tap the apple" drills, but learning from the show he already loves.

So I built YouLingua (https://youlingua.world). Paste any YouTube video and get a word-by-word interactive transcript. Click a word to save it with the exact video moment — "muddy puddles" isn't a flashcard, it's Peppa jumping in one. Saved words then power mini-games: a space shooter, hex puzzles, TikTok-style review shorts...

Browser-based, no install. Login with a Web3 wallet — no grand reason yet, just something I'm interested in. Dream is to eventually make it fully decentralized so you truly own your learning data.

Still early, but my son now asks to "play the word game." That feels like a win.

show 1 reply
jascinationtoday at 12:48 AM

Deep link now ( https://Deeplinknow.com ) - deferred deep linking for developers / people who dont want their links blocked by adockers because Branch/Appsflyer et al are actually under-the-hood cross platform ad tracking services.

I do no tracking, no analytics, just help you cross the airgap between web and mobile app so you can send users to the right place (and track them however you deem necessary)

mihijito_today at 1:37 AM

I’ve been working on an rss, atom, json feed reader app that strives to make it a simple as possible to isolate what articles are meaningful for you.

For now it uses UX patterns to make it easy to remove uninteresting articles and keeps a record of your read and saved articles. All locally of course.

I’d like to make it into something we can share quality content with one another eventually. For now I’m focusing on making it good enough my entourage will want to use it

kstenerudtoday at 5:26 AM

yoloAI: Fearless YOLO sandbox for your agent.

Run your agents contained (container or VM, Linux or Mac), with all restrictions removed.

Workflow:

    ┌─ YOLO shell ──────────────────────┬─ Outer shell ─────────────────────┐
    │                                   │                                   │
    │ yoloai new myproject . -a         │                                   │
    │                                   │                                   │
    │ # Tell the agent what to do,      │                                   │
    │ # have it commit when done.       │                                   │
    │                                   │ yoloai diff myproject             │
    │                                   │ yoloai apply myproject            │
    │                                   │ # Review and accept the commits.  │
    │                                   │                                   │
    │ # ... next task, next commit ...  │                                   │
    │                                   │ yoloai apply myproject            │
    │                                   │                                   │
    │                                   │ # When you have a good set of     │
    │                                   │ # commits, push:                  │
    │                                   │ git push                          │
    │                                   │                                   │
    │                                   │ # Done? Tear it down:             │
    │                                   │ yoloai destroy myproject          │
    └───────────────────────────────────┴───────────────────────────────────┘
Sandboxes: Docker (Linux, Mac), Seatbelt (Mac), Tart (Mac)

Everything's contained in a single go binary. Just build and run.

https://github.com/kstenerud/yoloai

jackdevtoday at 12:51 PM

My friends and I would often sit in pubs trying to guess the top 10 most streamed songs for a musician so I had a go at turning it into a browser game.

https://topsongs.io/

Had a lot of fun doing it and it's more user friendly than trying to read off lists from stream aggregators online that have a lot of ads etc.

First ever go at something like this so any feedback is appreciated!

blueblazintoday at 3:12 AM

A fully vibe coded python 3.14 interpreter in Rust: https://blueblazin.github.io/pyrs

Now at 350k lines. Native and wasm binaries (you can try the limited wasm version online). Currently adding a full CPython test suite benchmark.

Just for fun, not trying to replace CPython here. Mainly to test the limits of current coding agents.

socialproof-devtoday at 5:08 AM

I'm building SocialProof (socialproof.dev) — the simplest way for freelancers and small agencies to collect written testimonials from clients.

The problem I kept seeing: freelancers have happy clients but almost no testimonials on their site. Asking is awkward, clients say "sure!" and then never write anything.

SocialProof gives you one shareable link. Client clicks it, fills a short form (name, text, optional photo), you approve it, it embeds anywhere. No login required for the client.

The interesting technical bit: it's entirely on Cloudflare Workers + D1 + Pages. The collection form and embed widget are edge-served globally with no origin server. Been curious whether anyone else is building purely on Cloudflare's stack and what they've run into.

Still pre-revenue (just launched today). If you're a freelancer or run a small agency and have thoughts on how you currently handle testimonials, I'd genuinely love to hear it.

hawtadstoday at 4:41 AM

We are building an agentic ad tech system optimized for real time and scale. The process of making an ad, from ideation to distribution, is traditionally exceptionally labor intensive. We are making it possible to target, design, and distribute ads at scale and in real time.

https://hawtads.com

show 1 reply
levmiseritoday at 8:12 AM

A webapp combining note taking with messaging. Recently added a new feature that allows for creating communities in a lightweight discord-like UI:

https://kraa.io/kraa/trees

storystarlingtoday at 8:32 AM

StoryStarling. You describe a story idea and it generates a fully illustrated children's book, then we print and ship it.

Not templates with names swapped in. Every story and illustration is made from scratch. You can go from "dinosaurs soccer" or write out a whole storyline. Pick an art style, optionally upload reference photos of your kid, and it builds a 28 page book in a few minutes.

Bilingual in 38 languages. We handle RTL (Arabic, Hebrew), CJK, and less common languages like Estonian, Maltese, Irish where there's not much available for kids.

Tech side for the curious: LangGraph orchestrates the pipeline, Celery workers do image generation and text rendering in parallel, and LLMs critique the illustrations for consistency mistakes and can trigger regenerations automatically.

Printed in Germany, booklet around 20 EUR, hardcover around 40 EUR.

https://storystarling.com

mx7b7today at 7:57 AM

I'm working on a cross‑platform snippet manager & local code runner built with Avalonia: https://github.com/mx7b7/codesnip-avalonia

twothamendmenttoday at 3:30 PM

Multi region AWS is the flavor of the quarter or half - for projects that were not terra formed.

herol3oytoday at 9:59 AM

I working on a service[1] for myself to track visually the first page of some news websites hourly. Hosting the agent on my RP5.

[1]https://kiosk24.site

jundressedtoday at 11:18 AM

Built GhostDance — overlay any TikTok dance as a ghost on your camera to practice in real time.

Been learning dance moves from TikTok but hated the pause/rewind loop on my phone. So I built a web app that overlays the original dancer as a translucent ghost directly on your camera feed.

Upload any video → ghost appears → you follow → record yourself → export. No install, works on mobile browser.

https://ghostdance.app/

Feedback will be much appreciated!

neyatoday at 2:41 AM

DesignFlo:

https://designflo.ai

Build enterprise grade applications (in Elixir) with AI the right way.

Secure. Scalable. Reliable.

Built based on a senior engineer's experience. Uses 10 years of battle-tested patterns, not just LLMs:

1. Uses algorithms over AI whenever possible.

2. No external library dependencies whenever possible.

3. Old school over shiny new toys. Use the right solution for the problem (Eg. SQL vs NoSQL).

ZDiskettoday at 4:47 AM

I'm working on a voice cloning version of my TTS model, a highly upgraded VITS:

https://x.com/ZDi____/status/2013655958027669958

Right now, I only have single speaker checkpoints (as per the old video). That will change soon.

show 1 reply
suresh70today at 2:04 AM

I am working on a SSL certificate monitor. It comes with its own probe that can scan your private infra and collect the certs for monitoring. It also has a web interface for monitoring SSL certificate of any public domain. There are a few chinks here and there. Hope I can get it over by this month.

https://www.certgorilla.com

show 1 reply
pikertoday at 10:25 AM

Building the legal IDE: https://tritium.legal

* adding local conversation memory for LLM

* improving Word spec compliance

* adding/extending table and image manipulation

* bug fixes!

snncntoday at 6:59 AM

https://github.com/sinancan34/chronomaly

Chronomaly is a flexible and extensible Python library for time series forecasting and anomaly detection using Google TimesFM.

ekrapivintoday at 7:38 AM

https://inSolitaire.com

I'm enjoying building solitaire and puzzle games.

My goal is to make this project the largest online collection of free modern solitaire games available for all kinds of devices.

show 1 reply
sujayk_33today at 3:58 PM

a general-purpose mobile agent, trying out on SLMs that work on phones. In case there's no internet.

https://github.com/JUSTSUJAY/royo

ramshankertoday at 2:21 AM

Currently working on C++ DirectX12 graphics engine of my Engineering / CAD software. Part of my Mission Vishwakarma 2035.

https://mv.ramshanker.in/

Github: https://github.com/ramshankerji/Vishwakarma

codybontecoutoday at 1:06 AM

Health.md - https://healthmd.isolated.tech/

Export your Apple Health data directly to Markdown files in your iOS file system.

Open-sourced it at https://github.com/CodyBontecou/health-md.

Fun little vibe-coded app that has made a lot of users happy.

motoboitoday at 1:15 PM

Working on TRIPA, a internal pack format to save huge amount of small images to cloud storage without dying from the write costs.

DavidPipertoday at 2:42 AM

An automated file system handler, similar to Hazel[1].

I want to treat my Downloads folder (or some other one) like an "Inbox" where I can just dump everything, and then the program knows where exactly in my (Johnny Decimal) file system the file should land.

[1] https://www.noodlesoft.com/

ashvtoday at 5:37 AM

I built chernoffOT for fun - https://github.com/ashinvinod/chernoffOT

It basically pulls OpenTelemetry data from your infra and renders chernoff faces, so you can spot anomalies at a glance.

sponnotoday at 2:19 AM

Project, Time, Expenses, Invoicing and Quoting app. https://heygopher.ai

- look for feedback on the Freelance Rates calculator https://heygopher.ai/tools/freelance-rate-calculator

show 1 reply
kralostoday at 9:48 AM

A minimal build script of Hyprland from latest tag on Ubuntu 26.04

https://gitlab.com/kralos/hyprbuntu

0xAXtoday at 8:12 AM

Working on update of linux-insides (https://github.com/0xAX/linux-insides) adapting it for modern kernels versions

kordlessagaintoday at 2:04 PM

Grub is back: https://grubcrawler.dev

show 1 reply
tha_infra_guytoday at 6:43 AM

https://k8slogjedi.netlify.app/

working on an AI-native Kubernetes sidekick that watches your pods, reads the logs, and turns failures into clear fixes before they become outages

dainiussetoday at 12:38 PM

https://sauna-assistant.com - sauna master in your pocket

🔗 View 50 more comments