This simple tool helps you create and format professional resumes:
Edit the JSON structure in the editor to customize your resume content
Watch the preview update in real-time with your changes
Download your resume as a PDF when you're satisfied with the result
The resume automatically formats with professional typography and spacing optimized for readability.
AI Compatibility
This resume compiler is designed to work seamlessly with AI language models.
Need help with your resume? Use this prompt template with any AI assistant:
JSON Editor
Resume Preview
×
Resume Preview
Preview in full size (8.5 x 11 inches)
×
AI Resume Prompt Template
Copy and paste this prompt to an AI assistant like ChatGPT or Claude to get help with your resume:
I'd like help with my professional resume in JSON format. Here's the current JSON structure:
[Paste your resume JSON here]
The JSON needs to follow this structure to work with my resume compiler:
- "name": Your full name
- "location": City, State
- "phone": Phone number
- "email": Email address
- "website": Personal website (optional)
- "education": Array of education objects with:
- "institution": University name
- "location": City, State
- "graduationDate": "Month Year"
- "degree": Degree program
- "gpa": GPA (optional)
- "coursework": Array of relevant courses (optional)
- "technicalSkills": Array of skill categories (typically formatted as "Category: item1, item2, item3")
- "experience": Array of job objects with:
- "title": Job title
- "company": Company name
- "location": City, State
- "dateRange": Employment period
- "bullets": Array of accomplishment statements
NOTE: The first bullet will be displayed as a subtitle without a bullet point, remaining bullets will be in a bulleted list
- "projects": Array of project objects with:
- "name": Project name (can use **bold** with double asterisks)
- "dateRange": Project timeframe
- "bullets": Array of description/accomplishment statements
NOTE: The first bullet will be displayed as a subtitle without a bullet point, remaining bullets will be in a bulleted list
- "publications": Array of publication objects (optional) with:
- "title": Publication title (can use **bold** with double asterisks)
- "citation": Publication citation
- "bullets": Array of contribution statements
IMPORTANT FORMATTING TIPS:
1. You can add **bold text** in any field by surrounding text with double asterisks. For example:
- "Developed **award-winning** application" will make only "award-winning" bold
- "**Project Name** (JavaScript, React)" will make only "Project Name" bold
- This works in project names, publication titles, bullet points, and more
2. For bullet points, focus on accomplishments with this structure:
- Action verb + what you did + result/impact (with metrics when possible)
- Example: "Redesigned authentication system, reducing login failures by **40%**"
- Remember that the first bullet in experience and project sections will display as a subtitle without a bullet point
Here's a simplified example of the JSON structure:
```json
{
"name": "ALEX SMITH",
"location": "San Francisco, CA",
"phone": "555-123-4567",
"email": "alex@example.com",
"website": "alexsmith.dev",
"technicalSkills": [
"Languages: JavaScript, Python, Java",
"Tools: React, Node.js, AWS"
],
"education": [
{
"institution": "University of California",
"location": "Berkeley, CA",
"graduationDate": "May 2023",
"degree": "BS in Computer Science"
}
],
"experience": [
{
"title": "Software Engineer",
"company": "Tech Company",
"location": "San Francisco, CA",
"dateRange": "June 2023 - Present",
"bullets": [
"Developed **scalable** microservices architecture, improving system throughput by **35%**",
"Implemented CI/CD pipeline, reducing deployment time from hours to **minutes**"
]
}
],
"projects": [
{
"name": "**Portfolio Website** (React, Next.js)",
"dateRange": "Jan 2023 - Mar 2023",
"bullets": [
"Built responsive portfolio site showcasing technical projects",
"Implemented light/dark theme and content management system"
]
}
]
}
```
Please help me [improve specific aspects or request specific help with your resume].
After making changes to my resume, please:
1. LIST ALL CHANGES: Provide a clear, itemized list of every change you made to the resume content and why.
2. DESCRIBE ASSUMPTIONS: Explicitly state any assumptions you made about my experience, skills, or background.
3. HIGHLIGHT IMPROVEMENTS: Explain how these changes strengthen my resume and better showcase my qualifications.
4. PROVIDE ONLY THE UPDATED JSON: Return the complete, updated JSON structure so I can paste it directly into my resume compiler.