FirePRD logo FirePRD Get it on GitHub

Turn your code into a PRD in minutes.

FirePRD reads your repo and drafts a human-centered Product Requirements Document—so you can ship updates, pitch investors, and onboard faster. Runs in your AI-enabled IDE.

Source code (example)
// app/routes/tasks.tsx
export function createTask(title: string) {
  return db.task.create({ data: { title, status: 'open' } })
}

export function listOpenTasks() {
  return db.task.findMany({ where: { status: 'open' } })
}

// UI: Add Task → Validates → Persists → Updates list
Generated PRD (excerpt)

Chapter: Task Management

Enable users to add and track tasks quickly without friction. Focus on speed-to-entry and clarity of state.

  • Desired Experience: Add task → see it appear instantly at the top of the list.
  • Acceptance Criteria: Creating a valid task updates the list without a full refresh.

Demo illustration. View a sample PRD → · See the tutorial →

Quickstart for solo devs

  1. 1) Copy the fireprd/ folder into your repo.
  2. 2) Register /fireprd in your AI-enabled IDE (Claude, Cursor, VS Code AI).
  3. 3) Run *start .*analyze*design-toc.

Works with: Claude • Cursor • VS Code AI

Ship in < 30 min

From repo to investor-ready PRD fast.

Always accurate

Derived from your live codebase.

Product‑first writing

Docs teammates actually read.

You stay in control

Approve TOC, plan, and generation steps.

How it works

  1. 1) Activate — Open your IDE’s AI chat and type /fireprd.
  2. 2) Analyze — Run *start . then *analyze. We read your repo once and cache the results.
  3. 3) Approve & Generate — Approve the TOC and plan, then generate all chapters.
⭐️ 1.2k+
GitHub stars (mock)
5,000+
PRD files generated (mock)
200+
Indie projects (mock)

“We shipped an investor-ready PRD this afternoon.”

— Indie SaaS Founder (mock)

“Onboarded a new dev in a day instead of a week.”

— Solo Developer (mock)

Not for you if you don’t use an AI-enabled IDE, or if you need low-level code docs. FirePRD is product-first.

Get FirePRD on GitHub

No plugins required—pure prompts that run in your AI-enabled IDE.

Get it on GitHub

FAQ

How accurate is it?

We read your repo and you approve every step—TOC, plan, and generation—so output stays aligned.

Which IDEs and models?

Any AI-enabled IDE (e.g., Cursor, VS Code AI). Works great with Claude and Gemini.

Will it leak code?

FirePRD runs locally in your IDE; you control the model and data policies.

Can I customize the doc structure?

Yes—edit and approve the TOC and plan before generation. You’re in control.

Get it on GitHub