Daily archive · Showcase radar

Small products from 2026-08-01

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-08-01 · 2 featured · 12 public samples

Public samples 12

Other concrete small products and betas that passed the public filter.

# Product Subreddit Category Date Source
3
AI SaaS Cost Dilemma: Offloading inference to users' existing AI subscriptions

Original title

AI broke the near-zero marginal cost assumption in my micro SaaS. The four ways out, ranked.

Original post excerpt

The whole appeal of a micro SaaS is that serving user number 500 costs about the same as serving user number 5. Wire an LLM into the product and that math quietly dies. Now every active user has a per-action price tag, and the free tier, the thing that is sup…

A r/microsaas field report arguing that wiring LLMs into a micro SaaS kills the near-zero marginal cost advantage. The author ranks four coping strategies and ultimately picks the approach of having users bring their own AI subscriptions, shifting per-action inference costs entirely to the user side.

This is one of the most common monetization pain points for AI-wrapper micro products, and the BYO-subscription pattern offers a concrete architectural workaround worth studying.

r/microsaas ai app 2026-08-01
4
House of Die: a PSX-style horror roguelite about beating the dealer with dice

Original title

I made a push-your-luck roguelite about escaping a house through dice (inspired by Unfair Flips). The goal of House of Die is to beat the dealer by ordering dice from 1 to 6.

Original post excerpt

House of Die is a short PSX-style horror roguelite about escaping a house through dice games, run by some dealers. I got hooked on Unfair Flips a while back and couldn't stop thinking about that push-your-luck itch, so I built a haunted house around it. You s…

A short PSX-retro horror roguelite where you must roll dice in sequence from 1 to 6 within 100 throws to beat the dealer. Correct sequences earn coins for probability-altering trinkets; failures carry consequences. The developer built a haunted-house narrative around the push-your-luck addiction of dice games like Unfair Flips.

Worth studying how a single dice mechanic is wrapped into horror aesthetics and roguelite progression — a compact design approach relevant to solo game devs.

r/indiedev app 2026-08-01
5
LOLM: a lower-cost LLM agent that exposes its own reasoning steps

Original title

I built LOLM, a lower-cost LLM agent that shows what it actually did — looking for blunt feedback

Original post excerpt

I’m one of the founders/builders behind LOLM. Most AI products show an answer but hide whether the system retrieved anything useful, verified the result, switched models, hit a limit, or simply stopped. LOLM exposes those parts through controller events and r…

LOLM is an LLM agent platform built for developers who want to see exactly what the agent did—retrieval, verification, model switching, limits hit—via controller events and run receipts. It includes a CLI, coding workflows, memory, and self-hosting options, positioned at a lower price point than major frontier agent platforms.

Its bet on agent transparency as the core differentiator targets a real pain point with current black-box AI products, making the product shape worth studying for indie builders.

r/microsaas ai app 2026-08-01
6
Fitness App: let users pick their own free module

Original title

We don’t “meter” the free tier – instead we give away a whole section of the product (the customer gets to choose which section that is). I have no idea if that’s the right thing to do.

Original post excerpt

I am throwing out there a pricing strategy that I have not yet seen in the market, and I am not sure if it is good or not. I built a fitness app consisting of 6 different modules/sections, each has its own Home Screen and each has its own set of Navigation. I…

A fitness app with 6 standalone modules offers a free tier of 2 fixed core modules plus 1 user-chosen module, with no metering or time limits. The founder posted the strategy to gauge whether self-selected free sections outperform traditional feature gating.

The choose-your-own-free-module pricing shape is uncommon and worth tracking for builders of multi-module SaaS who want alternatives to standard freemium fences.

r/microsaas ai app 2026-08-01
7
Vibe Coding Startups Watch: Where Are the Companies Built with These AI Coding Tools?

Original title

Where are all the "vibe coding" startups? Are we still at the beginning?

Original post excerpt

I've been trying to understand where we are in the whole vibe coding wave. The tools are clearly here; Figma AI, Lovable, Cursor, Replit, Claude Code, Bolt, etc. They make it possible for individuals or small teams to build products much faster than before. B…

This post explores the current state of the vibe coding wave. The author notes that AI coding tools like Figma AI, Lovable, Cursor, Replit, Claude Code, and Bolt are already mature, enabling individuals or small teams to build products much faster. However, they question: where are the startups actually created using these tools? The post isn't about companies that use these tools directly, but rather asks where the startups built on top of these tools are, reflecting on whether we're still at the early stage of this wave.

For indie developers, tracking how these AI coding tools translate into real commercial products helps assess the maturity of the current tech wave and potential entry points.

r/Entrepreneur ai app 2026-08-01
8
aMazeControlPlane: open-source governance control plane for self-hosted MCP/A2A agents

Original title

Built an open-source AI Control Plane for self-hosted MCP/A2A agents — looking for feedback

Original post excerpt

Hi everyone, Over the past few months I've been working on aMazeControlPlane , an open-source control plane for AI agents. As I experimented with LangGraph, OpenAI Agents SDK, CrewAI, and MCP servers, I noticed that orchestration frameworks solve how agents w…

An open-source control plane positioned as a governance layer above orchestration frameworks. The author found that tools like LangGraph, OpenAI Agents SDK, CrewAI, and MCP solve agent execution but lack governance for how agents interact with tools and external services. It targets self-hosted deployments.

As MCP and A2A protocol ecosystems grow rapidly, the agent governance layer rather than orchestration itself may become an infrastructure niche worth watching for indie builders.

r/selfhosted ai app 2026-08-01
9
Paste Queue: copy multiple items upfront, paste them in sequence with one shortcut

Original title

I got tired of going back after every paste

Original post excerpt

I never realized how much time I wasted doing this: Copy → Paste → Go back → Copy → Paste → Repeat. Whether I’m filling forms, replying to messages, or moving code between apps, the constant context switching was more annoying than the work itself. So I built…

A small utility that eliminates the copy-paste-go-back cycle. Users copy everything they need first, then paste each item in order via a single shortcut. Useful for form filling, replying to messages, or moving code between apps.

It targets a tiny but universal friction worth watching to see if micro-utilities can convert low-friction habits into retention.

r/microsaas app 2026-08-01
10
Basalt: edit and preview React Native apps directly inside VS Code

Original title

Built Basalt - an RN tool that lets you edit your apps

Original post excerpt

ive always had a problem where i would want to just edit something in my app real quick, i didnt want to scan QR code again just to see if the color of 1 button is the one that i wanted So I made Basalt, it lets you edit your RN and Expo apps, not only edit b…

Basalt is a VS Code and Cursor extension that lets developers edit, preview, and inspect React Native and Expo app elements without leaving the editor or rescanning QR codes. It is currently in beta and free to use.

The in-editor live preview and inspection pattern is a product shape worth watching for indie builders interested in developer tooling.

r/buildinpublic app 2026-08-01
11
WebRTC Anonymous Chat Room: Instant P2P Chat in the Browser

Original title

I built a browser-based anonymous chat using WebRTC

Original post excerpt

After spending a lot of time learning and working with WebRTC, I've finally finished an anonymous chat platform that runs entirely in the browser, no downloads or sign-up required. Tech stack: - Rust backend (signaling) - Svelte frontend - WebRTC for peer-to-…

A fully browser-based anonymous chat platform with no downloads or sign-up required. It uses Rust for signaling, Svelte for the frontend, and WebRTC for peer-to-peer text, voice, and video communication, supported by STUN/TURN servers for network traversal. The developer tackled key challenges like ICE negotiation, browser compatibility, and NAT traversal.

This project demonstrates a complete WebRTC implementation for real-time browser communication, offering valuable insights for indie builders exploring P2P networking and real-time apps.

r/webdev app 2026-08-01
12
Self-hosted Family Coordinator: shared scheduling and updates for co-parenting households

Original title

What are the most desired features of a self hosted application.

Original post excerpt

Hey! I made an application to help me manage communication with my children's mother, and some other family members. Essentially, it allows me to make updates about doctor appointments, school events, etc. pretty easily. Previously, I had an issue where my ex…

A self-hosted app built by a developer to coordinate child-related updates—doctor appointments, school events—with an ex-partner and extended family. The core feature is a single publish-and-comment feed that replaces repeated check-ins and group chat noise. Currently personal-use only, with plans to refactor and open-source.

Co-parenting communication is an underserved niche with a clear pain point—worth watching how the self-hosted community responds to this kind of focused family coordination tool.

r/selfhosted open source tool 2026-08-01
13
Flowtime: a personal focus and time management app

Original title

Just crossed 400 users!

Original post excerpt

A couple weeks ago i made a post here about my App Flowtime hitting its first milestone of 100 users. Today, we crossed 400! Still feels absolutely surreal to me, but makes me so incredibly happy! THANK YOU THANK YOU THANK YOU!! To each and every single perso…

Flowtime is a personal productivity app focused on time management or focus tracking. The builder shares growth milestones publicly and grew from 100 to 400 users in about two weeks. The original post does not detail specific features, but the category and community response suggest a focus timer or task management direction.

Worth watching as a Build in Public case study—how consistent community posting can drive early user growth for a solo-built app.

r/buildinpublic app 2026-08-01
14
Samudra Manthana: A 4-clan asymmetric strategy game inspired by Hindu mythology

Original title

Looking for feedback on Samudra Manthana, a 4-clan asymmetric strategy game (free browser playtest, solo vs AI or hotseat)

Original post excerpt

Hi all. I have been building an asymmetric strategy game and just put up a free browser playtest. I would love this community's eyes on it, and I am happy to play and comment on yours in return. What it is: Samudra Manthana is set in the Hindu myth of the Chu…

Samudra Manthana is an asymmetric strategy game set in the Hindu myth of the Ocean Churning, available as a free browser playtest with solo vs AI or hotseat modes. Players control one of four clans (warrior, economy, core, mercenary), each with unique mechanics. Turns alternate between day (actions, harvest, tribute) and night (unit production, movement, combat), earning honor through tribute, battles, and core clashes every three rounds.

The game experiments with weaving rich cultural mythology into asymmetric strategy mechanics, worth watching how it balances clan-specific gameplay differences.

r/gamedev ai app 2026-08-01