Track your
writing progress effortlessly
Learn more »
An open-source resume builder that helps you create professional resumes with ease. Originally conceived as a SaaS product, now available for free to the community.
Professional and formal resumes are often created using LaTeX due to its superior typesetting capabilities and clean, structured output. However, the learning curve for LaTeX can be steep for many users. ResumeDesk bridges this gap by providing LaTeX-quality professional resumes through an intuitive, user-friendly interface - no LaTeX knowledge required.
chrome_wii7r5JxMQ.online-video-cutter.com.mp4
- Node.js >= 20
- pnpm (recommended) or npm
-
Clone the repository:
git clone https://github.com/fafo-labs/resumedesk.git cd resumedesk -
Install dependencies:
pnpm install
-
Set up environment variables:
cp .env.example .env.local
-
Start the development server:
pnpm dev
-
Open http://localhost:3000 in your browser
You might notice traces of authentication and payment-related code in the repository. This is because ResumeDesk was initially developed as a paid SaaS product. However, we've decided to make it completely open source and free for everyone to use. While some of these features are still present in the codebase, they are not active in the current version.
Contributions are welcome! Please feel free to submit a Pull Request. For major changes, please open an issue first to discuss what you would like to change.
If you find this project helpful, please consider giving it a star on GitHub!