Apex Report Generator · Client product
Apex Report Generator
A clinical SaaS tool that helps psychologists turn assessment data into polished reports—AI drafts the narrative, clinicians edit it, and finished documents export to professional DOCX.
- My role
- Lead Frontend Engineer
- Focus
- AI / Clinical SaaS
- Context
- Clinical production SaaS
Proprietary client product built while I was employed by RedLayers. This case study explains the parts I personally designed, built, maintained, or improved. Source code is not included.
The product behind the interface.
Apex Report Generator is built for psychologists and clinicians who need faster, more consistent assessment write-ups without giving up editorial control.
I owned the frontend end to end: authentication, structured data entry, the AI request and review loop, report presentation, and DOCX export.
My part in making it work.
This product required the frontend to guide a long clinical workflow while still producing documents that hold up outside the browser.
Owned the frontend workflow across authentication, structured inputs, AI requests, report review, editing, and export.
Rebuilt the DOCX generation pipeline to produce professional documents with headings, tables, spacing, conditional formatting, and long-report structure.
Implemented parsing and presentation rules across different assessment formats and report variants.
Improved usability and performance for large generated reports.
Built recovery and editing paths so clinicians retain control over AI-generated content.
Integrated and maintained Firebase authentication and application state.
The hard parts.
- Transforming varied assessment inputs into consistent, editable report structures.
- Generating professional DOCX output while preserving hierarchy, tables, spacing, and conditional formatting.
- Keeping a long AI-assisted workflow clear and recoverable for clinical users.
What the work enabled.
- End-to-end frontend ownership
- AI-assisted report workflow
- Structured DOCX export
- Authentication and account flows
Tools behind the work
- Nuxt 4
- Vue 3
- Firebase
- docx
- REST APIs
- AI workflow
Another kind of frontend challenge