Build a sick resume in minutes.
CVTypeShit is a fast, no-BS resume builder powered by modern web tech. It uses Vite, Tailwind, jq-web for Resume data JSON transformations, and Typst w/ Typst.ts to generate clean, ATS-friendly PDFs.
Shoutout: Pollinations AI
- Simple Chat UI
- One sleek, minimalist Typst resume template, Check Check
- Live preview and instant export to PDF
- No server side code (except all of those llm calls ofc)
- Import existing PDF resumes (kind of works)
bun install && bun dev
Optional: Get an api key from https://openrouter.ai/keys or openai or any other openai compatible llm provider
- Fork the repo
- Create a new branch:
git checkout -b feature/your-feature - Make your changes
- Commit:
git commit -m "feat: add your feature" - Push:
git push origin feature/your-feature - Open a Pull Request
- Keep the UX clean and minimal
- PRs must pass basic build/test checks
- Be kind in discussions
