DocForge
lead
engineer
Overview
DocForge is a document generation web app that turns templates into polished PDFs. Users select a document type, fill in a simple form with variables, and get a formatted PDF—no coding required. It comes pre-loaded with Service Agreement, Liability Waiver, and Mutual NDA templates. Templates can be updated anytime without touching the UI, and every generated document is versioned so you can see what changed. The MVP is live and ready to use with browser-local storage; connecting your Postgres database will enable cloud persistence for templates and document history across devices.
Mission
What we're building
DocForge is a web tool where a user selects a document type, fills in a concise variable form, and generates a polished PDF from a stored template. Templates can be added or revised without changing the document-generation UI, and each generated document keeps a version history.
Current focus
The working MVP is published with a polished workspace, dynamic forms for Service Agreement, Liability Waiver, and Mutual NDA templates, live preview, client-side PDF download, an admin template library, and browser-local persistence for custom templates and generated-document history. The app now includes a Neon Postgres persistence layer behind DATABASE_URL, with automatic schema bootstrap for templates, documents, and version history plus graceful local fallback. The next operational step is connecting and republishing to activate cloud persistence in production.