Mr DocGen
Automated AI report generator mapping structured inputs into formatted Markdown and PDF documents.
The Problem
Writing recurring technical and event reports requires repeatedly formatting the same document structure from scratch.
The Solution
Mr DocGen uses customizable templates paired with LLM automation to transform structured notes and key metrics into clean, publication-ready reports.
Development
React frontend for template design, Node.js backend for section mapping, and Gemini API for content synthesis bounded by structural schemas.
Challenges
Enforcing strict section schemas on LLM outputs so generated reports maintain consistent structural hierarchy.
Outcome
Template engine and section automation are fully operational.
Lessons
AI generation performs best when constrained by rigid structural boundaries rather than open prompts.