Skip to main content

Build your professional CV in minutes

Create stunning curriculum vitae with multiple professional templates, photo upload, and instant PDF export. Your data stays local and secure.

Curriculum Vitae Builder

Quick start

Get your professional CV ready in four simple steps

1

Enter your personal information

Start by filling in your basic details — name, profession, contact information, and a brief professional summary. All data is stored locally in your browser for privacy.
// Data structure for personal info
{
  nombre: "John",
  apellido: "Doe",
  profesion: "Software Engineer",
  correo: "[email protected]",
  celular: "1234-5678",
  direccion: "City, Country"
}
2

Add your experience and education

Document your work history, educational background, skills, and references. Each section is optional — include only what’s relevant for your target position.
All form fields auto-save to browser cookies with a 10-year expiration, so you can return anytime without losing your progress.
3

Upload and crop your profile photo

Add a professional photo using the built-in cropper tool. Choose between square or circular framing to match your preferred template style.
Keep your image under 1MB for optimal performance. The cropper supports zoom, rotation, and precise positioning.
4

Choose a template and export to PDF

Select from three professional CV designs, preview your final document, and download as a high-quality PDF ready for printing or email submission.
// PDF generation using jsPDF and html2canvas
const pdf = new jsPDF("p", "pt", "letter");
html2canvas(contenidoDiv, { scale: 5 }).then((canvas) => {
  const imgData = canvas.toDataURL("image/jpeg");
  pdf.addImage(imgData, "JPEG", 0, 0, width, height);
  pdf.save(`CV-${nombre}${apellido}.pdf`);
});

Key features

Everything you need to create a standout CV

Multiple professional templates

Choose from three distinct CV designs, each optimized for readability and professional presentation

Smart photo cropping

Upload, crop, and position your profile photo with precision using our integrated cropper tool

Local data storage

Your personal information never leaves your device — all data is stored in browser cookies and localStorage

One-click PDF export

Generate print-ready PDF documents with high-quality rendering in seconds

Comprehensive sections

Track work experience, education, skills, languages, and professional references in organized forms

Responsive design

Access and edit your CV from any device — desktop, tablet, or mobile

Ready to create your professional CV?

Get started in minutes with our intuitive CV builder. No registration required — your data stays on your device.

Start building now