Product Catalog
255 products tracked
Bio Glyph
Show HN: Bio Glyph – Turn Your Face into a One-Line Drawing
Ano
Hi HN! I'm building Ano because I was tired of Slack's bloat and sluggishness, and never got any value out of their agent implementation. Ano is built local-first for speed (using Rocicorp Zero), focused on communication, and lets you use your own code agent as an assistant (Claude in my case, but it works with Codex too). I use the code agent to summarize anything unread (linking back to what matters), respond with context, and share data to and from connected tools (GitHub, Posthog, Attio, etc). Using your code agent for this might sound counter-intuitive, but to me it's the most powerful agent I use. It already has connections to my tools, and now it has access to Ano for communication too. The agent lives in an in-app shell, and Ano also has a CLI, so you can read and message into the chat from whatever terminal you're already using. Basically: Slack, minus the noise, with your code agent doing the work. Early days, but you can download the app and try it (macOS and iOS for now, more to come!). Would love your feedback. It's free, but you bring your own code agent account.
Constellation is an open-source Hasura-compatible GraphQL engine in Go
Show HN: Constellation is an open-source Hasura-compatible GraphQL engine in Go
Nutrepedia
Show HN: Nutrepedia – nutrition info in 29 locales built with Clojure and Htmx
Edsger
Show HN: Edsger – A handwritten Clojure REPL for the reMarkable 2
A searchable archive of declassified UAP/UFO files, news, and analysis
Hey HN! Y’all are great. It is so fun to build things these days. I wanna show off this archive that I conjured to run at home for consuming the recently releases of UFO files from the US government. This started as a Mac Mini-hosted project that I executed with my OpenClaw over Discord. After showing this to a few friends, I decided to get it online and find a catchy domain. Cloudflare was the perfect hosting choice. There’s a lot of bonkers things out there going on, so I added human curated “Signals” - news, analysis and discussion of UFO and adjacent news. The backlog of signals was informed by the links shared between myself and my first tech boss. We have both seen things that these files help confirm. As part of a reason to bring people back, I asked my assistant to do some digging into the data and come up with “Insights”, a dedicated section on the site that includes the responsible LLM in the byline. There a media pipeline for these insights using Remotion to generate social-media ready videos that I can upload to TT, IG, and YouTube. I built this for fun. Mostly with Ollama-powered GLM 5.1. Runs on Cloudflare Workers, D1, R2. Keyboard navigation within the doc viewer is blazing fast. OpenClaw is my CMS. Eventually, I hope to find some passive revenue through ethical ads if I get enough traffic. I think there is an audience for this. Right now, this is helpful with sharing the WTFs (and psyops) of the world with friends. Hit me up with questions! Stay rad, HN!
I built an on-chain economy where AI agents transact autonomously
Show HN: I built an on-chain economy where AI agents transact autonomously
Wikigraph
Hi! This is a visualization I've always wanted but never quite found. It's a navigable map of the Wikipedia link graph structure, with search and shortest-path finding. Offline, I parsed the May 2026 English Wikipedia full-text dump into a directed graph, used cuGraph on a GPU to run PageRank, Leiden clustering, and ForceAtlas2 for the layout. I did some post processing to get rid of lingering overlapping nodes and rendered a tiled map of raster base images (using Skia) and JSON metadata. Tiles are bundled into PMTiles. The frontend is Deck.gl. Everything is hosted on Cloudflare. Search and shortest-path are served by a Rust backend in CF Containers which uses Tantivy and bidirectional BFS. Happy to answer any questions!
DropLock
Show HN: DropLock – E2EE secret sharing web app with no backend
Build Your Own AI Agent CLI in 150 Lines
I can't tell if HN is the right kind of place for this stuff anymore since people are so advanced in their use but I thought it was interesting to leverage my existing Go microservices framework and turn it into the core of what would provide tools for an agent cli or whatever beyond that. Extensibility is key. Thought I'd share and get a conversation going.
Form an LLC or C-Corp from Claude/Cursor via MCP
Show HN: Form an LLC or C-Corp from Claude/Cursor via MCP
NUA an agent that tests for product correctness
We’ve been using background Claude loops a lot recently, and we would wake up to PRs that didn’t solve the problem we wanted, made on assumptions that were wrong. Furthermore, the tests that the agents wrote were usually tautological, and didn’t test for intent. We wanted an agent that took all the context a company has, and writes tests that check for product correctness as well. For example, we work in reg tech, so bugs aren’t always technical. What we often see is things like insider trading alerts that should’ve fired that didn’t. We wanted an agent that turns laws and regulations into tests. For now, users can upload PDF, MD, TXT, and DOCX files, but we’re planning integrations like Slack, Notion, Linear, and Zoom in the future. We’re early on, so we would love to know what you all think!