nowfound

Alternatives

Products that do what Grasp Code Functionality by Seeing Its AI-Discovered Feature Hierarchy does

Hey HN, I built ProductMap AI, a tool that automatically identifies features implemented in source code and organizes them in a visual hierarchy. The goal is to help developers quickly understand poorly documented codebases. Link: https://product-map.ai/ I’d love feedback from the HN community! Let me know what you think. Would this be useful for you?

  1. 1

    Understand any codebase instantly

    2025

  2. 2

    Capture and analyze your product behavior at scale with AI

    2024

  3. 3

    Know exactly what your customers need you to build next

    2024

  4. 4

    The AI Code Arena

    Sep 2025

  5. 5

    Copilot for product designers

    2023

  6. 6

    Craft your perfect product copy in seconds

    2023

  7. 7

    Build together with AI

    2023

  8. 8

    Give your agent tools to create beautiful, codebase-aware UI

    Apr 2026

  9. 9PA

    I have worked with AI assistants for a while, and while I am really excited about it, there were times when I felt really frustrated. LLM would end up in a loop with no end. This is when I started experimenting with creating work plans. Initially simple todo list, but it felt like "product vibing", so a bit more sophisticated later on. I started seeing value in it. The one day it hit me. Why not use the same GitOps principles to managing product tickets? I started playing with that and really liked the way it worked. After a chat with a friend of mine, I realised that a standard or a spec…

    2025 · productascode.org

  10. 10

    Curated resources on how AI is reshaping Design Systems

    Jan 2026

  11. 11WC

    Hi all, I'm Ivan, and together with Alex, we're building a diagram visualization tool for codebases. Alex and I are devs, and we've noticed that recently we've been super productive at writing code (prompting :D). But when it comes to understanding big systems, prompting doesn't work that well — for that, diagrams are best imo. Most tools out there don't scale to big projects (e.g. PyTorch), so we're building CodeBoarding — a recursive visualizer for codebases. It starts from the highest level of abstractions and lets you dive deeper. We use static analysis and LLM agents. The control-flow…

    2025 · github.com

  12. 12MA

    Hi HN, I'm a solo developer learning to code, and I'd love to share my second real project: MapMyLearn, an AI-powered app that automatically generates personalized learning paths based on any topic you input. What it does: Takes a topic (e.g. "history of capitalism", "learn Rust", or "data storytelling") Uses AI to break it down into a structured course with modules and submodules Each submodule includes: - Detailed, pedagogical content (developed based on online sources to mitigate hallucinations) - A quiz of 10 questions - Recommended resources - An AI chatbot for Q&A - Optional audio…

    2025

  13. 13AT

    Hi everyone! We just launched Depth AI - a tool that helps you onboard to large and messy codebases. Unlike most dev tools that help in codegen and building smaller apps, this one mainly aims at understanding large repos better - so we have focussed a lot of code search quality. We also launched the first version on product hunt https://www.producthunt.com/posts/depth-ai. Do check us out. Would love to hear feedback here and discuss more how our approach to code search is different.

    2024

  14. 14BT

    Hi HN, I’m Nico, one of the co-founders of BrainGrid. We built this after spending the last year building software almost entirely with AI coding tools like Claude Code and Cursor. Writing code was fast. Finishing anything reliably was not. Coding was not the bottleneck. planning was. It was everything before the code: unclear scope, missing edge cases, poor sequencing, and vague intent. Once a project went beyond a single prompt, small changes started breaking unrelated parts of the app. In traditional teams, product managers and tech leads handle this. I was a Director of Product at Twilio…

    Feb 2026 · braingrid.ai

  15. 15CA

    Hey there HN! We're Vivek and Si-Yan from Cartograph (https://cartograph.app). We've built an AI-powered code documentation platform that automatically generates reference documentation and creates a visual interactive map of the codebase that serves as both high level architecture diagram and allows you to zoom in to specific implementations. How it works: We use static analysis to read a codebase and get its symbols and their dependencies, creating a complete map that includes function calls. We use LLMs (Gemini + Claude) to add metadata to this map, as well as augment it in…

    2024 · cartograph.app

  16. 16AP

    As a former CIO who managed teams working with millions of lines of legacy code (Visual Basic, Sybase, Oracle Forms, and worse), I feel the pain of maintaining and onboarding developers to legacy systems. Believing that LLM-enabled tools can play a role in solving this, I've built a tool that automatically generates documentation for legacy codebases using the Model Context Protocol (MCP) & Claude Sonnet. At first glance, I think this approach has merit. Some samples are in the README. I welcome your thoughts. The Problem: - Legacy codebases are notoriously difficult to understand and…

    2025 · github.com

  17. 17IM

    Hi HN! Solo developer here. 10 days ago, I started building this after spending countless hours copying/pasting marketing sections and fighting to keep them consistent with our design system. I wondered: "What if AI could understand our design system and generate React components that actually match it?" Current progress (10 days in): - Can generate hero sections that follow your design tokens - Uses your actual component variants and styles - Works with Next.js, Tailwind, shadcn/ui It's very early days, but I'm excited to share it with other devs who: - Are tired of rebuilding…

    2024 · robustlaunch.com

  18. 18AA

    I built a tool to solve a problem I kept running into: I was making product decisions based on guessing instead of real users. I kept building stuff nobody wanted as I was usually wrong. So, I built HolyShift: AI agents that validate product ideas by talking to real people on Reddit, HN, X, and LinkedIn … then generate a detailed GTM and “Should we build this?” report. No synthetic data (ChatGPT). No predictions. Only real conversations from real people. What it does • Posts platform-native questions (where allowed) • Collects real reactions, objections, pricing signals • Clusters feedback…

    Nov 2025 · app.holyshift.ai

  19. 19WB

    Hey HN, After GPT-3 created waves in the tech industry, a lot of AI tools were emerging and with that, some AI website builders But the results seemed way too generic to us. It felt like the developers were rushing to catch the wave instead of building a proper tool We took our time, did months of RnD and finally came up with something better than what others in the market are doing. It’s got better design output. While it’s still in beta, I wanted to show HN what we did. Will appreciate the feedback when you guys try it out. Here is the link to signup for the beta:…

    2024 · dorik.com

  20. 20OS

    I’ve been working on Code2Docs, an open-source CLI tool that helps developers automatically generate inline documentation (docstrings + comments) for Python code using AI. It’s built to solve a common problem I’ve faced (and seen often in teams): We code by "vibe" — fast iterations, minimal docs, and then forget what the logic was months later. Code2Docs helps bridge that gap by documenting as you go — without breaking your flow. Right now it supports function-level documentation. Planned features include: - README.md generation for projects - API endpoint docs - Database schema…

    2025 · code2docs-open-source.netlify.app

  21. 21CA

    Hi everyone! I built Composer, which is a tool turns your ideas into architecture diagrams. You can also use MCP to turn your EXISTING codebase into a visual diagram! It connects to all possible tools using MCP (Claude Code, Codex, OpenCode, etc.) The goal was to make system design easier and to be able to draw out what I wanted to make before I started / to explain to others. Its currently live at usecomposer.com and free! I’d love feedback on whether it feels useful for real projects and where it breaks down. :) Thank you

    Apr 2026 · usecomposer.com

  22. 22SS

    Hi HN! I’ve been building startfa.st, a curated directory of AI, developer, and product tools. Link: https://startfa.st Like many people building in AI/dev, I found myself drowning in new tools every day, everything from agents, deployment frameworks, auth platforms, workflow engines, model APIs, automation tools, design tools, security stacks, etc. There’s constant novelty, but it’s very hard to find signal. Most lists on the internet recycle the same names. So I built startfa.st to solve my own discovery problem. What startfa.st is A fast, searchable, hand-curated index of…

    Nov 2025 · startfa.st

  23. 23AM

    I wrote a free book (CC BY license) on software architecture. It classifies architectural patterns / system designs into groups according to their structure, so that each group features a specific set of goals and properties, as structure and function correlate. That results in a kind of inheritance for patterns, making it easy to learn them and even iterate over all the known architectures to analyze their properties. Any feedback and ideas on how to promote the book is warmly welcome!

    2024 · github.com

  24. 24RA

    A friend and I spent a month throwing together a visual rule engine product– wanted to share it with HN today. I've been building automation tooling for a few years at prefix.app and one of the messier things both to support and to teach users was around encoding logic in their automations– most folks get a hold of the basic concepts quite easily, but every (visual) automation tool out there seems to have their own way of actually pulling it all together. For small decisions those work great! But for bigger decisions and more complex logic we don’t think it makes much sense to be embedding…

    2022 · rulebricks.com

Ranked by how close each launch is in meaning, then by votes. Refine with a description →