Daily archive · Showcase radar

Small products from 2026-07-06

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-06 · 6 featured · 10 public samples

Public samples 10

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

# Product Subreddit Category Date Source
7
HN AI Radar: A tool that tracks the share of AI-generated content on the HN front page in real time

Original title

[Showoff Saturday] Tracking how much of the HN front page is AI-generated

Original post excerpt

For the past few months, I've been sending every story that reaches the HN front page through Pangram's AI detector and noting the scores. The reason I made it is that I kept noticing posts that sounded like AI-generated to me. Sometimes the comments pointed…

This tool automatically checks every story that hits Hacker News's front page using the Pangram AI detector, assigning an AI likelihood score. It shows live data, daily/monthly trends, and leaderboards by domain or author. Useful for anyone curious about how much AI content makes it into HN's top stories.

A simple yet effective pattern: consume an API, run detection, and present trends. It's a low-code data product that indie developers can replicate for any community platform.

r/webdev ai app 2026-07-06
8
ComplianceAgent: Open-source CLI tool for EU AI Act compliance scanning

Original title

ComplianceAgent: Open-source EU AI Act compliance scanner

Original post excerpt

Hey r/SideProject , I built ComplianceAgent — a CLI tool that scans AI projects for EU AI Act compliance. Why I built this: EU AI Act deadline is August 2026 Existing tools cost $30K+/year Zero open-source alternatives Developers need something simple What it…

ComplianceAgent is a CLI tool that scans AI project code to help developers assess compliance with the upcoming EU AI Act (deadline August 2026). Designed for small teams and indie devs who need an affordable, open-source alternative, it detects AI providers, flags potential violations, and generates compliance reports.

With existing compliance tools costing $30K+/year, this open-source project offers a low-cost entry point for indie builders. Its CLI-first approach also makes it suitable for CI/CD integration, making the product shape worth observing.

r/SideProject ai app 2026-07-06
9
Skwado: a lightweight scheduling tool to stop the "when's everyone free" spiral in friend groups

Original title

Built a tool to kill the "when's everyone free" WhatsApp spiral — feedback welcome

Original post excerpt

Every time me and my friends try to plan something - padel, a cabin trip, whatever - it's the same mess: someone asks when everyone's free, replies trickle in over days, and nothing gets decided. I got frustrated and decided to build Skwado to remove that iss…

A simple app for quickly coordinating free time among small groups. Instead of endless back-and-forth messages on WhatsApp, Skwado lets members vote on available slots and automatically finds common availability, making activity planning seamless.

It directly solves a universal group-chat pain point with a minimal UI; indie builders can learn from its focused scope on event polling vs. full calendar management.

r/indiehackers app 2026-07-06
10
AI Prank Call: AI-powered customized prank call generator for fun seekers

Original title

I built an AI prank call site — looking for feedback on UX, safety, and positioning

Original post excerpt

I’m building AI Prank call — an AI prank call tool that lets people create funny, customized prank calls using AI voices. The idea is simple: Instead of using the same old pre-recorded prank scripts, you can customize the scenario, pick a voice, and generate…

A tool that lets users create funny, customized prank calls using AI voices. Key features: pick AI voice, customize scenario, generate natural conversations. Aims to replace outdated fixed-script prank call apps with more flexible and personalized experiences.

Tapping into a traditional but underserved niche with AI-generated voice instead of fixed scripts, worth watching for its product shape.

r/buildinpublic template or generator 2026-07-06
11
Study & Hobby Tracker: A daily habit tracker for students and self-learners

Original title

I built a Study & Hobby Tracker app to help students stay consistent 📚

Original post excerpt

App link - https://play.google.com/store/apps/details?id=com.sourin.studystraker Hi everyone! I'm a solo developer, and I recently built Study & Hobby Tracker to help students and anyone learning new skills stay consistent with their daily goals. Features: 📚…

An app designed to help students and anyone learning new skills stay consistent with their daily goals. It lets users log study sessions and hobby activities to maintain progress and motivation.

Indie builder addresses a common student pain point (consistency). The simple, purpose-built tracker shows how to serve a specific audience with minimal feature set.

r/alphaandbetausers app 2026-07-06
12
LevelForge: A lightweight web-based 3D level designer toolkit

Original title

I built a lightweight, web-based 3D Level Designer Toolkit for myself. Is this something the community would actually use?

Original post excerpt

Hi everyone, I’m a game artist / designer and while working on my personal projects, I realized I was spending way too much time on level blockouts. Traditional game engines or heavy 3D software like Maya and Blender are fantastic, but their tools aren’t stri…

Built by a game artist/designer to speed up level blockouts. It runs in the browser, works on any machine without heavy graphics requirements, and offers drag-and-drop 3D layout specifically for rapid prototyping—bypassing the overhead of full game engines or Maya/Blender.

It targets a precise job-to-be-done (quick level blockouts) with a web app approach, showing indie builders how to slice a niche out of a broader tool market.

r/gamedev app 2026-07-06
13
Real-time Deckbuilder: A prototype seeking feedback on real-time card combat

Original title

Looking for feedback on my real-time deckbuilder

Original post excerpt

So I'm looking for feedback on the gameplay and on what you liked/didn't like. and if you think i made a real-time deckbuilder work submitted by /u/Opening-Mongoose-351 [link] [comments]

This is a real-time deckbuilder game prototype where players build and play cards during active combat. Targeted at card game fans, it explores how to combine fast-paced action with strategic deck construction. The developer is collecting community feedback to validate the core loop.

Real-time deckbuilding is an emerging niche; this prototype's approach to balancing speed and strategy offers lessons for indie devs exploring hybrid genres.

r/indiedev side project 2026-07-06
14
autokeren: An open-source AI coding CLI for developers

Original title

I've been building an open-source AI coding CLI called autokeren.

Original post excerpt

I built an open-source AI coding CLI . https://reddit.com/link/1uoqo2z/video/u5xay5zedkbh1/player First test: what is json? 😂 It's still under active development, but I'd love to hear what features you'd expect from an AI coding CLI. GitHub: https://github.co…

autokeren is an open-source AI-powered coding CLI. It allows developers to ask coding questions or generate code directly from the command line, with the first test being 'what is JSON?'. Actively developed, it aims to integrate AI into command-line workflows.

Indie builders can observe how this tool leverages a CLI-first approach to offer AI coding assistance, potentially simplifying developer workflows without a GUI.

r/SideProject ai app 2026-07-06
15
printqr: Auto-generates QR codes on Shopify product creation

Original title

Built and launched a micro SaaS this week (printqr) — auto-generates QR codes on Shopify product creation. $0 revenue so far, backstory + tech stack inside

Original post excerpt

Backstory: every free QR generator I looked at is built for a human clicking a button once. That's fine for a single code, but useless if you actually have a product catalog — someone has to remember to make one every time. printqr automates that specifically…

printqr is a micro SaaS for Shopify merchants. It automatically generates and attaches a QR code to every new product via webhook, eliminating manual steps. It also provides an API and bulk endpoint (up to 500 at a time) for non-Shopify catalog imports. Revenue is currently $0.

It addresses a tiny but repetitive automation pain point for product catalogs, showing how a focused micro-SaaS can solve a specific workflow problem with minimal resources.

r/microsaas app 2026-07-06
16
Local-First Video Indexer: A local-first video indexing pipeline for LLM offline processing

Original title

Built a local-first video indexing pipeline for LLMs (MCP + offline)

Original post excerpt

I've been trying to keep as much of my AI workflow local as possible. One thing I couldn't find was a good way to work with videos without repeatedly sending them through a multimodal model. My use case is mostly screen recordings, bug reports, product demos,…

A tool for AI workers who want to handle videos locally without repeatedly sending them to multimodal cloud models. It uses MCP + offline indexing to enable efficient video retrieval and understanding for use cases like screen recordings, bug reports, and product demos. Core capability: building a local video index for LLM querying.

It demonstrates a practical approach to integrating video data into local AI workflows without external API dependencies, offering inspiration for indie builders focused on privacy and cost.

r/LocalLLaMA ai app 2026-07-06