Skip to content
zhengyang edited this page Jul 26, 2026 · 8 revisions

Welcome to CVForge

CVForge is a browser based document builder for resumes, academic CVs, and cover letters. It brings structured editing, live preview, export tools, and AI assistance into one focused workspace.

There are no accounts and no database. Open the app, create a document, write what you need, and export the result.

This Wiki explains how the product works in practical terms. It begins with the editing experience and then looks more closely at Agent Mode.

A simple workflow

Every document starts on the landing page. Choose a document type, open its editor, and work with the form and preview side by side.

The form keeps content structured. The preview shows how that content will look on the page. Changes appear immediately, whether they come from the form or from Agent Mode.

Three editors

CVForge supports three document experiences.

  • Resume
  • Academic CV
  • Cover letter

Resumes and academic CVs support English and Chinese document modes. Cover letters currently use English document mode.

Your work stays local

The current document, Agent Mode chat, uploaded references, project instructions, and recent agent changes live in sessionStorage. A refresh keeps the current tab state. Closing the tab gives the next session a clean start.

LLM configuration and interface language live in localStorage so they remain available across visits.

When Agent Mode runs, the document details and reference material needed for the request are sent to the model provider configured by the user. CVForge does not proxy or store those requests on an application server.

Where Agent Mode fits

Agent Mode is a writing partner inside the editor. It can review the current document, use relevant uploaded references, make structured edits, explain what changed, and safely undo the latest agent edit.

The browser still owns the document. The model can suggest and reason, but visible changes only happen through validated document tools.

The current release is version 1.2.1.

Clone this wiki locally