Build and edit a resume entirely offline in the browser without creating an account.
Export a resume as ATS-friendly PDF, plain text, or Word document for job applications.
Switch between six templates while keeping the underlying document structure and export order unchanged.
Save resume data locally as JSON or YAML to back up or re-import into the app later.
| rimzzlabs/lanjut | alemtuzlak/kiira | blazeup-ai/pi-insights | |
|---|---|---|---|
| Stars | 49 | 49 | 49 |
| Language | TypeScript | TypeScript | TypeScript |
| Setup difficulty | easy | moderate | easy |
| Complexity | 2/5 | 2/5 | 2/5 |
| Audience | general | developer | developer |
Figures from each repo's GitHub metadata at analysis time.
The hosted version needs no setup at all, running it locally just requires cloning the repo and running pnpm install and pnpm dev.
Lanjut is a free, open source resume builder that runs entirely inside the web browser, with no account required and no resume content ever sent to a server. Everything is saved locally in the browser's own storage, so the app keeps working offline after it first loads, and clearing browser data will delete saved resumes unless the user has exported them first. The builder separates a resume into two layers. The structural layer covers fixed sections like header, summary, work experience, education, and skills, each using a restricted rich text format designed to stay readable by Applicant Tracking System software, the automated tools many companies use to scan resumes. The presentation layer covers appearance, such as fonts, spacing, and colors, and can be freely customized without ever breaking the underlying structure that export and parsing rely on. Users cannot add layouts like tables or multiple columns that would confuse ATS parsing. There are six included templates that all share the same linear document structure, so switching templates changes only the look, not how the content is organized or exported. Other features include a print accurate page preview with automatic pagination, drag and drop section reordering, section visibility toggles, support for English and Indonesian, and the ability to export a resume as PDF, plain text, or a Word document, as well as copy or re-import a resume as JSON or YAML. The project is built with Next.js and hosted on Cloudflare, using tools like TipTap for rich text editing, IndexedDB for local storage, and react-pdf and the docx library for exporting files. It also includes a validation script that regenerates every export format from a sample resume and checks that reading order and field data survive intact, since correct field mapping matters for ATS compatibility. Setup for development follows a standard clone, install, and run process using pnpm, and the project is licensed under AGPL-3.0.
A free, open-source resume builder that runs entirely in your browser with no account, keeping your resume content local while producing ATS-friendly exports.
Mainly TypeScript. The stack also includes Next.js, TypeScript, IndexedDB.
AGPL-3.0 license: you can use and modify it freely, but if you run a modified version as a public service, you must also release your source code.
Setup difficulty is rated easy, with roughly 5min to a first successful run.
Mainly general.
This repo across BitVibe Labs
Don't trust strangers blindly. Verify against the repo.