llm-kb

Products / Ideas

Things people are building with LLMs

ProductlaunchedSun, Jul 12, 2026, 03:12 PM

Uncensored AI chatbot with no login, free, anonymous

A web-based AI chatbot that uses a custom jailbreak prompt to bypass content filters, providing uncensored responses. It requires no login or signup, is free, and logs no user data. Built for users who want unrestricted AI conversations.

free · chatbot · uncensored · no login
ProductlaunchedSun, Jul 12, 2026, 02:59 PM

Bulk editor for YouTube channels with find & replace

TubeDesks is a free tool that lets YouTube creators perform find & replace across video titles and descriptions, and add/remove tags in bulk. It solves the problem of manually editing each video when fixing dead links or updating series names. No LLMs are used; it relies on the YouTube Data API.

bulk editor · youtube · find and replace · video managementtubedesks.com
ProductlaunchedSun, Jul 12, 2026, 02:50 PM

AI sales agent that lives on your website, captures leads and follows up

HeyPipit is an AI sales agent that lives on a business's website, captures leads, and automatically follows up to prevent leads from going cold. It uses LLMs to understand visitor queries and engage in conversations, helping service-based businesses capture more leads without manual effort.

lead follow-up · lead capture · service businesses · ai sales agentheypipit.co.uk/
ProductlaunchedSun, Jul 12, 2026, 02:48 PM

AI-powered freelancer proposal tool built via AI-driven problem discovery

A tool that helps freelancers write better proposals by using a multi-step AI framework to identify and solve real freelancing problems. The creator used a 13-16 step process with multiple AIs to discover the problem and build a prompt-based solution, without personal freelancing experience.

problem discovery · prompt-based · freelancer · ai
ProductlaunchedSun, Jul 12, 2026, 02:33 PM

Reddit simulator with AI-generated personas and posts

EternalReddit is a Reddit simulator where AI-generated personas post and comment in-character. It uses Claude, OpenAI, Grok, or HuggingFace models to generate content, and is built with Blazor WebAssembly, LiteDB, and a moderation layer. The project is live and open-source, inviting feedback and nominations for new subreddits.

reddit simulator · litedb · openai · groketernalsocial.ngrok.app
ProductlaunchedSun, Jul 12, 2026, 02:30 PM

Agent Legibility Analyzer: test if AI shopping agents can parse your store

A tool that lets e-commerce store owners check whether AI shopping agents can read and understand their product listings. It uses LLMs to simulate how agents interpret store content, helping merchants optimize their sites for agent-driven shopping.

store optimization · ai shopping agents · legibility · e-commerceagentmint.net/
ProductbuildingSun, Jul 12, 2026, 02:16 PM

China travel survival app for non-Chinese speakers

A mobile app that helps travelers in China handle real-life situations like taking Didi, paying with Alipay/WeChat, ordering food, checking into hotels, and finding emergency info. It uses AI to provide translations and guidance without requiring users to learn Chinese.

mobile app · travel · china · translation
ProductlaunchedSun, Jul 12, 2026, 02:00 PM

Local image-to-3D model for Apple Silicon and iPhone

A port of Hunyuan3D-Paint and Hunyuan3D-Shape to Swift MLX and Python MLX, enabling image-to-3D generation on Apple Silicon Macs and iPhones with low memory usage. It solves the problem of running 3D generation locally without cloud dependencies or high-end GPUs.

python · 3d generation · hunyuan3d · apple silicon
ProductbuildingSun, Jul 12, 2026, 01:39 PM

Chrome extension turns Netflix into language learning tool

A Chrome extension that overlays language learning features on Netflix, allowing users to learn English, French, or Spanish while watching shows. It uses LLMs to provide translations, explanations, or interactive subtitles, making passive viewing into active learning.

netflix · language learning · chrome extension · education
ProductlaunchedSun, Jul 12, 2026, 01:37 PM

Matrix rain terminal app built with TypeScript TUI SDK

A windowed terminal application that displays the iconic Matrix rain effect using katakana characters. It was built with a custom Turbo Vision-style TUI SDK written in TypeScript, developed using Claude Code. The project serves as a demo of the SDK's capabilities.

tui · typescript · terminal · claude-code
ProductlaunchedSun, Jul 12, 2026, 01:35 PM

PDF AI Renamer 2.0 renames files using on-device AI analysis

PDF AI Renamer is a macOS app that automatically renames PDFs, images, and scanned documents based on their content using on-device AI. It uses OCR and vision models to extract text from scans and images, then renames files with customizable templates. The app solves the problem of manually renaming large batches of documents for professionals and power users.

macos · renaming · ocr · pdfapps.apple.com/app/apple-store/id6746876116?pt=127874007&ct=Reddit2.0&mt=8
ProductlaunchedSun, Jul 12, 2026, 01:34 PM

Live Kanban board for AI agent plans from plan.yaml

Plandeck renders a plan.yaml as a live Kanban board that auto-organizes tasks as an AI agent works. It computes task readiness from dependency edges, so the agent and user always see what is ready, blocked, or done, solving the problem of agents losing context or mis-prioritizing during long runs.

yaml · visualization · agent · kanban
ProductlaunchedSun, Jul 12, 2026, 01:28 PM

Free, private, no-login photo editor with client-side AI background removal

A free online photo editor that processes images entirely in the browser using a WASM AI model for background removal. No login, no uploads, no watermarks, and no paywalls. Built for users who want a simple, private editing tool without data harvesting.

free tool · background removal · photo editor · client-side ai
ProductlaunchedSun, Jul 12, 2026, 01:16 PM

Content Chef: browser extension to block AI-generated YouTube videos

Content Chef is a browser extension that lets users filter out AI-generated or otherwise unwanted content from their YouTube feed. It provides customizable filters that can be toggled on or off, giving users control over what they see. The extension addresses the problem of low-quality or unwanted AI content cluttering YouTube recommendations.

ai content · youtube · browser extension · content filteringfrog1230.itch.io/content-chef
ProductlaunchedSun, Jul 12, 2026, 01:04 PM

ccpool: monitor shared Claude Code subscription usage

ccpool is an open-source tool that tracks how much each user consumes from a shared Claude Code subscription. It solves the problem of fair usage monitoring among friends or team members sharing a single subscription.

open source · subscription sharing · claude code · usage monitoringccpool.hexxt.dev
ProductlaunchedSun, Jul 12, 2026, 12:47 PM

Coder: CLI tool to delegate coding tasks to background LLM agents

Coder is a CLI/plugin that lets developers dispatch coding tasks to background agents powered by Claude CLI or Codex CLI. It keeps the main session context clean and distributes workload across existing subscriptions. Built entirely with Claude Code, it is free and open source.

claude cli · codex cli · task delegation · coding agentgithub.com/muzam1
ProductlaunchedSun, Jul 12, 2026, 12:37 PM

Toolnexus: vendor-neutral tool-calling library for LLMs in 5 languages

Toolnexus is a small, vendor-neutral tool-calling library and client loop that provides a unified Tool interface over six sources: MCP servers, agent skills, custom functions, HTTP endpoints, built-in shell/file tools, and remote A2A agents. It handles the entire tool-calling loop (parallel/chained calls, streaming, hooks, retries, memory, metrics) and supports human-in-the-loop via suspend/resume. The library is ported identically across JavaScript, Python, Go, Java, and C#, solving the problem of fragmented tool integration for developers building LLM agents.

tool-calling · open-source · mcp · multi-language
ProductlaunchedSun, Jul 12, 2026, 12:30 PM

Local-first CLI that masks PII and secrets before sending to LLMs

LocalMask is a command-line tool that runs locally to detect and mask personally identifiable information (PII) and secrets before data is sent to large language models. It solves the privacy and compliance problem for developers and organizations that need to use LLMs without exposing sensitive data.

llm security · local-first · privacy · pii maskinglocalmaskpro.com
ProductbuildingSun, Jul 12, 2026, 12:25 PM

AI search hallucination monitoring for businesses

A service that monitors how AI search engines (ChatGPT, Gemini, Perplexity) describe a business and alerts owners when hallucinations or wrong information cause customer loss. It helps SaaS and small businesses recover leads lost due to AI errors in private chat sessions.

search monitoring · ai hallucination · customer acquisition · saas
ProductlaunchedSun, Jul 12, 2026, 12:22 PM

Downhill Mayhem: a browser-based mountain bike racing game built with Claude

A free, open-source browser game inspired by Downhill Domination (PS2). The player races AI opponents down a procedurally generated mountain, performing tricks to charge boost and punching rivals. The entire game is a single HTML file with no external assets, built with Claude.

procedural generation · browser game · single html file · claudepranshuparmar.github.io/downhill-mayhem/
ProductlaunchedSun, Jul 12, 2026, 12:18 PM

Zer0Fit: MCP server for zero-shot ML with Google TabFM & TimesFM

Zer0Fit is an MCP server that wraps Google's TabFM and TimesFM foundation models, enabling zero-shot classification, regression, and forecasting via a local LLM. It allows users to perform ML tasks without training or tuning, connecting to Open WebUI, Claude Code, or Codex. Built for developers and researchers who want quick, local ML inference.

timesfm · regression · classification · tabfm
ProductlaunchedSun, Jul 12, 2026, 12:13 PM

AI-powered job search tool that scores and recommends top jobs

A web tool that queries multiple job APIs, filters and scores listings against a user's career profile using AI, then sends the top 5 matches. It helps job seekers find relevant opportunities efficiently.

automation · career · ai scoring · job searchintegrationfieldnotes.com/jobs
ProductlaunchedSun, Jul 12, 2026, 11:45 AM

Browser-based MMO with procedurally generated dungeons and custom spell creator

A browser-based MMO built in two days using Claude for art and a procedural dungeon generator. Features 40+ creatures, quests, zones, bosses, items, and a custom spell creator system. Demonstrates rapid game development with LLM assistance.

procedural generation · browser game · mmo · gamemageholdworld.com/eq3.html
ProductbuildingSun, Jul 12, 2026, 11:23 AM

AI coding agent creates real cloud infra behind dry-run + confirm

An MCP tool plugin for AI coding agents (Claude Code, Cursor) that provisions real cloud infrastructure (databases, auth, storage, hosting) on the user's cloud account. The agent creates projects, wires keys, and writes integration code, but requires a dry-run preview and explicit confirmation before any paid resource is created. Solves the trust and cost-control problem of letting AI directly manage cloud resources.

cursor · ai coding agent · mcp · dry-run
ProductlaunchedSun, Jul 12, 2026, 11:07 AM

AI-powered journaling and self-reflection space

Dr. Wong is an AI space for journaling and self-reflection. It uses LLMs to guide users through reflective prompts and analyze their entries, helping them gain insights into their thoughts and emotions. The product targets individuals seeking a structured, AI-assisted journaling experience for personal growth.

self-reflection · mental wellness · ai assistant · journalingwww.drwongai.com
ProductbuildingSun, Jul 12, 2026, 10:51 AM

MCP server for multi-agent interface contract negotiation

An MCP server that enables multiple AI agents working on the same codebase to share interface contracts and negotiate API changes in real time. It solves the problem of agents building against stale interfaces by alerting dependent agents when a contract changes, reducing merge conflicts.

multi-agent · agent infrastructure · interface contracts · mcp
ProductlaunchedSun, Jul 12, 2026, 10:50 AM

Machine Beater: 5-question head-to-head guessing game against LLMs

A game where a human and an LLM each ask 5 yes/no questions to guess a hidden answer, inspired by 20 Questions. The goal is to benchmark reasoning skills not captured by standard benchmarks, with planned model-model and human-model matchups.

benchmark · reasoning · game · llmplay.liminal.blue/s/machine-beater/
ProductlaunchedSun, Jul 12, 2026, 10:31 AM

Bot-Forge: describe a Discord bot, get generated code and a live test container

Bot-Forge is a platform where users describe a Discord bot in natural language, and it generates the corresponding discord.py code, spins up an isolated Docker container for live testing, and allows downloading the source code for a fee. It uses DeepSeek and NVIDIA NIM for code generation, with a Flask backend and Cloudflare Tunnel for public access.

deepseek · discord bot · docker · nvidia nimbot-forge.dev
ProductconceptSun, Jul 12, 2026, 10:22 AM

Structurally enforced Clean Architecture for LLM-driven development

A framework that makes Clean Architecture's dependency rule structurally unbreakable, similar to OS kernel isolation. It ensures that code layers cannot violate inward-only dependencies at compile time, which is particularly useful for LLM-generated code where conventional review may be unreliable. Targets developers using LLMs to generate or modify codebases.

llm-driven development · software architecture · clean architecture · code generation
ProductlaunchedSun, Jul 12, 2026, 10:16 AM

Sanbox: Isolated sandboxes for AI agents with MicroVM isolation

Sanbox is a platform that provides isolated, resumable sandboxes for running AI agents. It uses MicroVM isolation, a persistent filesystem, and a live trail of run events. The platform supports reusable templates, a CLI that works with Codex, Claude Code, Cursor, CI, or terminal, and can be self-hosted for security/compliance.

ai agents · microvm · sandbox · isolationsanbox.cloud
ProductlaunchedSun, Jul 12, 2026, 10:13 AM

Recreation of MU/TH/UR 6000 UI from Alien using Fable and Claude

A fan recreation of the fictional MU/TH/UR 6000 interface from the Alien franchise, built using Fable (a generative UI tool) and Claude. The creator, a React developer, used natural language prompts to generate the UI with minimal coding, demonstrating how LLMs can assist in rapid prototyping of complex animated interfaces.

threejs · fable · react three fiber · shaders
ProductlaunchedSun, Jul 12, 2026, 10:02 AM

Spendict: AI agent for performance marketing verdicts via MCP

Spendict is an AI agent that provides verdicts for performance marketers, using the Model Context Protocol (MCP) to integrate with marketing tools. It helps marketers evaluate campaign performance and make data-driven decisions.

performance marketing · marketing analytics · mcp · ai agentwww.spendict.com/
ProductlaunchedSun, Jul 12, 2026, 09:58 AM

YouTube watch history analyzer for parents

A tool that analyzes a child's YouTube watch history and generates a 'brainrot risk report' for parents. It uses LLMs to identify patterns like repeat channels, addictive loops, late-night spikes, and content quality, helping parents understand what content shapes their child's feed without relying on screen time alone.

youtube · parenting · content analysis · child safety
ProductlaunchedSun, Jul 12, 2026, 09:53 AM

CLI to analyze Claude Code session token costs

Tokenbill is an open-source CLI tool that parses local Claude Code session logs and estimates token costs. It runs entirely offline with no network calls, helping developers understand and optimize their Claude Code usage costs.

token-cost · cli · claude-code · open-sourcegithub.com/emrehangorgec/tokenbill
ProductlaunchedSun, Jul 12, 2026, 09:52 AM

Lip Sync AI creates talking videos from audio and a photo

Lip Sync AI is a web tool that generates talking videos by syncing lip movements to audio from a single photo. It uses AI to animate the face, enabling users to create realistic talking head videos without recording video. This solves the problem of producing video content quickly for content creators, marketers, or educators.

lip sync · talking video · face animation · ai video generationlipsyncai.co/
ProductbuildingSun, Jul 12, 2026, 09:47 AM

Voxel-style GTA online clone with AI agent NPCs and player-prompted assets

A voxel-style GTA online clone where all NPCs are AI agents and players can create in-game assets (cars, buildings, weapons) using natural language prompts. The goal is to create a dynamic, persistent open world that evolves based on player actions, offering a living alternative to static game worlds.

ai agents · voxel · procedural generation · claude
ProductlaunchedSun, Jul 12, 2026, 09:39 AM

Local-first coding agent for long autonomous runs

Grinta is a local-first coding agent designed for long autonomous runs. It uses LLMs to autonomously plan and execute coding tasks, solving the problem of needing constant human supervision for extended development sessions.

local-first · developer tools · autonomous · coding agentgithub.com/josephsenior/Grinta-Coding-Agent
ProductlaunchedSun, Jul 12, 2026, 09:35 AM

Runeward: Sandbox AI agents with policy gates

Runeward is a sandboxing tool for AI agents that enforces policy gates to restrict agent actions. It uses LLMs to interpret and enforce user-defined policies, solving the problem of unsafe or unintended agent behavior for developers building autonomous AI systems.

open-source · policy enforcement · ai safety · agent securityrunewardd.github.io/runeward/
ProductlaunchedSun, Jul 12, 2026, 09:33 AM

Euclis: shared project memory that captures decisions and blockers from chat and AI tools

Euclis is a free tool that automatically captures decisions, blockers, milestones, and insights from WhatsApp, Claude, Cursor, and the web, turning scattered chat into structured project memory. It helps teams and AI agents avoid starting from zero by providing persistent context. The tool uses LLMs to extract and organize information from conversations.

team collaboration · ai agents · knowledge management · project memory
ProductlaunchedSun, Jul 12, 2026, 09:28 AM

LLM-powered learning tool that streams generated lessons to avoid user abandonment

A learning tool that generates personalized lessons from a user's profile using an LLM. The key insight was that streaming the lesson output (instead of showing a blank spinner during 50-second generation) dramatically improved user retention. Solves the problem of users assuming the app is broken when generation takes time.

user experience · llm · streaming · education
ProductlaunchedSun, Jul 12, 2026, 09:08 AM

Alipay AI Pay: AI agent payment infrastructure for voice transactions

Alipay launched AI Pay, a payment infrastructure that enables consumers to make secure transactions through AI agents via voice commands. It also offers an AI payment processing product for businesses and developers to integrate AI-driven payments into their systems, solving the problem of frictionless agentic commerce.

ai payments · payment infrastructure · voice commerce · agentic economy
ProductlaunchedSun, Jul 12, 2026, 09:00 AM

Claude Science: AI-powered scientific research assistant

Claude Science is a version of Anthropic's Claude AI assistant tailored for scientific research. It helps scientists and researchers accelerate their work by analyzing data, generating hypotheses, and summarizing literature. The product was shipped to all paid Claude subscribers on launch day.

anthropic · ai assistant · scientific research · claude
RSS
ProductlaunchedSun, Jul 12, 2026, 08:52 AM

Terminal dashboard for Claude Code session management

DejaView is a terminal UI that reads Claude Code transcripts from ~/.claude/projects/, groups sessions by project, and lets users resume any session with Enter. It solves the problem of remembering which directory a Claude session was in for the claude --resume command. Built with Textual, it is read-only, local-only, and requires no configuration.

open-source · session-management · textual · claude-codegithub.com/dotbrt/dejaview
ProductbuildingSun, Jul 12, 2026, 08:48 AM

Gemma 4 inference in Godot via GDScript and Vulkan compute shaders

An experimental Godot 4.7 project that runs Gemma 4 inference entirely in GDScript and Vulkan compute shaders. It enables LLM inference within the Godot game engine, potentially for in-game AI or interactive experiences.

llm-inference · godot · compute-shaders · gamedevgithub.com/asallay/godot-llm
ProductlaunchedSun, Jul 12, 2026, 08:37 AM

Claude Code extension that injects real system time into context

A browser extension for Claude Code that adds a real-time clock to the AI's context, so it knows the current time and can detect long gaps between messages. This solves the problem of Claude having no sense of time, which leads to incorrect assumptions about project duration and inappropriate suggestions like telling users to sleep at 9 AM.

extension · time · claude · context
ProductlaunchedSun, Jul 12, 2026, 08:32 AM

Chrome extension detects manipulation tactics in political videos in real time

inLie is a Chrome extension that analyzes political YouTube videos (debates, interviews, speeches) as they play, flagging rhetorical manipulation tactics like fear appeals, whataboutism, dodged questions, us-vs-them framing, self-contradictions, and unsourced statistics. It uses an LLM to detect these tactics, but verifies each flag against the transcript to prevent hallucination, showing the verbatim quote and a clickable timestamp. It solves the problem of real-time awareness of manipulation for viewers of political content.

fact-checking · youtube · political manipulation · rhetorical tactics
ProductbuildingSun, Jul 12, 2026, 08:21 AM

Founder.exe: swarm of specialized AI agents for solo founders

Founder.exe is a hackathon project that replaces a startup team with a swarm of specialized AI agents. A manager agent plans a mission and delegates tasks to agents for market research, positioning, and building/shipping output. It solves the problem of solo founders lacking a team by producing concrete results instead of chat walls.

multi-agent · nous research · solo founder · swarm agents
ProductlaunchedSun, Jul 12, 2026, 07:54 AM

Attestor: open-source zero-trust boundary for autonomous AI agents

Attestor is an open-source execution boundary that enforces zero-trust security for autonomous AI agents. It uses LLMs to define and enforce policies that restrict agent actions, preventing unauthorized access or data leaks. This solves the problem of safely deploying autonomous agents in production environments.

zero-trust · open-source · execution boundary · securitygithub.com/Open-AGS/attestor
ProductlaunchedSun, Jul 12, 2026, 07:40 AM

Automated cold outreach deck builder using Claude Code

A workflow that watches the user's inbox, reads incoming lead requests, and automatically builds a personalized presentation deck using the Gamma MCP, matching the user's past style. It then writes a cover email and sends the deck, saving hours of manual work for agency owners.

cold outreach · automation · claude code · gamma mcp
ProductlaunchedSun, Jul 12, 2026, 07:38 AM

Inkfold – workspace across multiple AI providers with shared memory

Inkfold is a workspace that lets users interact with multiple AI providers (e.g., OpenAI, Anthropic) through a unified interface, with a shared memory system that persists context across sessions. It solves the problem of managing separate chat histories and contexts when using different AI models, providing a seamless experience for power users and developers.

llm · shared memory · multi-provider · ai workspacewww.inkfold.app/