Structured data, then presentation
Prepare a JSON Resume, then style it for print.
Keep the content in the JSON Resume format and the layout in a Handlebars template styled with Tailwind. Revise either one, review the preview, and export a PDF.
- 1
Convert a PDF with an AI assistant
Provide Claude or GPT with a PDF of your resume, such as an export from LinkedIn. Ask it to produce a document in the JSON Resume format.
- 2
Publish a gist and validate it
Upload the file to a GitHub gist named
resume.json. The registry serves it athttps://registry.jsonresume.org/{github_account_id}. For example, registry.jsonresume.org/vijayst. If validation fails, share that URL with Claude and ask it to correct the errors. - 3
Style the validated resume
Once
resume.jsonvalidates, style it here. Paste the JSON, adjust the Tailwind classes in the Handlebars template, and export a PDF when the preview is ready. The editors are preloaded with a sample from the public resume repository.
JSON Resume document
Preview
Live render of the JSON and template