Back to work
02 / DOC NOTELocal demo page

ProdDoc AI

Turn scattered project material into an editable draft.

Recorded as
Project notes / web page / process record
Status
Local demo page
DOC NOTEPAGE VIEW
ProdDoc AI page screen

Turn scattered project material into an editable draft.

ProdDoc AI is a web page experiment around documentation. It keeps project context, source material, and generated drafts in one place so the result can still be revised and exported.

Next.jsReactshadcn/uidocx

Background

Writing a project note takes more than generating paragraphs. The slow parts are clarifying context, organizing sources, keeping structure, and revising the output.

What I tried

I placed context input, template choice, source material, generated preview, editing, and export in one flow to reduce switching between tools.

01

Organized the page structure

02

Built the documentation page

03

Added local drafts and history

04

Tried template extraction and export

05

Prepared stable demo data

01

Add project context

02

Choose document purpose

03

Add sources

04

Generate a draft

05

Edit and export

01

Ask first

A few fixed questions make the context, audience, and modules clearer before generation.

02

Keep editing

The result is a draft that can still be edited, saved, and exported.

03

Stable demo

Local data keeps the page available without temporary credentials.

AI NOTEDOCUMENTED

The page tries server-side generation and rewriting while keeping local sample output available when no model call is used.

Structured resultManual reviewFallback path
Page

Next.js 16 / React 19 / TypeScript / Tailwind CSS

UI

shadcn/ui / Radix UI / lucide-react

Docs

docx / mammoth / pdfjs-dist / tesseract.js

Checks

localStorage / Playwright / Screenshot scripts

Documentation page

Input form

Template and source parsing attempts

Draft editing

Local history

Word export

This experiment made it clear that documentation helpers are useful only when input, revision, and export stay connected. The next thing to test is whether complex document structure can be preserved more reliably.

11 / Page / Code

Open the page or inspect the code record.