YeeroAI — every chat builds knowledge, every thought branches freely. 🔮 Knowledge Extraction: AI turns chats into searchable knowledge cards ☄️ Git-like Branching: Fork & rewind, different models per branch 🌊 300+ Models: Ask GPT, Claude, Gemini side-by-side 🌟 Semantic Search: Find anything across chats, images & videos 🚀 Background Streaming: Close the tab, AI keeps generating ✨ AI Apps: Build apps from plain language For deep thinkers who want more than just chat.
No reviews yetBe the first to leave a review for YeeroAI
Maker
📌
Hey Product Hunt! 👋
I built YeeroAI because I was frustrated with AI tools that forget everything after each chat. I wanted a platform where:
1. Every conversation adds to my knowledge base
2. I can compare multiple AI models side-by-side
3. My thinking can branch freely like Git
4. I can find anything with semantic search
After using it myself for weeks, the biggest surprise was how much the knowledge extraction changed my workflow — I no longer dread re-explaining context to AI.
Key technical decisions:
- PostgreSQL + pgvector for vector storage
- bge-m3 (1024-dim) for embeddings
- SSE for real-time streaming
- OpenRouter for multi-model access
Happy to answer any questions! Would love your feedback.
Try it free: yeero.ai (10K credits on signup, no card needed)
Report
Maker
Hey everyone, quick weekly update 👋
Two things I'm pretty happy with this week:
Chat branch graph
We had Git-style branching before (fork from any message). But once you have 5+ branches it gets hard to track where you are. So now there's a tree panel on the right — like `git log --graph`. Click any node to jump there. Parent/child relationships are visible at a glance.
Message outline
Finding something in a 50+ message conversation was painful. Added an outline panel that auto-generates a one-line summary per message. Click to jump. Expand/collapse supported.
Previously shipped (if you missed the launch):
- 300+ models answering in parallel, side-by-side compare
- Git-style conversation branching, fork from any node
- AI knowledge extraction + memory injection
- Background streaming — close the tab, AI keeps running
- Global semantic search (chats/files/messages/apps)
- AI-generated web apps, iterative via conversation
As always, happy to hear feedback or answer questions.
Report
Maker
Hey everyone, quick weekly update 👋
Added a couple things to YeeroAI this week that I'm pretty happy with:
1. Global search quick actions — opened the search box (⌘K) and now you can see shortcuts for new chat, upload file, switch theme, jump to settings, etc. It learns what you use most and sorts by frequency.
2. App background generation — if you close the page or refresh while an app is generating, it keeps running in the backend. Reopen and it catches up automatically. There's a "background streaming" toggle in settings.
Past features in case you missed them:
- 300+ models answer side by side
- Git-style conversation branching
- Branch tree visualization panel
- Message outline navigation
- Knowledge base + memory injection
- AI generates web apps from conversation
yeero.ai — happy to hear feedback or answer questions.
Report
Maker
Hey everyone, quick biweekly update 👋
Two small things I shipped around picking models in YeeroAI:
1. Model list default sort — switched to "most popular" by usage. The old default is kept as a "Latest" option. There are 6 sort modes total: most popular / latest / earliest / longest context / cheapest / most expensive.
2. Modality filter — both the global search (⌘K, on the "models" tab) and the "select model" dialog in chat now have a modality filter row. Pick text / image / audio / video / file for input & output independently. With an empty keyword and any modality picked, it'll list matching models right away. Same component on both sides so the interaction is consistent.
Past features in case you missed them:
- 300+ models answer side by side
- Git-style conversation branching
- Branch tree visualization panel
- Message outline navigation
- Knowledge base + memory injection
- Background streaming for chats & AI apps
- Global semantic search + ⌘K quick actions
- AI generates web apps from conversation
yeero.ai — happy to hear feedback or answer questions.
Report
Maker
Hey everyone, quick update 👋
A few things I shipped in YeeroAI recently:
1. Multi-select messages → "pick out to branch" — select multiple messages in a conversation and move them to a new or existing branch in one click. Great for organizing useful replies scattered across long conversations.
2. CLI v0.2.0 with `yeero do` — describe what you want in natural language, no need to memorize commands. Unlike agents, `yeero do` only calls the LLM once to generate a Python script, then runs it locally every time after. Zero token cost for repeated tasks.
3. Desktop v0.1.0 — lightweight Tauri app for Windows, macOS, and Linux. Still has some rough edges (auto-update signing issues, no macOS developer cert yet so you need to run `xattr -cr`), but usable.
4. Patch-mode app updates — only modify what you describe, keep the rest intact. No more "AI update wiped all my custom changes."
Also shipped: drag-selection batch operations (9 list scenes), pinned conversation tabs, global search "All" category, Python script app type, tab streaming status indicator, logout all devices.
Past features in case you missed them:
- 300+ models answer side by side
- Git-style conversation branching
- Branch tree visualization panel
- Message outline navigation
- Knowledge base + memory injection
- Background streaming for chats & AI apps
- Global semantic search + ⌘K quick actions
- AI generates web apps from conversation
- Patch-mode incremental updates
- Python script app type
- Drag-selection batch operations
- Pinned conversation tabs
yeero.ai — happy to hear feedback or answer questions.
Report
Maker
Hey everyone 👋 Quick update on YeeroAI.
Added tap-to-follow-up — select any text in an AI reply to fire off a follow-up in its own branch. Go deeper without polluting the original conversation.
Also, knowledge base / memory / prompt cards now collapse right from the title bar. No more scrolling to the bottom.
---
Past highlights:
- 300+ models, side-by-side
- Git-style conversation branching
- Branch tree visualization
- Message outline navigation
- Knowledge base + memory injection
- Background streaming (keeps going when you close the tab)
- ⌘K search & quick actions
- Model sorting + modal filtering
- AI-generated web apps
- Patch-style incremental updates
- Drag-select batch ops
- Pinned tabs
yeero.ai
Report
Maker
I build YeeroAI, an AI client. The desktop app is Tauri, and this launcher lives inside it rather than being a separate download.
I made it because I use a Mac and a Windows machine every day. Alfred and Raycast are Mac only, PowerToys Run is Windows only, and uTools is on both but it's Electron. I wanted the same keys and the same behavior on both machines without a heavy thing sitting at boot, and that combination didn't exist.
Alt+Space brings up the panel. It searches apps, files, bookmarks across four browsers, and windows including minimized ones. It does arithmetic, screenshots with an annotator, screen recording, clipboard history with encrypted cross-device sync, system commands, process killing, and system monitoring. App search handles pinyin initials, homophones, and typos, so `gc` gets you Chrome and so does `chorme`.
The part I'd point at first: the features in the panel are the ones I needed myself, so there's always something you want that isn't there. When that happens you type what you want to do into the panel. It matches against apps you've already created and runs it if there's a hit. If there's no hit you get two rows, one that has the AI write and run it right there, and one that opens a window with your description prefilled so you can talk the requirements through first.
Created apps are either web apps that render inside the panel, or Python apps that run locally and can work with your files. After a run the input box is still editable, so you hit Enter with new input and it reruns the same app. Anything you create is searchable next time through the same matching.
The launcher itself is completely free, including the image editor and video editor. The only thing that costs credits is when you use AI-related features, like asking a model from the input bar or having it write you an app. Credits are shared with the rest of YeeroAI.
Hey everyone, quick weekly update 👋
Two things I'm pretty happy with this week:
Chat branch graph
We had Git-style branching before (fork from any message). But once you have 5+ branches it gets hard to track where you are. So now there's a tree panel on the right — like `git log --graph`. Click any node to jump there. Parent/child relationships are visible at a glance.
Message outline
Finding something in a 50+ message conversation was painful. Added an outline panel that auto-generates a one-line summary per message. Click to jump. Expand/collapse supported.
Previously shipped (if you missed the launch):
- 300+ models answering in parallel, side-by-side compare
- Git-style conversation branching, fork from any node
- AI knowledge extraction + memory injection
- Background streaming — close the tab, AI keeps running
- Global semantic search (chats/files/messages/apps)
- AI-generated web apps, iterative via conversation
→ yeero.ai
As always, happy to hear feedback or answer questions.