The CV Centipede Guide

A chatbot writes the words, you make the page unmistakably yours. Resumes and academic CVs, exported to crisp PDF or editable Word. No account, no upload, nothing to install.

One resume, three looks. CV Centipede has no house style: every page is generated from a seed you can steer.

Quick start: build with AI

The fastest path to a strong resume is to let a chatbot do the writing. Three steps:

1

Copy the prompt

Click Build with AI in the app to copy a ready-made prompt.

2

Ask your chatbot

Paste it into ChatGPT, Claude, or Gemini, with your background or an old resume.

3

Paste it back

Drop the reply into the editor on the left. Your resume renders on the right instantly.

From there it is yours. Restyle it, pin the bits you like, and export. The AI gets you most of the way; you do the polish.

No chatbot handy? Click Load an example or browse the Templates in the app to start from a finished resume.

A look that is yours alone

CV Centipede has no house style. Rather than a handful of fixed templates, every resume is drawn from a seed, so two people are very unlikely to hand in the same-looking page. You steer it with a few controls in the top bar:

Seven starting vibes ship in the box:

ClassicModernEditorialTechnicalExecutiveBoldInfographic
Found a detail you love? Pin it under Design and it stays put while Surprise rerolls the rest. The seed keeps it reproducible: the same seed always draws the same page.

Resume or academic CV

Two document modes, one tool:

In CV mode, publications are numbered and grouped by type, your own name is bolded automatically, and a small page footer carries your name across every page.

More than writing: tailor and convert

The Build with AI dialog offers a prompt for each job, not just a blank-page write:

Export to PDF or Word

Both are generated right in your browser. The look you see in the preview is the look you get in the file.

Private by design

Everything happens in your browser. Your resume, your photo, and your exports never leave your device. There is no account, no upload, and no tracking.

The only text that ever leaves your machine is the prompt you choose to paste into a chatbot, and that happens in that tool, not here.

Save and open

Save writes a portable .cvc.json file with your resume and its photo together. Open loads it back, so you can keep a draft or move a project between machines, with no server involved.

Under the hood (optional)

Curious what the chatbot actually writes? A small YAML document: a contact block and an ordered list of sections. You never have to read it, but you can edit it directly, and it validates as you type, with plain-English errors when something is off.

version: 1
contact:
  name: Ada Lovelace
  headline: Analytical Engine Programmer
  email: ada@example.com
sections:
  - type: summary
    text: Mathematician turning machines into instruments of insight.
  - type: experience
    items:
      - role: Collaborator
        organization: Analytical Engine Project
        start: "1842"
        end: "1843"
        highlights:
          - Wrote the first published algorithm for a computing machine.