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