Entrepreneurs are drowning in generic AI startup advice that lacks grounding in real decisions. They want a searchable knowledge base built from actual founder podcast interviews with verbatim quotes, timestamped clips, and structured decision context. Not transcripts. Structured, queryable founder wisdom.

builder note

The defensible moat here isn't the AI extraction (anyone can transcribe and summarize). It's the editorial curation of WHICH podcasts matter and the structured ontology of founder decisions. Start with the 20 highest-signal podcasts (My First Million, Lenny's Podcast, The Changelog, etc.) and build the knowledge graph depth-first, not breadth-first.

landscape (3 existing solutions)

Podcast AI tools focus on summarization and personal note-taking. Nobody has built a structured, cross-episode knowledge base that extracts founder decisions, links outcomes to strategies, and provides verbatim evidence. The closest analogy is case law databases but for startup decisions.

Snipd AI-powered podcast highlights but focused on personal curation, not structured knowledge extraction. No queryable decision database.
Podwise Summarizes podcast episodes but treats each episode as standalone. No cross-episode knowledge graph linking related founder decisions and outcomes.
Listen Notes Podcast search engine. Finds episodes by keyword but doesn't extract or structure the actual insights within episodes.
sources (1)
hn https://news.ycombinator.com/item?id=47204228 "AI agents give generic startup advice. This gives them access to what founders actually did" 2026-03-01
entrepreneurshippodcastsknowledge-managementAIfounders

Multi-Window Function Call Graph Visualizer for Code Navigation

dev tool real project •• multiple requests

Developers working on complex codebases want to click a function call and see the callee definition appear in a side panel, with the full call chain visible across multiple windows simultaneously. Think Source Insight's call graph but free, cross-platform, and integrated with modern editors.

builder note

Build this as a VSCode extension, not a standalone app. The LSP already provides call hierarchy data. The hard part is the multi-panel UX: how to show 3-4 levels of call depth without overwhelming the screen. Look at how Sourcegraph's code intelligence works for inspiration on the rendering side.

landscape (3 existing solutions)

LSP provides the data layer for this (call hierarchies, symbol resolution), but no free editor or plugin renders it as a persistent multi-window call graph. Source Insight proved the UX 20 years ago but nobody has rebuilt it for modern cross-platform development. This is a VSCode extension opportunity.

VSCode Peek Definition Shows inline peek but only one at a time. No persistent multi-window call chain visualization. Loses context when you peek deeper.
Source Insight Does exactly what users want but is Windows-only, proprietary, and expensive. Not viable for Linux developers or open source workflows.
ctags/cscope CLI-based symbol indexing. Powerful but no visual graph. Requires terminal-native workflow that breaks the visual context developers want.
sources (1)
hn https://news.ycombinator.com/item?id=46345827 "click on any function call then the callee shows up in a new window with proper highlighting" 2025-12-28
developer-toolscode-navigationvisualizationVSCodeLSP

As AI agents use MCP servers, skills, and plugins with natural language instructions, a new attack surface has emerged: prompt injection and social engineering hidden in tool descriptions and markdown files. Traditional code scanning misses 60% of these risks because the attacks are in prose, not code.

builder note

Don't build another generic prompt injection detector. The opportunity is specifically in the SUPPLY CHAIN angle: scanning registries and marketplaces of agent tools before they get installed. Think npm audit but for MCP servers. The moat is building the largest database of known attack patterns in natural language instructions.

landscape (3 existing solutions)

This space barely existed 6 months ago and is moving fast. Snyk and AgentSeal are the early movers but the tooling is still immature. The specific gap is scanning the SUPPLY CHAIN of AI agents: the skills, plugins, and MCP server descriptions that agents trust implicitly. As agent marketplaces grow, this becomes a critical infrastructure need.

Snyk agent-scan Very early stage. Scans for common threats but the natural language attack detection is basic. Focused on inventory more than deep analysis.
AgentSeal More comprehensive with 380+ attack probes, but still nascent. Uses three AI agents to red-team, which means scan costs are non-trivial.
Microsoft Prompt Shields Focused on content safety and prompt injection in user messages, not on scanning tool descriptions and skill files for embedded attacks.
sources (2)
hn https://news.ycombinator.com/item?id=47204228 "Surface scanning misses roughly 60% of the actual risk" 2026-03-01
other https://www.keysight.com/blogs/en/tech/nwvs/2026/01/12/mcp-c... "MCP command injection: new attack vector" 2026-01-12
AI-agentssecurityMCPsupply-chainprompt-injection

Rural communities lack the density for Nextdoor-style neighborhood apps to work. They need a lightweight tool for posting ride requests, sharing equipment, coordinating grocery runs, and requesting help with repairs. Most currently use scattered WhatsApp or Facebook groups with no structure.

builder note

The product challenge is cold start, not technology. Build it as a progressive web app so there's zero install friction. And design for async usage patterns. Rural users might check once a day, not scroll a feed constantly. A weekly email digest of open requests might drive more engagement than push notifications.

landscape (3 existing solutions)

Urban-density apps (Nextdoor) and formal volunteer platforms (Zelos) both fail for rural communities. WhatsApp and Facebook groups work but lack structure for matching requests with helpers, preventing duplicate responses, and maintaining a persistent help board. The cold-start problem (low initial activity) is the biggest product challenge.

Nextdoor Requires neighborhood density that rural areas don't have. Feed is cluttered with ads and crime alerts. Not designed for mutual aid coordination.
Zelos Volunteer management platform for organizations. Not designed for informal neighbor-to-neighbor help. Requires an 'organizer' role that doesn't exist in flat rural communities.
Buy Nothing Project (Facebook Groups) Gift economy only (items, not services/rides). Locked to Facebook which many rural users are leaving. No coordination features for scheduling pickups or rides.
sources (1)
hn https://news.ycombinator.com/item?id=46937696 "Rural communities lack practical digital tools for neighbor-to-neighbor coordination" 2026-02-01
communityruralmutual-aidlocal-firstsocial

ADHD Task App That Presents One Filtered Task at a Time

mobile app weekend hack •• multiple requests

People with ADHD get paralyzed by task lists. They want an app where they define a universe of tasks with tags (time estimate, energy level, context), then filter by current mood/situation, and the app presents exactly ONE task. Not a list of matches. One. The existing single-task apps lack the category filtering that makes the random pick actually useful.

builder note

The absolute smallest viable version is: tasks with tags, a filter bar, and a big button that shows one random match. Ship that. Don't add streaks, points, analytics, or any gamification. ADHD users have been burned by apps that gamify productivity and then make them feel worse when they break the streak.

landscape (4 existing solutions)

Single-task apps exist. ADHD-friendly apps exist. But none combine category-filtered random selection in a dead-simple interface. The core insight is that ADHD users need the APP to make the decision, not present options for the user to decide from. Decision fatigue is the enemy, and even a short filtered list triggers it.

One Task App Shows one task but has minimal filtering. Can randomize order in widget but no rich category/tag filtering system.
Llama Life Focuses on timed task sequences, not random single-task presentation. Designed for routines, not ad-hoc 'what should I do right now' moments.
Amazing Marvin Has extensive ADHD features and filtering but is complex to set up. The irony: the tool designed for ADHD requires significant executive function to configure.
Forget Beautiful single-task focus but no category filtering. You can't say 'show me something creative that takes under 15 minutes.'
sources (1)
other https://ask.metafilter.com/351550/Does-This-App-Exist-Adult-... "select categories and the app pops up a single matching task" 2025-12-01
ADHDproductivitymental-healthaccessibilitytask-management

The FDA allows contamination levels (heavy metals, endocrine disruptors, PFAS) roughly 100x higher than Europe's new standards. Consumers want to crowdfund independent lab testing of specific products and see published results. No consumer-facing mechanism exists to collectively pay for and access this testing.

builder note

The hard part isn't the tech. It's lab partnerships and trust. You need accredited labs willing to work with a consumer platform and results that hold up legally. Start with one product category (baby food is the highest-emotion, highest-willingness-to-pay segment) and expand from there.

landscape (3 existing solutions)

Consumer chemical safety information exists in fragmented, institution-driven forms (government studies, nonprofit ratings). Nobody has built a crowdfunded platform where consumers collectively fund and publish independent lab tests of specific products they're worried about. The laboratory.love project on HN is an early attempt.

EWG (Environmental Working Group) Provides ratings and guides but doesn't do independent lab testing of specific products on consumer request. Ratings methodology is controversial.
FDA Total Diet Study Interface (TDSi) Government data portal launched Jan 2026. Provides historical data on categories but doesn't test specific branded products on demand.
ConsumerLab Tests supplements and health products. Subscription-based results. Doesn't cover food products or household goods. No crowdfunding model.
sources (1)
hn https://news.ycombinator.com/item?id=46937696 "the FDA still allows levels roughly 100x higher than Europe's new standard" 2026-02-01
healthconsumer-safetycrowdfundingtransparencyfood-safety

Tamper-Proof Video Recording App for Journalists and Activists

mobile app real project • single request

People in dangerous situations (journalists, activists, domestic abuse survivors) need video capture that encrypts footage in real-time to the cloud so it can't be deleted if the phone is seized or destroyed. The main existing tool (CameraV) has been archived. ProofMode is photo-focused. Nothing modern handles video with duress mode and cross-platform support.

builder note

The technical challenge is real-time encrypted upload over spotty connections. The social challenge is trust. Users in danger need to trust the server operator absolutely. Consider a model where the user controls the cloud destination (their own S3 bucket, a trusted NGO) rather than a central service.

landscape (3 existing solutions)

The secure evidence capture space peaked during Arab Spring era and has stagnated since. Key tools are archived or limited to Android and photos. The gap is a modern, cross-platform app with real-time encrypted video streaming and a duress mode (panic button that wipes local evidence while cloud copy is preserved).

CameraV (Guardian Project) Archived and no longer actively maintained. Android only. No real-time cloud backup.
ProofMode Focused on photo metadata verification and content credentials. Not designed for real-time encrypted video streaming to secure storage.
EyeWitness to Atrocities Android only. Content goes to International Bar Association servers (specific org). Not general-purpose for domestic abuse survivors or local journalists.
sources (1)
hn https://news.ycombinator.com/item?id=46937696 "Need for tamper-proof evidence capture in dangerous situations" 2026-02-01
privacysecurityjournalismhuman-rightsencryption

Self-hosters want a task manager that automatically rolls incomplete tasks forward to the next day, adjusts dependent tasks, and recalculates schedules when things slip. Amazing Marvin does this but isn't self-hostable. Every self-hosted option (Vikunja, Tududi, Tasks.md) lacks automatic rescheduling entirely.

builder note

Don't try to build a full task manager. Build a scheduling layer or plugin for Vikunja instead. The self-hosted community adopts faster when you extend what they already run rather than asking them to switch.

landscape (3 existing solutions)

The self-hosted task management space has solid options for basic task tracking but zero options with intelligent scheduling. Auto-reschedule is the most requested missing feature across multiple platforms. The only tool that does it (Amazing Marvin) is proprietary SaaS.

Vikunja Best self-hosted task manager overall but has no auto-reschedule or rollover feature. Tasks that miss their date just sit there.
Amazing Marvin Has rollover feature but is a hosted SaaS product. Not self-hostable. Subscription-based.
Tududi Self-hosted and has API, but no scheduling intelligence. Would need custom automation to achieve rollover.
sources (3)
other https://github.com/tony4212/Selfhosted-Wish-List "There currently aren't many selfhosted task Managers and none that can do this" 2025-12-15
other https://feedback.structured.app/p/auto-move-uncompleted-task... "Auto-move incomplete tasks" 2026-01-10
other https://www.quora.com/What-is-a-good-task-management-app-tha... "auto move unfinished tasks to the next day until it gets done" 2025-11-20
selfhostedproductivitytask-managementprivacyscheduling

Parents and caregivers of non-verbal children (autism, severe disabilities) rely on visual schedules as a daily lifeline, but existing apps are either overly complicated or too basic. The real pain is managing and updating schedules quickly when routines change. A caregiver who couldn't find anything adequate built their own, validating the gap.

builder note

This is an underserved audience that will be fiercely loyal and vocal advocates if you build something good. The key insight is that the CAREGIVER's UX matters more than the child's. Making a beautiful schedule means nothing if it takes 20 minutes to update when therapy gets rescheduled.

landscape (3 existing solutions)

Visual schedule apps exist but split into two camps: expensive dedicated systems (Goally) and generic kids' apps that don't handle the specific needs of non-verbal children (choice boards, first/then sequences, picture communication). The gap is a free or cheap, cross-platform app built specifically for disability caregivers that's fast to update when routines break.

Choiceworks iOS only. Rigid structure that doesn't adapt well to schedule changes. Dated interface.
Goally Requires dedicated hardware tablet ($300+). Overkill for families who just need a schedule app on their existing devices.
Lil Planner Focused on general kids, not specifically designed for the needs of non-verbal or severely disabled children who need picture-based communication boards.
sources (1)
hn https://news.ycombinator.com/item?id=46937696 "Visual schedules are a lifeline for non-verbal children, but a nightmare to manage" 2026-02-01
accessibilityautismcaregivingdisabilityhealth

Personal Calendar Analytics Without Paid Google Workspace

saas weekend hack •• multiple requests

Free Google Calendar users have no built-in way to understand how they spend their time. Google locks Time Insights behind paid Workspace plans. Existing alternatives like Clockify require manual time entries rather than auto-analyzing calendar events. Builders and freelancers who live by their calendar want automatic weekly breakdowns without switching to enterprise tools.

builder note

The Google Calendar API is well-documented and free. A static site that does OAuth, pulls events, and renders charts could ship in a weekend. The trap is scope creep into becoming another time tracker.

landscape (3 existing solutions)

Time tracking tools are abundant but they all assume you want to TRACK time going forward. The gap is retrospective analysis of calendar events you already have. Google built this feature but locked it to paid Workspace. Nobody has shipped a free, lightweight personal calendar analytics dashboard.

Clockify Requires manual time entries and categorization. Does not auto-analyze existing calendar events into insights.
Tackle (TimeTackle) Closest to the need but paid product ($6/mo+). Overkill for personal calendar users who just want a simple weekly breakdown.
Timing (Mac) Mac-only desktop app focused on computer activity tracking, not calendar event analysis. Not cross-platform.
sources (1)
hn https://news.ycombinator.com/item?id=47204228 "Google Workspace has Time Insights, but it's locked to paid accounts" 2026-03-01
productivitycalendaranalyticsfree-tiergoogle-calendar