Daily archive · Showcase radar
Small products from 2026-07-29
This archive keeps the public showcase samples from this source date. The main showcase feed always shows the latest non-empty day.
Source date: 2026-07-29 · 8 featured · 9 public samples
Featured products 8
Higher-signal samples with a clear product shape — worth reading first.
| # | Product | Subreddit | Category | Date | Source |
|---|---|---|---|---|---|
| 1 | AI Filmmaking Tool: AI video generation and reference management for indie creatorsOriginal title I Built a AI Filmmaking tool - would love any website feedback Original post excerpt Hi everyone, My name is Brad and I'm a solo founder. I released an AI Filmmaking tool about two weeks ago and would love any website feedback from the community. I've gone through a couple rewrites already of the content on the page. I previously was focusing… A solo-founder AI filmmaking tool for creators who need coherent AI-generated video and a way to manage large volumes of reference images. Core capabilities focus on solving continuity issues in AI video and streamlining reference asset organization, positioning between generic generators and professional film workflows. Worth watching for how it differentiates in a crowded AI video space by targeting continuity and reference management rather than building yet another generic generator. | r/SideProject | ai app | 2026-07-29 | Open → |
| 2 | UGCBundle: pre-made UGC video bundles for solo founders on zero budgetOriginal title Build my second app after first one hit $1k MRR . Original post excerpt I just launched a new app after hitting 1k MRR with one one . I can tell why Marketing is so tough . Every piece of advice I got were basically the same: "Find UGC creators." "Pay creators to make videos." "Test lots of creatives." Sounds great until you're m… The founder's second app after their first reached $1k MRR. It hires 10+ UGC creators upfront and bundles their video content, letting solo founders skip the per-creator negotiation and hundreds of dollars in trial spend. Built for early-stage founders who can't justify big marketing costs before landing their first customer. It targets a well-known but under-solved pain point — UGC marketing advice is everywhere but impractical for pre-revenue solo founders — with a concrete product shape worth tracking. | r/SaaS | app | 2026-07-29 | Open → |
| 3 | HeyZoku: Orchestrate coding agents with your voice, offlineOriginal title I built an app using which Orchestrate an army of coding agents with your voice. Original post excerpt I am an indie builder building this product HeyZoku. The world is changing very fast and in this new world voice is gonna be our primary way of interacting with the machines. We have to be at the forefront to make this reality and HeyZoku is my first contribu… HeyZoku is an app that lets you control multiple CLI coding agents using voice commands on your Mac. It uses NVIDIA Parakeet to run fully offline, eliminating the need for monthly subscriptions and keeping your data local. A fresh take on voice-driven dev workflows. Demonstrates a practical, privacy-first approach to voice-controlled agent orchestration—valuable for indie builders exploring low-cost, offline interaction patterns. | r/SideProject | app | 2026-07-29 | Open → |
| 4 | Historai: An interactive history podcast you can interrupt to ask the hosts anythingOriginal title I built a history podcast you can interrupt to ask the hosts anything Original post excerpt I've been building Historai for a while and finally shipped it. You type any moment, person, or object from history and it researches and narrates a real episode about it, two hosts, visual slides, the works. The part I'm proudest of: you can interrupt the ep… Historai generates a full podcast episode with two hosts and visual slides from any historical moment, person, or object you specify. Its standout feature is the ability to interrupt playback, ask the hosts a question, get an answer, and resume—a capability traditional podcasts lack. Designed for learners who want to dive deep into specific history details. Combines AI-generated podcasting with real-time interactivity, offering a new content format that indie builders can adapt for other domains. | r/SideProject | side project | 2026-07-29 | Open → |
| 5 | PsstDrop: Temporary private drops that disappear after opening or expiryOriginal title PsstDrop - Temporary private drops that disappear after opening or expiry Original post excerpt I built PsstDrop and I’m looking for feedback on whether the value is obvious. The basic idea: You create a drop, share the link, and the drop disappears based on the rule you choose — after opening, after a view limit, or at a specific time. I built it becau… PsstDrop lets you create one-time 'drops' — links that auto-destroy based on rules like first open, view count, or time. It's for sharing temporary notes, surprises, or files without permanent traces. No bloat, just simple self-destructing sharing. A clean execution of a tiny but real need: ephemeral sharing. It shows how to carve a narrow product niche without feature creep, making it a great pattern for indie builders. | r/SideProject | app | 2026-07-29 | Open → |
| 6 | LibreDB Studio: Self-hosted browser-based DB GUI for teamsOriginal title LibreDB Studio- Self-hosted browser DB GUI so your team doesn't need share connectionString Original post excerpt I wanted a DB GUI that lives in the browser and isn't locked to one engine postgres, today, redis or mongo tomorrow, same UI, on my own network(on-prem, PaaS, docker, k8s etc..) Most options I knew fell into one of these: - Desktop multi-DB (DBeaver / DataGri… A browser-based database GUI that's not tied to any single engine—use Postgres today, Redis or Mongo tomorrow with the same UI. Self-host on your own network (on-prem, PaaS, Docker, K8s etc.) so your team no longer needs to share connection strings. It frees developers from desktop-only tools like DBeaver or DataGrip. Interesting product shape: a web-based multi-DB GUI that can be self-hosted, solving a real team collaboration pain point without locking users into one database engine. | r/SideProject | app | 2026-07-29 | Open → |
| 7 | Aural: A self-hostable voice-first AI mock interview platformOriginal title I built Aural, a self-hostable voice-first AI mock interview platform Original post excerpt I built Aural because most AI interview tools are closed SaaS products that store recordings, transcripts, and feedback on someone else’s infrastructure. Aural is MIT licensed and lets you keep that data in your own PostgreSQL database, protected with Supabas… Aural is an MIT-licensed, self-hosted AI mock interview tool that lets users keep recordings, transcripts, and feedback in their own PostgreSQL database protected by Supabase Row-Level Security. Built with 100% TypeScript (Next.js + Supabase), it provides a voice-first interview practice experience without storing data on third-party infrastructure. Designed for privacy-conscious job seekers and developers who want full control over their interview data. Aural demonstrates a privacy-first approach to AI interview coaching by combining self-hosting with MIT licensing—a pattern indie builders can replicate for other voice-based AI tools where data ownership matters. | r/selfhosted | ai app | 2026-07-29 | Open → |
| 8 | BetterGPT-150M: A compact text generation model for local deployment and experimentationOriginal title Built and released BetterGPT-150M – A compact 150M parameter completion model (+ live HF Space demo) Original post excerpt Hey everyone, I recently finished pre-training BetterGPT-150M, a small, lightweight causal language model with ~152 million parameters.Trained on 15B tokens. Dataset & Training: Trained across stable and annealing phases using curated datasets (including Fin… BetterGPT-150M is a small causal language model with ~152M parameters, trained on 15B tokens using curated datasets (FineWeb-Edu, fine maths, cosmopedia, starcode-python, etc.). It targets developers and researchers who need a lightweight model for local inference, fine-tuning experiments, or embedding in small applications. A live Hugging Face Space demo is available for hands-on exploration. Shows how to train a practical lightweight model with limited compute; the dataset mix and training schedule (stable/annealing phases) offer valuable patterns for indie builders exploring low-cost AI model development. | r/LocalLLaMA | ai app | 2026-07-29 | Open → |
Public samples 9
Other concrete small products and betas that passed the public filter.
| # | Product | Subreddit | Category | Date | Source |
|---|---|---|---|---|---|
| 9 | Deliberate YouTube: A browser extension to help you stay intentional about YouTube timeOriginal title I got tired of opening YouTube for one video and losing an hour, so I built this Original post excerpt Demo Video Demo video is also on YouTube: https://www.youtube.com/@DeliberateYouTube I originally made it because I kept opening YouTube intending to watch one specific video, only to realize much later that I'd spent far more time than I meant to. Instead of… Tired of opening YouTube for one video and losing an hour? This extension doesn't block YouTube but helps you stay aware of your usage with reflection prompts before long sessions, recommendation loop deviation alerts, and a full session timeline. Multiple intention modes and highly customizable settings give users control over their viewing habits. It uses cognitive friction rather than blocking, offering a pattern for attention-aware tools that indie builders can adapt to other platforms. | r/SideProject | browser extension | 2026-07-29 | Open → |
| 10 | TellioBall: a fast-paced 2D online football game with ranked leagues and dedicated serversOriginal title I built TellioBall, a 2D online football game with ranked leagues and dedicated servers Original post excerpt I’ve been building TellioBall in Godot, a fast-paced 2D online football game currently in testing the clip only shows a basic 1v1 match but the game supports up to 6v6 in normal matches and up to 4v4 in ranked leagues it includes ranked matchmaking an in-game… TellioBall is a Godot-built 2D online football game currently in testing. It supports up to 6v6 in normal matches and 4v4 in ranked leagues, with features like matchmaking, in-game economy, bot practice, team play, and custom matches. Ranked games have an entry fee and winner-takes-all prize pool; all multiplayer runs on dedicated authoritative servers instead of P2P. This indie game showcases a competitive twist with entry-fee ranked leagues and dedicated server architecture, offering a solid reference for indie devs exploring multiplayer game design. | r/SideProject | side project | 2026-07-29 | Open → |
| 11 | OTI: self-hosted one-time secret sharing toolOriginal title OTI: self-hosted one-time secret sharing with client-side hybrid encryption Original post excerpt I’ve released a major update to OTI, an open-source, self-hostable service for sharing text or small .txt files through links that can be intentionally viewed only once. The privacy boundary is deliberately simple: encryption and decryption happen in the brow… An open-source, self-hostable service for sharing text or small .txt files via links that can be intentionally viewed only once. Encryption and decryption happen entirely in the browser, keeping the privacy boundary deliberately simple. Ideal for individuals or teams needing temporary secure information transfer. Indie builders can learn from its minimal privacy design—client-side encryption with no server trust needed. A straightforward product shape for a clear pain point. | r/selfhosted | template or generator | 2026-07-29 | Open → |
| 12 | FollowUp: a conversation-follow-up reminder tool for forgetful folksOriginal title feedback on my little side tool for staying on top of convos? Original post excerpt ok so this is gonna sound dumb but i built a thing cause i kept forgetting to follow up with people. like i'd have a conversation, say i'll get back to you, and then completely forget about it for a week so i made this tiny app that just sends you a nudge if… This is a lightweight reminder app for people who often forget to follow up on conversations. It shows a dashboard of unanswered chats and sends nudges when you haven't replied in days, helping reduce response time from days to under 24 hours. It tackles a specific micro-pain point with a minimal approach, avoiding bloat of full CRM systems. indie makers can learn how to slice a sharp use case and ship fast. | r/alphaandbetausers | dashboard | 2026-07-29 | Open → |
| 13 | FreeFlow: Turn your AI agent into a team member that responds to tickets with PRsOriginal title I gave my agent a ticket in a chat channel and it replied with a PR Original post excerpt Your AI agent writes half your code and still can't join the chat. That's been bugging me for months. My agent ships real work every day, but it lives in a terminal where nobody else on the team can see it. So we built FreeFlow. It's a completely free open so… FreeFlow is a free, open-source team chat tool that lets you invite your AI agent into the conversation. Give it a ticket by @mentioning it, and the agent works in a shared thread and replies with a PR — no copy-paste needed. Self-hostable and seat-free. By making the agent a first-class participant in team chat, FreeFlow rethinks how human-AI collaboration could work, a valuable pattern for indie builders exploring agent-native workflows. | r/SaaS | ai app | 2026-07-29 | Open → |
| 14 | CodeBlastMapper: A code change impact preview tool for solo devsOriginal title I was a solo dev who couldn't trust AI generated code without reviewing it, so I built a codebase map that shows what breaks before it ships Original post excerpt I kept running Cursor and Claude Code on my own projects and hit the same problem over and over. The agent's code looked fine on its own, but I had no idea what else in the repo it was quietly breaking downstream. I tried using Claude to do code reviews but i… A tool built for solo developers using AI coding assistants like Cursor and Claude Code. It maps repo structure (call graph, dependencies, data flow) and visualizes the blast radius before code changes are shipped, helping catch hidden breakage caused by AI-generated code. Tackles a common pain point among indie devs: AI code that silently breaks other parts of the repo. Its lightweight dependency index approach is a practical product shape worth watching. | r/SaaS | ai app | 2026-07-29 | Open → |
| 15 | Tonewood: AI guitar coach that catches subtle wrong notes during practiceOriginal title I'm building an AI guitar coach. It caught a wrong note that I could barely see myself. Original post excerpt I've been building this mostly because I wanted it for myself. I've played guitar as a hobby for years. There are endless lessons online, but nobody is actually watching me play. When something sounds off, I usually don't know why. A teacher could probably sp… Tonewood is an AI coach for self-taught guitarists. Record about a minute of your playing, and it evaluates your hands, rhythm, and dynamics, then pinpoints the exact moment you made a mistake. Instead of vague advice like 'practice more', it tells you what to work on. It addresses the lack of real-time feedback in self-learning music, using AI to replicate a teacher's ability to spot errors. A lean, vertical product worth watching. | r/SideProject | ai app | 2026-07-29 | Open → |
| 16 | JustGains: All-in-one fitness app combining lifting, macro tracking, and run loggingOriginal title I got tired of juggling a lifting app, a macro app, and a run tracker, so I built one app that does all three. Roast it before I sink another year into it. Original post excerpt Disclosure up front: I'm one of the people building this. Friends are too polite and app-store reviews are too vague, so I'd rather get flamed by strangers who lift. The app is JustGains (justgains.com, iOS / Android / web). The itch we're scratching: trainin… JustGains is a cross-platform app (iOS/Android/Web) for fitness enthusiasts that unifies three typically separate subscriptions: weightlifting logging, macro tracking, and run tracking. It features four focused modes (Train, Eat, Run, Coach) each with its own home screen instead of a tab bar, reducing app switching friction. Core capabilities include set/rep logging, rest timer, dietary tracking, and cardio performance logging. Indie builders can observe how bundling vertical-specific functions (strength, nutrition, cardio) into one product reduces user friction, and how focusing modes rather than a generic tab bar simplifies the UX. | r/SideProject | ai app | 2026-07-29 | Open → |
| 17 | ClipNarrate: Turns raw uncut videos into complete, narrated video tutorialsOriginal title I built an app that turns any raw uncut recorded or produced videos into a complete cut and narrated video tutorials and narration. Original post excerpt Yes :) submitted by /u/Humble_Chocolate4489 [link] [comments] A tool for content creators, educators, or teams who need to produce video tutorials. It takes raw, unedited footage and automatically cuts it into a structured tutorial, adding narration—eliminating manual editing and voice-over work. Automates the two most time-consuming parts of tutorial creation (editing + voiceover) in one product, worth watching for indie builders exploring workflow simplification. | r/SaaS | app | 2026-07-29 | Open → |