nowfound

Alternatives

Products that do what Specd does

AI PRD Generator for Indie Hackers

  1. 1
    CodeGuide126

    Generate PRDs, specs and wireframes your AI understands.

    Mar 2026 · codeguide.dev

  2. 2

    Make writing PRDs a breeze with GPT-3

    2023

  3. 3
    Creatr193

    Build PRD's, wireframes & designs of any app within minutes

    2024

  4. 4CG

    tsDoc Generator Technical TSDoc Generator for TypeScript. https://chat.openai.com/g/g-91MAzeHrG-tsdoc-generator PR Assistant I create PR descriptions in Markdown from code, JIRA links, and checklist statuses. https://chat.openai.com/g/g-XgoT3yk6a-pr-assistant

    2023 · chat.openai.com

  5. 5CC

    Continuous Claude is a CLI wrapper I made that runs Claude Code in an iterative loop with persistent context, automatically driving a PR-based workflow. Each iteration creates a branch, applies a focused code change, generates a commit, opens a PR via GitHub's CLI, waits for required checks and reviews, merges if green, and records state into a shared notes file. This avoids the typical stateless one-shot pattern of current coding agents and enables multi-step changes without losing intermediate reasoning, test failures, or partial progress. The tool is useful for tasks that require many…

    Nov 2025 · github.com

  6. 6
    MashuPack112

    Turn codebases into a clean file for Claude and ChatGPT

    May 2026 · mashupack.com

  7. 7

    PRD → production codebase, with a handoff pack auditors love

    Jun 2026 · archiet.ai

  8. 8
    Radiq87

    Product intelligence for the autonomous coding era

    May 2026 · myradiq.com

  9. 9

    Track AI CLI spending across Claude, Codex & Gemini in 40ms

    Feb 2026 · github.com

  10. 10IM

    At my work they provided a single Claude subscription for everyone on the team. To be honest I like kiro better as it provides a way better SDD management. But the company can't provide it and I can't afford it yet. Turns out I had the skill creator skill in my claude instance so I made use of it to create this Skill. I made it fully by using Claude but I wanted to make it open source, so I asked it to help me make tests and preparations for it, even a CI to run python tests. Well, we got this results with it: - Phase 2A: 67 static assertions (Python script, runs in CI) - Phase 2B: 15…

    May 2026 · github.com

  11. 11WB

    Hey HN, We’re two developers (co-founders) with a team of 20 who got tired of spending hours reviewing PRs, so we built Infinitcode.ai, an AI-powered code reviewer that: - *Summarizes PRs in plain English*: No more deciphering 1,000-line diff jungles - *Catches more than bugs*: Security holes, performance pitfalls, code smells, even typos (yes, we’ll flag “vurnerabilities” and vulnerabilities) - *Zero onboarding*: Works instantly—no “let me learn your codebase for weeks” nonsense. Why we’re posting: We’re in alpha and need brutal honesty. Roast our tool, mock our UI, or tell us why AI will…

    2025 · infinitcode.ai

  12. 12SD

    Spec Driven Development approach allows to squeeze more from coding agents thanks to few strong concepts: - decomposition across two dimensions. first you generate specs in multiple steps (requirements, code analysis, design), than you split task into multiple subtasks and implement them one by one - you clear context between every step - after spec generation and after subtask implementation. this helps keep cost low and context clear and focused which boost performance - specs written to disk help with information persistency - delivering specs layer by layer help to catch early when agent…

    May 2026

  13. 13VL

    I built a CLI that detects patterns AI coding tools leave behind: empty catch blocks, hardcoded secrets, as any everywhere, comments that restate the code, god functions, SQL concatenation. 24 rules across JS/TS and Python. Zero config, runs offline, regex-based so it's fast. npx @yuvrajangadsingh/vibecheck . Also ships as a GitHub Action for inline PR annotations and standalone binaries (no Node required). Why: CodeRabbit found AI-generated PRs have 1.7x more issues than human PRs. Veracode says 45% of AI code samples have security vulnerabilities. "Vibe coding" is everywhere now…

    Mar 2026 · github.com

  14. 14CS

    We now write most of our code with agents. For a while, PRs piled up, causing review fatigue, and we had this sinking feeling that standards were slipping. Consistency is tough at this volume. I’m sharing the solution we found, which has become our main product. Continue (https://docs.continue.dev) runs AI checks on every PR. Each check is a source-controlled markdown file in `.continue/checks/` that shows up as a GitHub status check. They run as full agents, not just reading the diff, but able to read/write files, run bash commands, and use a browser. If it finds…

    Feb 2026 · docs.continue.dev

  15. 15WS

    I'm a CTO with a ~16-person engineering team. Last year I wanted real data on what was actually shipping, not guesswork or story point theater. So we built GitVelocity. Every merged PR gets scored 0–100 by Claude across six dimensions: scope (0–20), architecture (0–20), implementation (0–20), risk (0–20), quality (0–15), perf/security (0–5). Six dimensions added up, then scaled by change size — a 10-line fix scores lower than a 500-line refactor even at the same complexity. Full formula at gitvelocity.dev/scoring-guide. After scoring 50,000+ PRs across TypeScript, Python, Rust, Go,…

    Mar 2026 · gitvelocity.dev

  16. 16

    BlueprintAI: Ideas → PRDs + mockups + code

    Dec 2025

  17. 17

    Give your AI coding agent a memory it can query

    Jun 2026 · llmtomd.com

  18. 18

    Lovable for PRDs

    Dec 2025

  19. 19

    Deploy real apps from ChatGPT or Claude in seconds

    Apr 2026 · appdeploy.ai

  20. 20

    Ship faster by giving Cursor & Claude the context they need.

    Dec 2025

  21. 21GC

    I have been using a Spec-Driven Development approach for all mid+ size coding tasks since Feb 2026: https://news.ycombinator.com/item?id=48231575. One of the reasons for developing my own plugin (sddw - spec driven development workflow https://github.com/sermakarevich/sddw/) was to adjust it to my specific needs and the typical size of the features I build. Since then, this approach (sddw) has been presented at a few companies, including Google Poland. One of the conclusions from these conversations was that some teams would also like to adapt the…

    May 2026

  22. 22PR

    As a product manager, I have always wished to automate some of the repetitive tasks. With GPT-3 & ChatGPT being so accessible, I created this app which creates a Product requirement doc. It generates PRD following Lenny's Rachitsky template - https://docs.google.com/document/d/1541V32QgSwyCFWxtiMIThn-6... Do try it out and let me know your feedback :)

    2023 · cookup.ai

  23. 23PA

    Claude Code is amazing at writing code, but it will happily build from under-specified requirements, implement the same thing different ways, and fail to write great tests unless you specifically ask it to. Prawduct is a set of prompts, skills, hooks, and artifact templates that help focus Claude Code on product development rather than code development. You can start from something a simple as "make a website with a scientific calculator" or as complex as "create a MMO with clients for iOS, Android, and web". You can specify as much or as little arch standards or implementation details as…

    Mar 2026 · github.com

  24. 244D

    this is an open-source project. the MVP to end all MVPs. made by me, a teenage developer angry at FAANG employees for creating a soulless, consumer-oriented world. The future is in creation, and the future is in teaching people to slam shit together with ChatGPT. Welcome to the start. :P

    2024 · 48hr.dev

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