Live data from Hacker News

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

news.ycombinator.com

311–320 of 1001 posts

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

#311
https://docules.net/about

I've been building a collaborative docs tool called Docules. The short version: it's a team documentation tool that doesn't have any embedded AI features. I use Claude Code daily, but putting LLMs into every workflow and charging for it is kinda insane. Every docs tool is adding AI auto-complete, AI summaries, "generate a page" buttons. Docules has an API and an MCP server instead, so you connect whatever AI tools you actually want to use. The core product focuses on being a fast, solid docs tool. Real-time collab, fast — no embedded databases or heavy view abstractions, hierarchical docs, drag-and-drop, semantic search, comments, version history, public sharing, SSO, RBAC, audit logs, webhooks, etc. The stack is React, Hono, PostgreSQL, WebSockets. The MCP server is a separate package that exposes search, document CRUD, and comments — so Claude/ChatGPT can work with your docs without us reimplementing a worse version of what they already do. Happy to talk architecture or the MCP integration.

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

#312
post #306

https://finbodhi.com — It's an app for your financial journey. It helps you track, understand, benchmark and plan your finances - with double-entry accounting. You own your financial data. It’s local-first, syncs across devices, and everything’s encrypted in transit (we do have your email for subscription tracking and analytics). Supports multiple-accounts (track as a family or even as an advisor), multi-currency, a…

Hey, this sounds like exactly what I've been looking for (household tracking of finances). FYI images are currently not loading on your webpage:)

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

#313
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.

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

#315
Still working on:

https://www.votivus.org

A hobby project I started putting together late last year; a little spot on the internet for prayer and reflection. I've just shipped a small feature where you get a Bible reading (KJ only for now) in response to a prayer.

https://dugnad.stavanger-digital.no/

A pro bono tech consultancy for local (Stavanger, Norway) non profits. The idea is to help them use tech to better deliver on their mission. Last week I built a little bookmarklet for a non-profit to surface some of their data buried in a SaaS tool ... which will make their apple pressing operation easier.

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

#317
Since subreddits related to identifying AI images/videos got very popular, my wife started to send me cute AI generated videos, older family members can't distinguish AI videos at all, I've decided to code a weekend side project to train their Spidey sense for AI content.

https://IsThisAI.lol

The content is hand picked from tiktok, Instagram, Facebook, Reddit and other AI generating platforms.

Honestly I don't know where I'm going with this, but I felt the urge to create it, so here it is.

I learned how to optimize serving assets on CloudFlare.

Feedback welcome.

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

#319
I’m working on a 2D top-down Zelda-style adventure MMO game. I’m imagining it as a persistent world with Minecraft-like building and procedurally generated quests. I’d like to focus on co-op adventuring and social rather than pvp. Kind of a D&D experience I suppose, though that’s not really a direct inspiration for me.

I have no illusions that this is actually something in capable of building to an actual release-able state but it’s fun to tinker with.

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

#320
https://symgraph.ai/ - AI-Powered Reverse Engineering Inside Your Disassembler

Open-source plugins for Ghidra, Binary Ninja, and IDA Pro that bring LLM reasoning, autonomous agents, and semantic knowledge graphs directly into your analysis workflow.

Coming soon: A supporting online service. The VirusTotal for reverse engineering. A cloud-native symbol store and knowledge graph service designed for the reverse engineering community.

- Submit files for automated reverse engineering and analysis

- Query shared symbols, types, and semantic knowledge

- Accelerate analysis with community-contributed intelligence

- Versioned, deduplicated symbols with multi-contributor collaboration

Post reply on HN