Daily archive · Showcase radar
Small products from 2026-08-02
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-02 · 11 featured · 7 public samples
Featured products 11
Higher-signal samples with a clear product shape — worth reading first.
| # | Product | Subreddit | Category | Date | Source |
|---|---|---|---|---|---|
| 1 | pour: a free accessibility suite with WCAG audits and 43 vision simulations inside DevToolsOriginal title I built a free accessibility suite - WCAG audits in your devtools plus 43 vision simulations. Runs entirely locally, non-profit, engine is open source Original post excerpt I've just launched pour, a free accessibility toolkit. It's a non profit, so no paid tiers, no accounts, no catch. What it does: WCAG 2.0/2.1/2.2 audits from a devtools panel or the toolbar popup. Every finding shows the element, why it fails in plain english… pour is a free browser extension for web developers and designers. It runs WCAG 2.0/2.1/2.2 audits from a DevTools panel or toolbar popup, showing each failing element with a plain-English explanation and a fix. It also includes 43 vision and sensory simulations so you can preview how your site looks to users with color blindness, cataracts, or low vision. Runs entirely locally with no accounts. Accessibility compliance is becoming a frontend must-have, and this product's deep DevTools integration of both auditing and visual simulation is a form factor worth studying. | r/webdev | browser extension | 2026-08-02 | Open → |
| 2 | 3D Scroll Portfolio: an immersive Three.js scroll-animated showcase siteOriginal title We built a scroll-animated 3D website in Three.js. I'd love your honest feedback on the UX. Original post excerpt Hey everyone, Since day one, we decided to skip the traditional website route and build something fun. Our first year, we made a Three.js site where you walked a character around 3D billboards of our work. The second year, we scrapped it for a scroll-driven c… A Three.js-powered portfolio site that drives a 3D camera through scenes as the user scrolls, turning creative work browsing into an immersive experience. The team iterated over four years—character walk-around, scroll-driven camera, a failed Unity WebGL rebuild—before settling back on Three.js with a focus on scroll animation. Useful reference for design teams or studios exploring non-traditional portfolio formats. The honest multi-year tech-stack lessons (Three.js vs Unity WebGL trade-offs) and the scroll-driven 3D scene pattern offer valuable learning for indie builders evaluating immersive web experiences. | r/SideProject | app | 2026-08-02 | Open → |
| 3 | Domain Idea Tool: Generate and check available domain names in secondsOriginal title I got my first paying customer without spending a single dollar on ads. Original post excerpt A while ago, I got tired of wasting time searching for available domain names every time I wanted to start a new project. So I built a tool for myself that generates domain ideas and checks their availability in seconds. Instead of launching with ads, I focus… This is a tool for founders and indie builders that generates domain name ideas and checks availability in real time. Users can input a keyword and get a list of creative, unregistered domains in seconds, saving the hassle of manual checks. The maker acquired their first paying customer through SEO and niche blog posts, with zero ad spend, and the product is still evolving. Watch its zero-ad go-to-market play: focused SEO articles turned into a first paid subscription, a useful case study for indie makers launching small tools. | r/SaaS | app | 2026-08-02 | Open → |
| 4 | SyNex: desktop AI assistant with sci-fi HUD and real-time voiceOriginal title I built a JARVIS-style AI assistant with a live sci-fi HUD from scratch now turning it into something people can actually buy Original post excerpt Hey all wanted to share something I've been building solo for the past few months. I'm a second-year college student in Kerala, India, and in my free time I built SyNex a desktop AI assistant with real-time voice conversation (you can interrupt it mid-sentenc… SyNex is a desktop AI assistant supporting real-time voice conversation with mid-sentence interruption, wrapped in a JARVIS-style live sci-fi HUD. Built solo by a college student, it is now transitioning from a personal project to a commercial product. The combination of immersive visual UI and low-latency voice interaction is a product shape worth watching, especially as general AI assistants converge on similar chat interfaces. | r/SaaS | ai app | 2026-08-02 | Open → |
| 5 | SupportRoadmap: Interactive learning roadmap for breaking into Developer SupportOriginal title [Showoff Saturday] I built an interactive learning roadmap to help people break into Developer Support. Original post excerpt (Screen Studio Demo above) Howdy and G'day, A few months ago I built SupportRoadmap, an interactive roadmap for learning Developer Support. The goal was to create something more structured than another collection of links by combining learning paths, practica… SupportRoadmap is an interactive roadmap that helps people learn Developer Support in a structured way. Instead of a plain list of links, it combines learning paths and hands-on practice to guide aspiring developer support engineers. It's built for self-directed learners looking for a clearer entry path into this role. Worth watching for its angle: turning a fuzzy career path like Developer Support into an interactive, trackable learning experience — a neat vertical-edtech wedge. | r/webdev | data visualization | 2026-08-02 | Open → |
| 6 | DevScan AI: A local security scanner that catches what AI coding tools quietly breakOriginal title I built a local security scanner that catches what AI coding tools quietly break — and I'm opening it up for acquisition. Original post excerpt Every AI assistant introduces the same silent bugs: hallucinated imports, hardcoded secrets, and SQL injection buried in "working" code. Normal linters don't catch these. I built something that does. DevScan AI — 100% local, zero cloud calls, ever. What's und… DevScan AI is a fully local security scanner that detects silent bugs commonly introduced by AI coding assistants, such as hallucinated imports, hardcoded secrets, and SQL injection hidden in seemingly working code. It makes no cloud calls and works entirely on-device, targeting developers who rely on AI tools but need stronger safety checks than traditional linters provide. The author is currently opening it up for acquisition. As AI coding assistants expand the attack surface, this local-first scanner addresses a fresh pain point and offers a clearly shaped, acquirable product indie builders can learn from. | r/SideProject | ai app | 2026-08-02 | Open → |
| 7 | Highwire.news: A news analysis site that groups same-event coverage and compares framing across publishersOriginal title I built a Next.js news analysis site that compares claims and framing across publishers Original post excerpt I just launched Highwire.news , a project that groups reporting about the same event and analyzes how the coverage differs across publishers. The main technical challenge was turning a large set of articles into something structured and inspectable rather tha… Highwire.news is a Next.js-powered news analysis site that groups reports about the same event and lets readers compare how different publishers differ in claims, wording, and framing. It serves people who want to see media bias or coverage variance at a glance. The core capability is turning large sets of unstructured news articles into structured, inspectable comparisons. Indie builders can learn from how this product turns messy news articles into a clean comparative interface, and how the technical challenge of structural analysis can be productized as a dashboard. | r/webdev | dashboard | 2026-08-02 | Open → |
| 8 | Orion: Autonomous QA agent that tests full user journeys and surfaces bugsOriginal title Launched my QA Agent product today Original post excerpt Hey guys , Today I have launched my project "Orion" an autonomous QA agent . In the era of Ai , where dev teams push 10+ PR's on a daily basis, teams think that everything will work fine in production. They use the best code reviewer like code rabbit or any o… Orion is an autonomous QA agent for dev teams shipping 10+ PRs daily. It walks through complete user flows and catches real interaction issues like invalid email acceptance or misleading UI state, acting as a regression safety net beyond code review tools. It targets a clear pain point in high-velocity dev teams by turning AI into an end-to-end QA executor, making it a sharp product shape to watch in AI testing tools. | r/microsaas | ai app | 2026-08-02 | Open → |
| 9 | Telegram Habit Tracker Bot: Sticking to daily habits through chatOriginal title Building a micro-SaaS for my own forgetfulness: 3 months of dogfooding results. Original post excerpt Hi everyone! 👋 Let me share my story. I created a small Telegram bot for habits using Python. Initially, I made it for myself and those close to me to get my habits in order, or at least make a solid attempt at it) For example, I often skipped workouts, messe… A Python-built Telegram bot for habit tracking, originally created for the developer and close contacts. It targets people who have motivation but tend to forget tasks in daily busyness, sending timely reminders for workouts, sleep, hydration, and other habits. Has been dogfooded for three months. Small but authentic entry point — a personal-pain-driven micro SaaS that validates a habit-tracking need with a minimal stack (Python + Telegram Bot), and the three-month dogfooding process offers a relatable path from self-use to productization. | r/microsaas | saas | 2026-08-02 | Open → |
| 10 | AI Interface Audit: 30 tells that betray AI-generated UIOriginal title I audited an interface I built with AI and found about 30 things that gave it away Original post excerpt I built a site using AI tooling, and it worked fine. It just looked like every other site built the same way, and I could not initially say why. So I spent three days auditing it properly, one pass each for accessibility, layout, typography, colour, copy and… A developer built a site with AI tooling—it worked but looked indistinguishable from every other AI-generated site. They spent three days auditing it across accessibility, layout, typography, color, and copy, identifying roughly 30 common flaws that make AI-built interfaces instantly recognizable. The homogenization of AI-generated UI is becoming a differentiation opportunity; this audit doubles as a design checklist for removing the 'AI look.' | r/SideProject | ai app | 2026-08-02 | Open → |
| 11 | Orea: An open-source animated UI library for AI-powered frontend workflowsOriginal title I built a premium animated UI library (open source) Original post excerpt If you've used AI coding tools (Claude, Cursor, etc.) to build a frontend, you've probably run into this: it defaults to the same templated look every time, and the moment you ask for something specific — like a custom animation on a card, or proper color han… Orea is an open-source UI library aimed at developers building frontends with AI coding tools like Claude or Cursor. It provides ready-to-use animation and styling primitives to avoid the default templated look and reduce fighting with models over custom design details. Rather than replacing shadcn/ui, it acts as an extra layer of design skill for AI-generated interfaces. It addresses a real pain point in AI-generated UIs—same-y aesthetics and hard-to-control styling—making it a compelling example of packaging design taste into a reusable library. | r/webdev | template or generator | 2026-08-02 | Open → |
Public samples 7
Other concrete small products and betas that passed the public filter.
| # | Product | Subreddit | Category | Date | Source |
|---|---|---|---|---|---|
| 12 | API Bill by Account: split API costs per user to spot the 7% eating your marginOriginal title Pulled my API bill by account and 7% of users were eating half of it, two on the cheapest plan Original post excerpt I am a solo founder, two years in with my microsaas. I look at the api bill every month, its normally fine so i dont think about it much. This June it was alot higher, it was our second biggest cost after rent, and i opened it again because i figured i made a… A solo founder two years into a micro SaaS found API bills had become the second-largest cost after rent. Breaking it down by account revealed that 7% of users consumed half the total bill, two of them on the cheapest plan. This kind of cost analysis matters for any SaaS built on third-party APIs. API cost creep is a silent killer for micro SaaS—watching how founders attribute costs per account is a lesson for anyone dependent on third-party APIs. | r/microsaas | saas | 2026-08-02 | Open → |
| 13 | Gym Landing Page Copy Project: A Cautionary Tale on Performance-Based DealsOriginal title I built a page for a gym owner for free that worked more than it should Original post excerpt This happened late 2024, I was still new to the space of copywriting and found my first client. Booked him, nice deal, but I made a HUGE mistake in the offer set up (mainly to close) and that is if we reached X conversion rate, i get paid. Long story short, h… The author started copywriting in late 2024 and took on a gym owner as their first client on a conversion-based payment model. They tried SEO keyword optimization to rank the page and even got cited by Google AI Overviews, but the contract fell through because the client had no existing traffic. Two years later, the author reflects that you must verify a client's traffic before starting work and should insist on upfront or milestone payments. Not a product but a practical lesson: performance-based deals are extremely risky without guaranteed traffic, especially for SEO/AI search optimization projects where the client's existing audience is a prerequisite. | r/EntrepreneurRideAlong | ai app | 2026-08-02 | Open → |
| 14 | Reddit Promotion Matcher: paste your site and get subreddits where you can promote safelyOriginal title Most saas founders use reddit for early distribution, if you one of those i made something for you Original post excerpt So there are many problems while distributing on Reddit such as going against the rules. Many subs block or remove the promotion or link shared So i built a tool where you put your site in and it gives you subs catered to you to promote, to get proper visibil… A tool for SaaS founders who use Reddit for early distribution. You enter your website and it suggests subreddits tailored to your product, helping you find places where promotion is allowed and can actually get visibility, avoiding removal or bans. It solves the pain point of getting deleted for violating subreddit rules. It targets a very specific and common pain point for indie SaaS founders: Reddit distribution without getting banned. The focused angle on rule-safe subreddit matching makes it an interesting slice of the marketing-tool space. | r/SideProject | saas | 2026-08-02 | Open → |
| 15 | Rental Property Analyzer: an Excel tool for rental buyers to check ROI before signingOriginal title Ride Along: I built a rental property analyzer in Excel, listed it on Etsy 3 days ago, and got 3 views. Here is the product and my plan. Original post excerpt The numbers so far Time to build: ~3 weeks (spreadsheet + 18-page PDF guide + listing photos) Etsy listing age: 3 days Views: 3 Sales: 0 Revenue: $0 What I built A rental property analysis spreadsheet for people who buy rental properties and actually want to… A rental property analysis spreadsheet built for people buying rental properties who want to verify returns before closing. The creator spent ~3 weeks building the spreadsheet, an 18-page PDF guide, and listing photos, then listed it on Etsy. The core is a single input page that computes cash flow, cap rate, DSCR, cash-on-cash return, and more. It launched 3 days ago with 3 views and 0 sales, still in the early validation stage. A low-friction niche tool on Etsy is a cheap way to test demand; worth watching how the builder handles the cold start problem. | r/EntrepreneurRideAlong | dashboard | 2026-08-02 | Open → |
| 16 | MaCompaney: an iOS app that reminds you to keep in touch with people at your chosen frequencyOriginal title My competitors you ask ? Its the phone app and iMessages :) Original post excerpt iPhones should have this feature by default, but they don't. I always wanted a list of people I aim to keep in touch with, and the frequency I choose for each. So when I don't reach out after that period, it stars warning me. I launched MaCompaney on IOS, ple… MaCompaney is an iOS app that lets you create a list of people you want to stay in touch with, choosing a frequency for each. If you don't reach out within that period, it starts warning you. It addresses the gap where phones and iMessages don't natively support relationship maintenance reminders. It tackles a universal pain point with a minimal, focused reminder loop—worth watching for how it approaches retention and word-of-mouth. | r/SaaS | app | 2026-08-02 | Open → |
| 17 | Personalized daily practice app that turns manifestation goals into tailored exercises and belief trackingOriginal title launched a subscription manifestation app ($3.99/wk) — here's the differentiator + the model Original post excerpt solo founder, just shipped. weekly sub, 3-day trial. instead of a generic affirmation feed it writes a personalized daily practice per your goal + a belief tracker. still early on retention data, happy to share numbers as they come. would love feedback on the… A subscription-based app for personal growth users, using a weekly sub with a 3-day free trial. Unlike a generic affirmation feed, it generates personalized daily practices based on each user's goal and includes a belief tracker. Still early stage with retention data pending. In a crowded manifestation/mindfulness space, it differentiates via personalized exercise generation and tests whether a premium weekly subscription can hold — indie builders should watch the pricing-and-retention combo. | r/microsaas | app | 2026-08-02 | Open → |
| 18 | Story-to-Short: Turn written stories into animated short videos with AIOriginal title Watch Stories Become Shorts Original post excerpt I remember when I first started in 2020. I created videos using images with voiceovers and uploaded them to YouTube consistently for 30 days. They barely got any views, but I think that's part of the journey. After ChatGPT's image generation (especially the G… An AI tool for YouTube and short-form video creators that converts written stories into narrated, animated short videos. It chains AI scriptwriting, image generation, and animation into one workflow, so creators can produce videos from text input. Currently in MVP validation stage. Indie builders can watch how it orchestrates multiple AI capabilities into an end-to-end content pipeline and whether creators actually adopt this workflow. | r/microsaas | ai app | 2026-08-02 | Open → |