Newsletter
Join the Community
Subscribe to our newsletter for the latest news and updates
Simple ATS friendly typst cv template.

A full-stack Next.js TypeScript template focused on functionality over UI, featuring Zustand, TanStack Query, and ESLint 9 support.
Vantage Typst is a two-column, ATS-friendly curriculum vitae template written in Typst that compiles your YAML configuration into a clean PDF resume.
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.
icons/ folder and updating the links array in the Typst source.configuration.yaml and reflected automatically on recompile.configuration.yaml to update contact details, job history, and skills, then recompile to get an updated PDF in seconds.example.typ) and data (configuration.yaml) are plain text, you can track changes, branch versions, and collaborate on your CV.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.
Yes, the project is released under the MIT License, so you are free to use, modify, and distribute it with minimal restrictions.
You need the Typst CLI, which can be installed from the official Typst GitHub repository. No additional build tools or web servers are required.
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.
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.
No, after cloning the repository and installing Typst locally, you can compile the PDF entirely offline.