Vantage Typst is a two-column, ATS-friendly curriculum vitae template written in Typst that compiles your YAML configuration into a clean PDF resume.
What is Vantage Typst?
Vantage Typst is a Typst-based CV template that turns a YAML configuration file into a professionally formatted, two-column PDF resume. It runs locally via the Typst CLI, uses example.typ as the layout entry point, and draws icons from Lucide. The template is distributed on GitHub under the MIT License and is inspired by the alta-typst template by George Honeywood.
Key Features
- Two-column layout — Places work experience on the left and supporting details (skills, education, contact) on the right for quick scanning.
- ATS-friendly structure — Uses a simple, parser-friendly design so applicant tracking systems can read section headings and text without complex tables or graphics.
- Customizable icons — Add or replace SVG icons by dropping files into the
icons/folder and updating thelinksarray in the Typst source. - Responsive design — Adjusts to different print formats and paper sizes when compiled with Typst.
- YAML-based configuration — Personal data, work history, education, and skills are edited in
configuration.yamland reflected automatically on recompile. - MIT license — Free to use, modify, and distribute for personal or commercial projects.
Who is it for?
- Job seekers and professionals looking for a minimal, ATS-compatible resume that can be version-controlled and recompiled from text.
- Developers and technical writers comfortable editing YAML and running CLI tools who want a resume they can script and automate.
- Typst enthusiasts who prefer a modern typesetting alternative to LaTeX or word processors for document generation.
What can you do with Vantage Typst?
- Tailor your resume for each application — edit
configuration.yamlto update contact details, job history, and skills, then recompile to get an updated PDF in seconds. - Maintain your CV in Git — because both the layout (
example.typ) and data (configuration.yaml) are plain text, you can track changes, branch versions, and collaborate on your CV. - Extend the template — add new sections, adjust column widths, or integrate custom SVG icons without being locked into a fixed layout.
How does Vantage Typst work?
Install the Typst CLI, clone the repository, edit example.typ and configuration.yaml, then run typst compile example.typ to generate example.pdf. The template reads the structured YAML data and maps it into the two-column layout, pulling icons from the icons/ folder for any links you reference.
FAQ
Is Vantage Typst free to use?
Yes, the project is released under the MIT License, so you are free to use, modify, and distribute it with minimal restrictions.
What do I need to run Vantage Typst?
You need the Typst CLI, which can be installed from the official Typst GitHub repository. No additional build tools or web servers are required.
How do I customize the icons?
Place your .svg files into the icons/ folder, then add an entry to the links array in the Typst file using the filename as the name and your target URL.
Can I use Vantage Typst with an applicant tracking system?
Yes, its ATS-friendly design uses standard section headings and a clean layout that text parsers can read, avoiding images and complex tables in the main content.
Does Vantage Typst require an internet connection?
No, after cloning the repository and installing Typst locally, you can compile the PDF entirely offline.







