Self-Promotion
p/self-promotionShow off what you're working on
trending
Christian

3mo ago

We’re building a Cognitive Amplifier (voice -> structure -> extended thinking)

Most of us already think out loud.

While walking, driving, shower thoughts. Voice memos everywhere.

The problem isn t capturing thoughts. It s processing them.

James

3mo ago

I built Unravl because I kept forgetting my own ideas. Sound familiar?

Unravl turns voice notes into organised structure. Speak naturally ramble if you want and it pulls out your tasks, events, reminders, notes, and groceries. No editing. No cleanup.

A few things worth knowing:

  • Rambles become succinct notes stream of consciousness in, clean actionable output out

  • Grocery list builds through the day mention milk in the morning, eggs at lunch, wine on the way home. Unravl collates everything into one running list

  • 50 languages, mix and match speak in whatever comes naturally, even mid-session

  • Hands-free by design built for the car, the walk, the shower thought that never survives the commute

7 days free, 60 sessions, no credit card. unravlmyspeech.com

From "If-Then" to "I Think": Why I’m rebuilding Game AI from scratch (and why I need your feedback)

Hey Product Hunt community!

I ve been a gamer and a dev for years, but recently, I hit a wall of frustration. We have incredible 4K graphics and ray-tracing, but the "brains" of our games still feel like they re from 2005.

Jatin Jain

3mo ago

Guardian Vault — clarity for your family when it matters most.

  • We organize our investments.

  • We organize our careers.

  • But most families don t organize what happens if something unexpected occurs.

Guardian Vault is a private, offline app designed to bring clarity to your financial life so the people you love aren t left searching, guessing, or overwhelmed.

Hashir Awais

3mo ago

Kritique AI analyses start-up ideas providing market viability, competitor research and much more.

Have a start-up idea, project, or concept you want to test? Kritique AI analyses, refines, and improves your ideas instantly using AI. Get actionable feedback, multiple iterations, scores, and suggestions everything you need to validate and level up your ideas. kritiqueai.com

Hemanth V

3mo ago

Foursite by VirtualSpaces: From Floor Plans to AI-First Interior Design Workflows

Interior designers still spend too much time rebuilding drawings. You receive 2D floor plans and Blueprints. You trace, you model, you clean up. Only then can you start real design work.

Foursite by VirtualSpaces attacks that bottleneck. It is built for teams who want to go from 2D to 3D in minutes and then live entirely in an AI visualization and AI 3D visualization workflow.

I built an app with no AI, no algorithms, no feeds. Am I insane?

Everyone's racing to build AI products. I went the opposite direction.

Frikt is an app where people post their daily frustrations in one sentence. Others say "same." Patterns emerge. That's it.

No AI summarizing your problems. No algorithm deciding what's relevant. No infinite scroll. Just raw, real frustration posted by real people, every day.

frikt (iOS & Android)

Miss Terry

3mo ago

Story Miner — AI-powered literary analysis dashboard for novels and screenplays

Hey PH! I built Story Miner (novelcat.io) a web app that analyzes novels and screenplays using a hybrid of deterministic NLP and LLM-powered narrative analysis.

CodeMasterIp

3mo ago

🚀 We just launched CodemasterIP on Product Hunt!

Hi everyone

I m the founder of CodemasterIP a platform built to help developers, startups, and creators protect and manage their intellectual property in a simple and accessible way.

What makes CodemasterIP different?

  • Protect your code and digital assets

  • Clear ownership and authorship management

  • Fast process, no unnecessary bureaucracy

  • Built specifically for makers, SaaS founders, and tech teams

Christian Ulson

3mo ago

Built an in-memory SQL engine to speed up repository tests

I kept running into the same issue when testing repository layers that rely heavily on SQL.

Integration tests with a real database are essential, but they slow feedback cycles and add infrastructure complexity. Mocks don t catch real SQL issues, and SQLite often introduces dialect differences that require adaptation.

So I built an open-source in-memory SQL engine for .NET to validate SQL behavior during unit tests.

It plugs into IDbConnection, allowing repositories (Dapper or raw SQL) to run unchanged while keeping tests fast and deterministic.