Resume Field Kit

A free, ATS-friendly resume builder that keeps your content in structured text so you never fight formatting again. Write once, reuse everywhere, and export Markdown, plain text, or JSON for any platform.

  • No tables, columns, or hidden styles that ATS filters reject.
  • Modular sections and bullet lists you can toggle, expand, or remix fast.
  • Source-of-truth friendly: export the JSON and keep it in Git alongside your content.
Import an earlier export to pick up where you left off.

Authoring

Fill out each section below. Every change updates the previews instantly. Use one bullet per line to keep things modular.

Contact
Summary
Skills
Experience

Keep job titles and companies separate so you can reuse snippets across different resume versions.

Role, Company
Highlights (one per bullet)
Education
Certifications
Additional Highlights

Outputs

Copy the preview that fits your workflow. Plain text is the safest for ATS, Markdown works with Git-based pipelines, and JSON gives you a source-of-truth snapshot.

Plain Text

Experience

Markdown

## Experience

JSON

{
  "contact": {
    "name": "",
    "location": "",
    "email": "",
    "phone": "",
    "website": ""
  },
  "summary": "",
  "skills": "",
  "education": "",
  "certifications": "",
  "experiences": [
    {
      "id": "79629d16-3aae-4a44-a969-3e32afaa6566",
      "company": "",
      "title": "",
      "location": "",
      "start": "",
      "end": "",
      "bullets": [
        ""
      ],
      "summary": ""
    }
  ],
  "extras": ""
}