Your resume, always current.
Build once, share a link, or embed on your own website — updates you save show up for anyone with the link.
Part of NodeDa Work. Free for every signed-in account.
How it works
From blank page to live resume
One personal resume per account. Edit in the browser, publish when you're ready, keep every site that embeds you in sync.
Build your profile
Fill LinkedIn-style sections — basics, experience, education, skills, certifications, and projects — or import from a LinkedIn PDF / paste with AI.
Export or share
Download a PDF anytime, or turn on Share to get a public link for recruiters and your own site.
Embed on your website
Use the Embed panel for a same-origin API: pull live JSON or HTML, plus a PDF download URL. When you save here, visitors see the update.
Embed
Put it on your site
After you share, open Embed for full API docs — endpoints, response fields, CORS, and a copy-paste website snippet. Same Resume site only; not on Developer.
<div id="resume"></div>
<a id="resume-pdf" href="#">Download PDF</a>
<script>
fetch("/api/resume/public/nrv_rsm_…")
.then((r) => r.json())
.then((data) => {
document.getElementById("resume").innerHTML = data.html;
document.getElementById("resume-pdf").href = data.urls.pdf;
});
</script>Ready when you are
Sign in, build your profile, share or embed — recruiters and your website always get the latest version.