Mr DocGen
AI report generation with structured templates — turn scattered inputs into a finished, well-formatted document.
The Problem
Reports follow the same shape every time, yet people rewrite the scaffolding from scratch on each one. The structure is repetitive; only the content changes.
The Solution
Mr DocGen pairs customisable templates with keyword-driven automation. You define the sections once, feed in the specifics, and it assembles a consistent, formatted document.
Development
A React front-end for authoring templates, a Node service that maps inputs into structured sections, and an AI pass that fills and refines the prose.
Challenges
Keeping generated content structured and on-template — not just plausible paragraphs — meant constraining the model with the section schema rather than letting it free-write.
Outcome
In progress. Template engine and section automation are working; polishing the generation quality.
Lessons
AI is most useful bounded by structure. Give it a frame and it fills it well; give it a blank page and you spend your time editing.