Project · 2026 · active
App Generator
A private desktop workspace that reads assignment files and rubrics, builds an organized first draft, checks it, and exports it without uploading the project.

01
The problem
Help a student turn a pile of assignment files into a checked starting point without sending the work to an online service.
02
What exists now
The working app reads PDF, Word, spreadsheet, CSV, text, JSON, and ZIP files on the computer. It organizes the assignment, builds a repeatable document outline, checks the rubric, exports a Word file or handoff package, and supports backup and restore.
03
Inside the work
- Files and project data saved locally in the app
- Local reading of several common document formats
- The same source files always produce the same starting structure
- Clear routes for intake, review, drafting, and export
- Automated checks for behavior, code quality, and the production build
04
What had to stay true
- Files and project data stay on the computer unless the user exports them
- The app organizes the work but does not write the academic answer or claim clinical verification
- Scanned files stay available for human review instead of pretending imperfect text extraction is correct
This now runs as a standalone app on another computer. I do not plan to publish a live link.