Quickstart
Go from an empty account to a downloaded PDF. This walk-through uses the code editor; every step works the same in the visual editor.
Sign in with Google
Open the app and choose Continue with Google. Rasumi uses Google sign-in only, there’s no password to set. Once you’re in, your resumes sync to your account on every device.
Create a new resume
On your dashboard, select New resume. Rasumi creates an Untitled resume pre-filled with a sample document so you have real structure to edit instead of a blank page. You land in the editor immediately.
Edit the content
The code editor holds your resume as YAML. Every field is plain text. Change the
name, add aheadline, and the preview re-typesets a beat later.resume.yaml1basics:2 name: John Doe3 headline: Software Engineer4 email: john.doe@example.com5 location: San Francisco, CA6sections:7 - type: experience8 title: Experience9 entries:10 - title: Senior Software Engineer11 subtitle: Acme Cloud12 startDate: 202113 endDate: Present14 bullets:15 - Led the migration to a typed API layer.Pick a template
Open the template selector in the toolbar and choose Classic, Modern, or Compact. The preview re-renders instantly. Your text never changes, only its typesetting.
Download the PDF
Select Download PDF. You get the exact file shown in the preview, named after your resume title. That’s it, no compile step, no LaTeX, no reformatting.
#What’s next
Read Core concepts to understand how the pieces fit together, or jump to the resume format to see every field you can set.