<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>DEV Community: John Yesh</title>
    <description>The latest articles on DEV Community by John Yesh (@john_yesh38).</description>
    <link>https://dev.to/john_yesh38</link>
    <image>
      <url>https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https:%2F%2Fdev-to-uploads.s3.us-east-2.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F3800882%2F85edcf9c-048b-4eb5-9d11-4894186a6558.png</url>
      <title>DEV Community: John Yesh</title>
      <link>https://dev.to/john_yesh38</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/john_yesh38"/>
    <language>en</language>
    <item>
      <title>Why we turned a news site into an API instead of just running a website</title>
      <dc:creator>John Yesh</dc:creator>
      <pubDate>Tue, 15 Sep 2026 23:18:21 +0000</pubDate>
      <link>https://dev.to/john_yesh38/why-we-turned-a-news-site-into-an-api-instead-of-just-running-a-website-5819</link>
      <guid>https://dev.to/john_yesh38/why-we-turned-a-news-site-into-an-api-instead-of-just-running-a-website-5819</guid>
      <description>&lt;p&gt;&lt;a href="https://rhytertimes.com" rel="noopener noreferrer"&gt;Rhyter Times&lt;/a&gt; started as a news aggregation site: 400+ real sources, regional coverage, cross-outlet story comparisons. At some point the obvious next question showed up — if the pipeline behind the site is already doing all this work, why should the only way to use it be a browser?&lt;/p&gt;

&lt;h2&gt;
  
  
  The case for opening it up
&lt;/h2&gt;

&lt;p&gt;A few things pushed us toward shipping an actual API and MCP server rather than keeping the pipeline as an internal implementation detail of one website:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;AI agents are a real audience now&lt;/strong&gt;, and they don't browse websites the way people do. An MCP server means an agent can query current, structured news directly, the same way it would call any other tool.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Developers building on top of news data are stuck choosing between scraping and expensive legacy APIs.&lt;/strong&gt; We'd already solved the sourcing problem for our own site; not offering it to anyone else felt like leaving a real gap unfilled for no reason.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Transparency is a genuine differentiator here.&lt;/strong&gt; A lot of aggregation products treat their source list as the product's secret sauce. We think the opposite is more trustworthy: you should be able to see exactly which outlets are feeding a given response, not just take our word for it.&lt;/li&gt;
&lt;/ul&gt;

&lt;h2&gt;
  
  
  What shipped
&lt;/h2&gt;

&lt;p&gt;A REST API and an MCP server, both backed by the exact same pipeline the public site runs on — headlines, regional coverage, story syntheses, and the source directory itself. Free tier is 100 requests/day with no credit card required, with paid tiers for anyone running this at real volume.&lt;/p&gt;

&lt;p&gt;Full details and sign-up: &lt;strong&gt;&lt;a href="https://aristocles.com.au/products/news" rel="noopener noreferrer"&gt;aristocles.com.au/products/news&lt;/a&gt;&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;If you're building something that needs current news data and have been putting off the "figure out sourcing" problem, happy to answer questions about what's actually available through it in the comments.&lt;/p&gt;

</description>
      <category>rhytertimes</category>
      <category>api</category>
      <category>startup</category>
      <category>news</category>
    </item>
    <item>
      <title>Teaching AI-written news when to stop hedging</title>
      <dc:creator>John Yesh</dc:creator>
      <pubDate>Tue, 15 Sep 2026 23:18:02 +0000</pubDate>
      <link>https://dev.to/john_yesh38/teaching-ai-written-news-when-to-stop-hedging-1p6f</link>
      <guid>https://dev.to/john_yesh38/teaching-ai-written-news-when-to-stop-hedging-1p6f</guid>
      <description>&lt;p&gt;Ask an AI to summarize a news story and you'll usually get something cautious: "according to reports," "it appears that," "sources suggest." That hedging is often the right call — a single claim shouldn't be stated as settled fact. But when several independent outlets are all reporting the same thing, hedging every sentence stops being honest caution and starts being noise. &lt;a href="https://rhytertimes.com" rel="noopener noreferrer"&gt;Rhyter Times&lt;/a&gt;'s story synthesis is built around that distinction.&lt;/p&gt;

&lt;h2&gt;
  
  
  The idea
&lt;/h2&gt;

&lt;p&gt;Every write-up on Rhyter Times is original — written in our own words, never copied from any outlet — and always credits its sources below the piece. But the &lt;em&gt;voice&lt;/em&gt; changes with how corroborated a fact is:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;When independent outlets are still lightly aligned, the tone stays attributive: "according to X and Y."&lt;/li&gt;
&lt;li&gt;When enough independent outlets agree, the piece states the fact directly. The corroboration itself is the confidence signal, so the writing doesn't need to hedge every sentence to be honest.&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;What never changes, regardless of confidence: nothing is stated that isn't actually supported by the source material. Confidence in tone and license to invent are two completely separate things, and only the first one moves.&lt;/p&gt;

&lt;h2&gt;
  
  
  We say exactly what this is
&lt;/h2&gt;

&lt;p&gt;Every synthesized piece carries a plain disclosure explaining that it's AI-assisted synthesis of existing reporting, not original investigative journalism — cross-referencing convergent reporting from multiple named outlets is a real, if limited, form of verification, but we never let a confident tone imply it's something it isn't.&lt;/p&gt;

&lt;h2&gt;
  
  
  A related but different feature
&lt;/h2&gt;

&lt;p&gt;Rhyter Times also has a &lt;a href="https://rhytertimes.com/perspectives" rel="noopener noreferrer"&gt;Perspectives&lt;/a&gt; view that's easy to confuse with this but does something different: instead of measuring how much outlets &lt;em&gt;agree&lt;/em&gt;, it shows how coverage of the same story &lt;em&gt;differs&lt;/em&gt; by outlet across the political spectrum, built without any AI writing involved at all.&lt;/p&gt;

&lt;p&gt;Both are live at &lt;a href="https://rhytertimes.com" rel="noopener noreferrer"&gt;rhytertimes.com&lt;/a&gt;, and the same synthesis is now available through an &lt;a href="https://aristocles.com.au/products/news" rel="noopener noreferrer"&gt;API and MCP server&lt;/a&gt; for anyone building on top of it. Curious what others think about corroboration as a proxy for confidence in AI writing — happy to discuss in the comments.&lt;/p&gt;

</description>
      <category>rhytertimes</category>
      <category>ai</category>
      <category>news</category>
      <category>llm</category>
    </item>
    <item>
      <title>We never disguise our crawler, even when it costs us sources</title>
      <dc:creator>John Yesh</dc:creator>
      <pubDate>Tue, 15 Sep 2026 23:17:43 +0000</pubDate>
      <link>https://dev.to/john_yesh38/we-never-disguise-our-crawler-even-when-it-costs-us-sources-p18</link>
      <guid>https://dev.to/john_yesh38/we-never-disguise-our-crawler-even-when-it-costs-us-sources-p18</guid>
      <description>&lt;p&gt;Building a news aggregator that pulls from hundreds of independent outlets raises an obvious temptation: some sites block AI crawlers by name, so why not just... not identify as one? We built &lt;a href="https://rhytertimes.com" rel="noopener noreferrer"&gt;Rhyter Times&lt;/a&gt;'s source pipeline on the opposite rule.&lt;/p&gt;

&lt;h2&gt;
  
  
  The rule
&lt;/h2&gt;

&lt;p&gt;Our crawler always identifies itself honestly. If a publisher's &lt;code&gt;robots.txt&lt;/code&gt; says AI crawlers aren't welcome, we don't crawl that site — full stop. Not with a different user agent, not by finding a technicality that lets us through anyway. If a site blocks AI crawlers by name but leaves the door technically open for everyone else, we treat that as the publisher's real answer, not a loophole to route around.&lt;/p&gt;

&lt;p&gt;This costs us real coverage. A meaningful share of major outlets explicitly block AI crawlers, and we simply don't include them. That's the tradeoff for doing this honestly, and it's the only version of "our own source directory" we're willing to build — evading blocks would defeat the entire point the moment anyone checked.&lt;/p&gt;

&lt;h2&gt;
  
  
  What we ended up with anyway
&lt;/h2&gt;

&lt;p&gt;Building it this way still got us to 400+ real, permissioned sources across 10 world regions and 5 topics: national broadcasters, university research newsrooms, regional business press, and a long tail of country-specific outlets that never show up in typical aggregator source lists, because nobody bothered building relationships with them at scale before.&lt;/p&gt;

&lt;p&gt;The result is live at &lt;a href="https://rhytertimes.com" rel="noopener noreferrer"&gt;rhytertimes.com&lt;/a&gt;, and the same source directory now powers an API and MCP server for anyone building on top of it — &lt;a href="https://aristocles.com.au/products/news" rel="noopener noreferrer"&gt;aristocles.com.au/products/news&lt;/a&gt;, including transparency into exactly which outlets feed a given response, not just "trust us."&lt;/p&gt;

&lt;p&gt;Curious how other people building on public data draw this line — happy to discuss in the comments.&lt;/p&gt;

</description>
      <category>rhytertimes</category>
      <category>webscraping</category>
      <category>news</category>
      <category>ethics</category>
    </item>
    <item>
      <title>We built a 400+ source news API instead of paying $200/mo for one</title>
      <dc:creator>John Yesh</dc:creator>
      <pubDate>Tue, 15 Sep 2026 23:17:22 +0000</pubDate>
      <link>https://dev.to/john_yesh38/we-built-a-400-source-news-api-instead-of-paying-200mo-for-one-5c06</link>
      <guid>https://dev.to/john_yesh38/we-built-a-400-source-news-api-instead-of-paying-200mo-for-one-5c06</guid>
      <description>&lt;p&gt;News aggregation APIs charge real money for something publishers already give away for free to anyone who asks nicely: their own RSS feeds. We built our own aggregation pipeline instead of renting one, and it's live at &lt;a href="https://rhytertimes.com" rel="noopener noreferrer"&gt;rhytertimes.com&lt;/a&gt;.&lt;/p&gt;

&lt;h2&gt;
  
  
  What Rhyter Times is
&lt;/h2&gt;

&lt;p&gt;&lt;strong&gt;&lt;a href="https://rhytertimes.com" rel="noopener noreferrer"&gt;rhytertimes.com&lt;/a&gt;&lt;/strong&gt; is a news aggregation site pulling from &lt;strong&gt;400+ individually vetted, publisher-owned RSS feeds&lt;/strong&gt; across 10 world regions and 5 core topics (World, Business, Technology, Science, Sports). Every source is a real outlet's own published feed — no scraping, no third-party aggregator in the middle.&lt;/p&gt;

&lt;p&gt;A couple of things make it more than a plain RSS reader:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;Every source is checked for real permission before it's added.&lt;/strong&gt; We only use feeds where the publisher has actually made them available for this kind of use, not sources we've talked ourselves into.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;When multiple independent outlets agree on a fact, we say so directly instead of hedging every sentence.&lt;/strong&gt; Every write-up is original and always credits its sources below — never presented as more than cross-referenced synthesis.&lt;/li&gt;
&lt;/ul&gt;

&lt;h2&gt;
  
  
  The API + MCP server
&lt;/h2&gt;

&lt;p&gt;The same data is now available outside the site:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;REST API&lt;/strong&gt; — headlines, regional news, story syntheses, and the full source directory&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;MCP server&lt;/strong&gt; — query it directly from an AI agent&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Free tier&lt;/strong&gt;: 100 requests/day, no credit card required
&lt;/li&gt;
&lt;/ul&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight shell"&gt;&lt;code&gt;curl &lt;span class="nt"&gt;-X&lt;/span&gt; POST https://rhyter-times-api.onrender.com/v1/auth/register &lt;span class="se"&gt;\&lt;/span&gt;
  &lt;span class="nt"&gt;-H&lt;/span&gt; &lt;span class="s2"&gt;"Content-Type: application/json"&lt;/span&gt; &lt;span class="se"&gt;\&lt;/span&gt;
  &lt;span class="nt"&gt;-d&lt;/span&gt; &lt;span class="s1"&gt;'{"email": "you@example.com", "name": "Your Name"}'&lt;/span&gt;

curl https://rhyter-times-api.onrender.com/v1/data/wire &lt;span class="se"&gt;\&lt;/span&gt;
  &lt;span class="nt"&gt;-H&lt;/span&gt; &lt;span class="s2"&gt;"X-API-Key: your_api_key_here"&lt;/span&gt;
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;p&gt;Full details and sign-up: &lt;strong&gt;&lt;a href="https://aristocles.com.au/products/news" rel="noopener noreferrer"&gt;aristocles.com.au/products/news&lt;/a&gt;&lt;/strong&gt;&lt;/p&gt;

&lt;h2&gt;
  
  
  Why this matters for anyone building with LLMs
&lt;/h2&gt;

&lt;p&gt;If you're building something that needs current news, you're usually choosing between scraping (fragile, often against ToS) or a legacy API charging a few hundred dollars a month. There's a real middle path, and we'd rather more people knew it exists than assume aggregation has to be expensive.&lt;/p&gt;




&lt;p&gt;&lt;strong&gt;Read the news:&lt;/strong&gt; &lt;a href="https://rhytertimes.com" rel="noopener noreferrer"&gt;rhytertimes.com&lt;/a&gt;&lt;br&gt;
&lt;strong&gt;Get an API key:&lt;/strong&gt; &lt;a href="https://aristocles.com.au/products/news" rel="noopener noreferrer"&gt;aristocles.com.au/products/news&lt;/a&gt;&lt;/p&gt;

</description>
      <category>rhytertimes</category>
      <category>news</category>
      <category>api</category>
      <category>opensource</category>
    </item>
    <item>
      <title>Test post 3 please ignore</title>
      <dc:creator>John Yesh</dc:creator>
      <pubDate>Tue, 15 Sep 2026 22:57:12 +0000</pubDate>
      <link>https://dev.to/john_yesh38/test-post-3-please-ignore-5enp</link>
      <guid>https://dev.to/john_yesh38/test-post-3-please-ignore-5enp</guid>
      <description>&lt;p&gt;testing published true&lt;/p&gt;

</description>
      <category>news</category>
    </item>
    <item>
      <title>Government Resume Templates That Actually Work — Federal, NHS, UK Civil Service &amp; Australian APS</title>
      <dc:creator>John Yesh</dc:creator>
      <pubDate>Fri, 13 Mar 2026 22:39:55 +0000</pubDate>
      <link>https://dev.to/john_yesh38/government-resume-templates-that-actually-work-federal-nhs-uk-civil-service-australian-aps-47c</link>
      <guid>https://dev.to/john_yesh38/government-resume-templates-that-actually-work-federal-nhs-uk-civil-service-australian-aps-47c</guid>
      <description>&lt;p&gt;Government applications have strict format requirements that generic resume builders don't handle. Miss a required field = automatic rejection before a human reads your CV.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://jumproo.ai" rel="noopener noreferrer"&gt;Jumproo&lt;/a&gt; has &lt;strong&gt;4 purpose-built government templates&lt;/strong&gt; with every required field built in. All free.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fq3ipvmk33y8kkf955z4t.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fq3ipvmk33y8kkf955z4t.png" alt="Jumproo template gallery — including Federal, NHS, Civil Service, and APS government templates" width="800" height="500"&gt;&lt;/a&gt;&lt;/p&gt;




&lt;h2&gt;
  
  
  Why Generic Templates Don't Work for Government
&lt;/h2&gt;

&lt;div class="table-wrapper-paragraph"&gt;&lt;table&gt;
&lt;thead&gt;
&lt;tr&gt;
&lt;th&gt;Requirement&lt;/th&gt;
&lt;th&gt;Private Sector&lt;/th&gt;
&lt;th&gt;Government&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td&gt;&lt;strong&gt;Resume Length&lt;/strong&gt;&lt;/td&gt;
&lt;td&gt;1-2 pages&lt;/td&gt;
&lt;td&gt;2-6 pages&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;strong&gt;Format&lt;/strong&gt;&lt;/td&gt;
&lt;td&gt;Flexible&lt;/td&gt;
&lt;td&gt;Strictly structured&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;strong&gt;Assessment&lt;/strong&gt;&lt;/td&gt;
&lt;td&gt;Skills + culture fit&lt;/td&gt;
&lt;td&gt;Criteria-based sifting&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;strong&gt;Required Fields&lt;/strong&gt;&lt;/td&gt;
&lt;td&gt;Name, email&lt;/td&gt;
&lt;td&gt;Grade, clearance, registration, citizenship&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;strong&gt;Keywords&lt;/strong&gt;&lt;/td&gt;
&lt;td&gt;Help you stand out&lt;/td&gt;
&lt;td&gt;Mandatory for automated sifting&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;strong&gt;Sifting&lt;/strong&gt;&lt;/td&gt;
&lt;td&gt;Hiring manager review&lt;/td&gt;
&lt;td&gt;Scored against criteria before human review&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;&lt;/div&gt;

&lt;p&gt;Using a standard resume template for a government application is like submitting a letter when they asked for a form.&lt;/p&gt;




&lt;h2&gt;
  
  
  Federal Resume Template (USAJobs) — United States
&lt;/h2&gt;

&lt;p&gt;Federal resumes are &lt;strong&gt;4-6 pages long&lt;/strong&gt; and require fields that no standard template includes.&lt;/p&gt;

&lt;h3&gt;
  
  
  Fields Built Into the Template
&lt;/h3&gt;

&lt;div class="table-wrapper-paragraph"&gt;&lt;table&gt;
&lt;thead&gt;
&lt;tr&gt;
&lt;th&gt;Field&lt;/th&gt;
&lt;th&gt;What It Is&lt;/th&gt;
&lt;th&gt;Example&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td&gt;&lt;strong&gt;GS Grade&lt;/strong&gt;&lt;/td&gt;
&lt;td&gt;Government pay scale level&lt;/td&gt;
&lt;td&gt;GS-12&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;strong&gt;Hours/Week&lt;/strong&gt;&lt;/td&gt;
&lt;td&gt;Required for each position&lt;/td&gt;
&lt;td&gt;40 hours/week&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;strong&gt;Supervisor&lt;/strong&gt;&lt;/td&gt;
&lt;td&gt;Name and phone per position&lt;/td&gt;
&lt;td&gt;Jane Smith, (571) 555-0198&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;strong&gt;Citizenship&lt;/strong&gt;&lt;/td&gt;
&lt;td&gt;Required for eligibility&lt;/td&gt;
&lt;td&gt;United States&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;strong&gt;Veterans' Preference&lt;/strong&gt;&lt;/td&gt;
&lt;td&gt;5-point or 10-point&lt;/td&gt;
&lt;td&gt;5-Point (TP)&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;strong&gt;Security Clearance&lt;/strong&gt;&lt;/td&gt;
&lt;td&gt;Current clearance level&lt;/td&gt;
&lt;td&gt;Secret&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;strong&gt;Announcement Number&lt;/strong&gt;&lt;/td&gt;
&lt;td&gt;USAJobs posting ID&lt;/td&gt;
&lt;td&gt;VA-24-12345-DE&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;&lt;/div&gt;

&lt;h3&gt;
  
  
  Common Federal Resume Mistakes
&lt;/h3&gt;

&lt;p&gt;&lt;strong&gt;Mistake 1: Too short&lt;/strong&gt;&lt;br&gt;
Submitting a 1-page resume to USAJobs → automatic disqualification. Federal resumes need 4-6 pages with detailed duty descriptions.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Mistake 2: Missing hours/week&lt;/strong&gt;&lt;br&gt;
HR specialists check this for every position. Missing = your experience doesn't count.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Mistake 3: No supervisor details&lt;/strong&gt;&lt;br&gt;
Required for reference verification. Every position needs a supervisor name and phone number.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Mistake 4: Generic keywords&lt;/strong&gt;&lt;br&gt;
Federal HR specialists screen against the announcement's "Specialized Experience" requirements. Your resume must use the exact language from the posting.&lt;/p&gt;
&lt;h3&gt;
  
  
  Sample Layout
&lt;/h3&gt;


&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight plaintext"&gt;&lt;code&gt;┌─────────────────────────────────────────┐
│  MARIA C. SANTOS                        │
│  Program Analyst (GS-12)                │
│  maria.santos@email.com                 │
├─────────────────────────────────────────┤
│  FEDERAL INFORMATION                    │
│  Citizenship: United States             │
│  Veterans' Preference: 5-Point (TP)     │
│  Security Clearance: Secret             │
│  Grade: GS-12 (Step 5)                  │
│  Announcement: VA-24-12345-DE           │
├─────────────────────────────────────────┤
│  PROFESSIONAL EXPERIENCE                │
│                                         │
│  Department of Veterans Affairs         │
│  Program Analyst, GS-12                 │
│  Jan 2020 – Present | 40 hours/week    │
│  Supervisor: Jane Smith (571) 555-0198  │
│                                         │
│  • Analyzed 12,000+ disability claims   │
│    per quarter, reducing processing     │
│    backlog by 35%...                    │
└─────────────────────────────────────────┘
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;


&lt;p&gt;&lt;strong&gt;&lt;a href="https://jumproo.ai/create?template=federal" rel="noopener noreferrer"&gt;Build your federal resume →&lt;/a&gt;&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;&lt;a href="https://jumproo.ai/guides/federal-resume-builder" rel="noopener noreferrer"&gt;Read our federal resume guide →&lt;/a&gt;&lt;/strong&gt;&lt;/p&gt;


&lt;h2&gt;
  
  
  NHS CV Template — United Kingdom
&lt;/h2&gt;

&lt;p&gt;NHS recruitment is structured differently from any other UK employer. Your CV must include professional registration details and address the &lt;strong&gt;person specification&lt;/strong&gt; point by point.&lt;/p&gt;
&lt;h3&gt;
  
  
  Fields Built Into the Template
&lt;/h3&gt;

&lt;div class="table-wrapper-paragraph"&gt;&lt;table&gt;
&lt;thead&gt;
&lt;tr&gt;
&lt;th&gt;Field&lt;/th&gt;
&lt;th&gt;Options&lt;/th&gt;
&lt;th&gt;Example&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td&gt;&lt;strong&gt;Registration Body&lt;/strong&gt;&lt;/td&gt;
&lt;td&gt;NMC, GMC, HCPC, GPhC, GOC, GDC&lt;/td&gt;
&lt;td&gt;NMC&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;strong&gt;Registration/PIN&lt;/strong&gt;&lt;/td&gt;
&lt;td&gt;Your registration number&lt;/td&gt;
&lt;td&gt;20A1234B&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;strong&gt;Band Level&lt;/strong&gt;&lt;/td&gt;
&lt;td&gt;Band 2 through Band 9&lt;/td&gt;
&lt;td&gt;Band 5&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;strong&gt;DBS Status&lt;/strong&gt;&lt;/td&gt;
&lt;td&gt;Enhanced, Standard, Basic&lt;/td&gt;
&lt;td&gt;Enhanced (Adults &amp;amp; Children)&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;strong&gt;Mandatory Training&lt;/strong&gt;&lt;/td&gt;
&lt;td&gt;One-click auto-fill available&lt;/td&gt;
&lt;td&gt;Safeguarding, BLS, Manual Handling&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;&lt;/div&gt;
&lt;h3&gt;
  
  
  Band Level Guide — What Sifters Expect
&lt;/h3&gt;

&lt;div class="table-wrapper-paragraph"&gt;&lt;table&gt;
&lt;thead&gt;
&lt;tr&gt;
&lt;th&gt;Band&lt;/th&gt;
&lt;th&gt;Typical Roles&lt;/th&gt;
&lt;th&gt;CV Should Emphasize&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td&gt;&lt;strong&gt;Band 2-4&lt;/strong&gt;&lt;/td&gt;
&lt;td&gt;HCAs, admin staff, porters&lt;/td&gt;
&lt;td&gt;Practical skills, care experience, NHS values&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;strong&gt;Band 5-6&lt;/strong&gt;&lt;/td&gt;
&lt;td&gt;Newly qualified nurses, AHPs&lt;/td&gt;
&lt;td&gt;NMC/HCPC registration, clinical competencies, preceptorship&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;strong&gt;Band 7-8a&lt;/strong&gt;&lt;/td&gt;
&lt;td&gt;Ward managers, senior practitioners&lt;/td&gt;
&lt;td&gt;Leadership, clinical audit, service improvement&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;strong&gt;Band 8b-9&lt;/strong&gt;&lt;/td&gt;
&lt;td&gt;Senior managers, directors&lt;/td&gt;
&lt;td&gt;Strategic leadership, budget management, governance&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;&lt;/div&gt;
&lt;h3&gt;
  
  
  One-Click Mandatory Training
&lt;/h3&gt;

&lt;p&gt;The template includes a mandatory training checklist that auto-fills the 8 most common NHS courses:&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;Safeguarding Adults (Level 2)&lt;/li&gt;
&lt;li&gt;Safeguarding Children (Level 2)&lt;/li&gt;
&lt;li&gt;Basic Life Support (BLS)&lt;/li&gt;
&lt;li&gt;Manual Handling&lt;/li&gt;
&lt;li&gt;Fire Safety&lt;/li&gt;
&lt;li&gt;Infection Prevention &amp;amp; Control&lt;/li&gt;
&lt;li&gt;Information Governance&lt;/li&gt;
&lt;li&gt;Equality &amp;amp; Diversity&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;One click → all 8 added. Remove any that don't apply.&lt;/p&gt;
&lt;h3&gt;
  
  
  NHS-Specific Tips
&lt;/h3&gt;

&lt;p&gt;&lt;strong&gt;Person specification is everything.&lt;/strong&gt; NHS recruitment scores your CV against every essential criterion in the person spec. If you miss one, you're automatically screened out.&lt;/p&gt;

&lt;p&gt;Structure your CV so each criterion is clearly addressed. The template helps you do this.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;&lt;a href="https://jumproo.ai/create?template=nhs" rel="noopener noreferrer"&gt;Build your NHS CV →&lt;/a&gt;&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;&lt;a href="https://jumproo.ai/guides/nhs-cv-template" rel="noopener noreferrer"&gt;Read our NHS CV guide →&lt;/a&gt;&lt;/strong&gt;&lt;/p&gt;


&lt;h2&gt;
  
  
  UK Civil Service CV Template
&lt;/h2&gt;

&lt;p&gt;Civil Service Jobs uses the &lt;strong&gt;Success Profiles framework&lt;/strong&gt;. Your CV needs STAR-format behaviour examples — not just a list of jobs.&lt;/p&gt;
&lt;h3&gt;
  
  
  The 9 Civil Service Behaviours
&lt;/h3&gt;

&lt;ol&gt;
&lt;li&gt;
&lt;strong&gt;Making Effective Decisions&lt;/strong&gt; — Evidence-based analysis and judgement&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Communicating and Influencing&lt;/strong&gt; — Clear communication with stakeholders&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Working Together&lt;/strong&gt; — Team collaboration across boundaries&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Delivering at Pace&lt;/strong&gt; — Focused delivery against priorities&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Leadership&lt;/strong&gt; — Inspiring others and driving change&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Managing a Quality Service&lt;/strong&gt; — Delivering effective, efficient services&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Developing Self and Others&lt;/strong&gt; — Growth mindset and mentoring&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Seeing the Big Picture&lt;/strong&gt; — Strategic context and wider impact&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Changing and Improving&lt;/strong&gt; — Innovation and continuous improvement&lt;/li&gt;
&lt;/ol&gt;
&lt;h3&gt;
  
  
  Fields Built Into the Template
&lt;/h3&gt;

&lt;div class="table-wrapper-paragraph"&gt;&lt;table&gt;
&lt;thead&gt;
&lt;tr&gt;
&lt;th&gt;Field&lt;/th&gt;
&lt;th&gt;Options&lt;/th&gt;
&lt;th&gt;Example&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td&gt;&lt;strong&gt;Grade&lt;/strong&gt;&lt;/td&gt;
&lt;td&gt;AO, EO, HEO, SEO, G7, G6, SCS 1-3&lt;/td&gt;
&lt;td&gt;HEO&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;strong&gt;Security Clearance&lt;/strong&gt;&lt;/td&gt;
&lt;td&gt;CTC, SC, DV&lt;/td&gt;
&lt;td&gt;SC&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;strong&gt;Behaviours&lt;/strong&gt;&lt;/td&gt;
&lt;td&gt;Structured STAR sections&lt;/td&gt;
&lt;td&gt;See below&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;&lt;/div&gt;
&lt;h3&gt;
  
  
  STAR Format Template
&lt;/h3&gt;

&lt;p&gt;The template provides structured sections for each behaviour:&lt;br&gt;
&lt;/p&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight plaintext"&gt;&lt;code&gt;Behaviour: Making Effective Decisions

Situation:
  Led the post-16 skills funding review at the
  Department for Education, covering £2.1B in
  annual allocations across 340 FE colleges.

Task:
  Responsible for recommending funding allocation
  options to the Deputy Director within a 6-week
  ministerial deadline.

Action:
  Analysed 3 years of ESFA data, consulted 8 FE
  colleges and 3 sector bodies, modelled 3 funding
  scenarios with impact assessments.

Result:
  Recommended weighted formula adopted in the 2024
  spending round. Policy cited in the Skills White
  Paper as a model for evidence-based allocation.
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;h3&gt;
  
  
  Grade Expectations
&lt;/h3&gt;

&lt;div class="table-wrapper-paragraph"&gt;&lt;table&gt;
&lt;thead&gt;
&lt;tr&gt;
&lt;th&gt;Grade&lt;/th&gt;
&lt;th&gt;What Sifters Look For&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td&gt;&lt;strong&gt;AO/EO&lt;/strong&gt;&lt;/td&gt;
&lt;td&gt;Following processes, supporting delivery, attention to detail&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;strong&gt;HEO/SEO&lt;/strong&gt;&lt;/td&gt;
&lt;td&gt;Independent decision-making, stakeholder management, data analysis&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;strong&gt;Grade 7/6&lt;/strong&gt;&lt;/td&gt;
&lt;td&gt;Strategic thinking, cross-government collaboration, policy development&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;strong&gt;SCS&lt;/strong&gt;&lt;/td&gt;
&lt;td&gt;Organisational leadership, ministerial engagement, public accountability&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;&lt;/div&gt;

&lt;h3&gt;
  
  
  Common Civil Service CV Mistakes
&lt;/h3&gt;

&lt;p&gt;&lt;strong&gt;Mistake 1: Generic STAR examples&lt;/strong&gt;&lt;br&gt;
"Improved efficiency" → sifted out.&lt;br&gt;
"Reduced processing time by 25% across 12,000 cases" → shortlisted.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Mistake 2: Too many behaviours&lt;/strong&gt;&lt;br&gt;
Only address the behaviours listed in the job advert. Don't write all 9.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Mistake 3: Private sector language&lt;/strong&gt;&lt;br&gt;
Civil Service has specific terminology. "Client" → "stakeholder". "Revenue" → "public value".&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;&lt;a href="https://jumproo.ai/create?template=uk-civil-service" rel="noopener noreferrer"&gt;Build your Civil Service CV →&lt;/a&gt;&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;&lt;a href="https://jumproo.ai/guides/uk-civil-service-cv-template" rel="noopener noreferrer"&gt;Read our CS CV guide →&lt;/a&gt;&lt;/strong&gt;&lt;/p&gt;


&lt;h2&gt;
  
  
  Australian Public Service (APS) Template
&lt;/h2&gt;

&lt;p&gt;APS applications require a CV plus &lt;strong&gt;selection criteria responses&lt;/strong&gt; — structured answers addressing each criterion in the job posting.&lt;/p&gt;
&lt;h3&gt;
  
  
  Fields Built Into the Template
&lt;/h3&gt;

&lt;div class="table-wrapper-paragraph"&gt;&lt;table&gt;
&lt;thead&gt;
&lt;tr&gt;
&lt;th&gt;Field&lt;/th&gt;
&lt;th&gt;Options&lt;/th&gt;
&lt;th&gt;Example&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td&gt;&lt;strong&gt;APS Level&lt;/strong&gt;&lt;/td&gt;
&lt;td&gt;APS 1-6, EL 1-2, SES&lt;/td&gt;
&lt;td&gt;EL 1&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;strong&gt;Citizenship&lt;/strong&gt;&lt;/td&gt;
&lt;td&gt;Australian Citizen required&lt;/td&gt;
&lt;td&gt;Australian Citizen&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;strong&gt;Security Clearance&lt;/strong&gt;&lt;/td&gt;
&lt;td&gt;Baseline, NV1, NV2, PV&lt;/td&gt;
&lt;td&gt;NV1&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;strong&gt;Gazette Number&lt;/strong&gt;&lt;/td&gt;
&lt;td&gt;Job posting reference&lt;/td&gt;
&lt;td&gt;2024/ABC123&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;strong&gt;Selection Criteria&lt;/strong&gt;&lt;/td&gt;
&lt;td&gt;Structured response sections&lt;/td&gt;
&lt;td&gt;See below&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;&lt;/div&gt;
&lt;h3&gt;
  
  
  Selection Criteria Format
&lt;/h3&gt;

&lt;p&gt;Each criterion gets its own structured response:&lt;br&gt;
&lt;/p&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight plaintext"&gt;&lt;code&gt;Criterion: Demonstrated experience in policy
development and stakeholder engagement

As a Senior Policy Officer at the Department of
Home Affairs (APS 6, 2021-2024), I led the
development of the regional skilled migration
policy framework affecting 45,000 visa applications
annually.

I consulted 12 industry bodies, 6 state government
departments, and 3 unions over 8 months. The
resulting framework reduced processing times by
28% and improved employer compliance rates from
71% to 89%.
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;h3&gt;
  
  
  APS Level Guide
&lt;/h3&gt;

&lt;div class="table-wrapper-paragraph"&gt;&lt;table&gt;
&lt;thead&gt;
&lt;tr&gt;
&lt;th&gt;Level&lt;/th&gt;
&lt;th&gt;Typical Roles&lt;/th&gt;
&lt;th&gt;Selection Criteria Focus&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td&gt;&lt;strong&gt;APS 3-4&lt;/strong&gt;&lt;/td&gt;
&lt;td&gt;Admin, support&lt;/td&gt;
&lt;td&gt;Process following, accuracy&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;strong&gt;APS 5-6&lt;/strong&gt;&lt;/td&gt;
&lt;td&gt;Officers, analysts&lt;/td&gt;
&lt;td&gt;Analysis, judgement, stakeholders&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;strong&gt;EL 1&lt;/strong&gt;&lt;/td&gt;
&lt;td&gt;Assistant directors&lt;/td&gt;
&lt;td&gt;Leadership, strategy&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;strong&gt;EL 2&lt;/strong&gt;&lt;/td&gt;
&lt;td&gt;Directors&lt;/td&gt;
&lt;td&gt;Executive leadership&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;strong&gt;SES&lt;/strong&gt;&lt;/td&gt;
&lt;td&gt;Senior executives&lt;/td&gt;
&lt;td&gt;Organisational strategy&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;&lt;/div&gt;

&lt;p&gt;&lt;strong&gt;&lt;a href="https://jumproo.ai/create?template=aps" rel="noopener noreferrer"&gt;Build your APS resume →&lt;/a&gt;&lt;/strong&gt;&lt;/p&gt;




&lt;h2&gt;
  
  
  Side-by-Side Comparison
&lt;/h2&gt;

&lt;div class="table-wrapper-paragraph"&gt;&lt;table&gt;
&lt;thead&gt;
&lt;tr&gt;
&lt;th&gt;Feature&lt;/th&gt;
&lt;th&gt;Federal&lt;/th&gt;
&lt;th&gt;NHS&lt;/th&gt;
&lt;th&gt;Civil Service&lt;/th&gt;
&lt;th&gt;APS&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td&gt;&lt;strong&gt;Country&lt;/strong&gt;&lt;/td&gt;
&lt;td&gt;USA&lt;/td&gt;
&lt;td&gt;UK&lt;/td&gt;
&lt;td&gt;UK&lt;/td&gt;
&lt;td&gt;Australia&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;strong&gt;Typical Length&lt;/strong&gt;&lt;/td&gt;
&lt;td&gt;4-6 pages&lt;/td&gt;
&lt;td&gt;2-3 pages&lt;/td&gt;
&lt;td&gt;2-4 pages&lt;/td&gt;
&lt;td&gt;3-5 pages&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;strong&gt;Key Requirement&lt;/strong&gt;&lt;/td&gt;
&lt;td&gt;Hours/week, supervisor details&lt;/td&gt;
&lt;td&gt;Registration, band level&lt;/td&gt;
&lt;td&gt;STAR behaviours&lt;/td&gt;
&lt;td&gt;Selection criteria&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;strong&gt;Grade System&lt;/strong&gt;&lt;/td&gt;
&lt;td&gt;GS-1 to GS-15&lt;/td&gt;
&lt;td&gt;Band 2-9&lt;/td&gt;
&lt;td&gt;AO to SCS&lt;/td&gt;
&lt;td&gt;APS 1-6, EL, SES&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;strong&gt;Clearance&lt;/strong&gt;&lt;/td&gt;
&lt;td&gt;Public Trust → TS/SCI&lt;/td&gt;
&lt;td&gt;DBS&lt;/td&gt;
&lt;td&gt;CTC, SC, DV&lt;/td&gt;
&lt;td&gt;Baseline → PV&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;strong&gt;Assessment&lt;/strong&gt;&lt;/td&gt;
&lt;td&gt;KSAs, specialized experience&lt;/td&gt;
&lt;td&gt;Person specification&lt;/td&gt;
&lt;td&gt;Success Profiles&lt;/td&gt;
&lt;td&gt;Selection criteria&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;strong&gt;Template Color&lt;/strong&gt;&lt;/td&gt;
&lt;td&gt;Navy&lt;/td&gt;
&lt;td&gt;NHS Blue (#005EB8)&lt;/td&gt;
&lt;td&gt;GOV.UK Blue (#1d70b8)&lt;/td&gt;
&lt;td&gt;Australian Gold&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;&lt;/div&gt;




&lt;h2&gt;
  
  
  All Free, No Catch
&lt;/h2&gt;

&lt;div class="table-wrapper-paragraph"&gt;&lt;table&gt;
&lt;thead&gt;
&lt;tr&gt;
&lt;th&gt;Feature&lt;/th&gt;
&lt;th&gt;Included&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td&gt;All 4 government templates&lt;/td&gt;
&lt;td&gt;Yes&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;All specialized fields&lt;/td&gt;
&lt;td&gt;Yes&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;PDF + DOCX export&lt;/td&gt;
&lt;td&gt;Yes&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;No watermarks&lt;/td&gt;
&lt;td&gt;Yes&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;No signup required&lt;/td&gt;
&lt;td&gt;Yes&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;AI bullet improvement&lt;/td&gt;
&lt;td&gt;3 free per resume&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;ATS-compatible formatting&lt;/td&gt;
&lt;td&gt;Yes&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;&lt;/div&gt;

&lt;p&gt;Government CV services charge &lt;strong&gt;$50-300&lt;/strong&gt;. Jumproo: free.&lt;/p&gt;




&lt;h2&gt;
  
  
  Video
&lt;/h2&gt;

&lt;p&gt;See the full resume building experience:&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;&lt;a href="https://jumproo.ai/videos/jumproo-demo.mp4" rel="noopener noreferrer"&gt;Watch demo →&lt;/a&gt;&lt;/strong&gt;&lt;/p&gt;




&lt;h2&gt;
  
  
  Start Building
&lt;/h2&gt;

&lt;ul&gt;
&lt;li&gt;&lt;strong&gt;&lt;a href="https://jumproo.ai/create?template=federal" rel="noopener noreferrer"&gt;Federal resume →&lt;/a&gt;&lt;/strong&gt;&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;&lt;a href="https://jumproo.ai/create?template=nhs" rel="noopener noreferrer"&gt;NHS CV →&lt;/a&gt;&lt;/strong&gt;&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;&lt;a href="https://jumproo.ai/create?template=uk-civil-service" rel="noopener noreferrer"&gt;Civil Service CV →&lt;/a&gt;&lt;/strong&gt;&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;&lt;a href="https://jumproo.ai/create?template=aps" rel="noopener noreferrer"&gt;APS resume →&lt;/a&gt;&lt;/strong&gt;&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;&lt;a href="https://jumproo.ai/templates" rel="noopener noreferrer"&gt;Browse all 33+ templates →&lt;/a&gt;&lt;/strong&gt;&lt;/li&gt;
&lt;/ul&gt;




&lt;p&gt;&lt;em&gt;Applying for government roles? Which system do you find most frustrating? Drop a comment.&lt;/em&gt;&lt;/p&gt;

</description>
      <category>career</category>
      <category>government</category>
      <category>resume</category>
      <category>jobsearch</category>
    </item>
    <item>
      <title>Meet the AI Agent That Builds, Analyzes &amp; Tailors Your Resume — Jumproo's Full-Screen Copilot</title>
      <dc:creator>John Yesh</dc:creator>
      <pubDate>Fri, 13 Mar 2026 22:39:17 +0000</pubDate>
      <link>https://dev.to/john_yesh38/meet-the-ai-agent-that-builds-analyzes-tailors-your-resume-jumproos-full-screen-copilot-39m2</link>
      <guid>https://dev.to/john_yesh38/meet-the-ai-agent-that-builds-analyzes-tailors-your-resume-jumproos-full-screen-copilot-39m2</guid>
      <description>&lt;p&gt;Most "AI resume builders" are just forms with a Generate button. &lt;a href="https://jumproo.ai/agent" rel="noopener noreferrer"&gt;Jumproo's AI Agent&lt;/a&gt; is a full-screen conversational assistant that creates resumes, analyzes them, finds matching jobs, and bulk-generates tailored CVs — all through chat.&lt;/p&gt;

&lt;p&gt;Here's everything it does.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Friybfg0d9jumfvggql7c.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Friybfg0d9jumfvggql7c.png" alt="Jumproo AI Agent — Choose between Create CV, Edit CV, or Analyze CV"&gt;&lt;/a&gt;&lt;/p&gt;




&lt;h2&gt;
  
  
  5 Workflows, One Chat Interface
&lt;/h2&gt;

&lt;p&gt;When you launch the agent, you choose a workflow:&lt;/p&gt;

&lt;div class="table-wrapper-paragraph"&gt;&lt;table&gt;
&lt;thead&gt;
&lt;tr&gt;
&lt;th&gt;Workflow&lt;/th&gt;
&lt;th&gt;What It Does&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td&gt;&lt;strong&gt;Create CV&lt;/strong&gt;&lt;/td&gt;
&lt;td&gt;Build a resume from scratch with AI guidance&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;strong&gt;Edit CV&lt;/strong&gt;&lt;/td&gt;
&lt;td&gt;Upload existing resume, improve section by section&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;strong&gt;Analyze CV&lt;/strong&gt;&lt;/td&gt;
&lt;td&gt;Score against a job description with 5-dimension breakdown&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;strong&gt;Career&lt;/strong&gt;&lt;/td&gt;
&lt;td&gt;Career guidance and planning&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;strong&gt;Interview&lt;/strong&gt;&lt;/td&gt;
&lt;td&gt;Interview preparation and practice&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;&lt;/div&gt;

&lt;p&gt;Each workflow guides you through a structured conversation. No forms to fill out — just talk naturally.&lt;/p&gt;




&lt;h2&gt;
  
  
  Workflow 1: Create CV (7-Step Guided Builder)
&lt;/h2&gt;

&lt;p&gt;The Create flow walks you through building a resume in 7 steps:&lt;/p&gt;

&lt;h3&gt;
  
  
  Step 1: Target Role
&lt;/h3&gt;

&lt;p&gt;The agent asks about your target role and industry to tailor everything that follows.&lt;/p&gt;

&lt;h3&gt;
  
  
  Step 2: Template Picker
&lt;/h3&gt;

&lt;p&gt;Browse and select from 33+ templates — rendered as an interactive visual grid right in the chat:&lt;/p&gt;

&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fq3ipvmk33y8kkf955z4t.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fq3ipvmk33y8kkf955z4t.png" alt="Jumproo template gallery — select any of 33+ templates directly from the agent chat"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;h3&gt;
  
  
  Step 3: Contact Information
&lt;/h3&gt;

&lt;p&gt;Inline form for name, email, phone, location, headline. The agent suggests a professional headline based on your target role.&lt;/p&gt;

&lt;h3&gt;
  
  
  Step 4: Experience
&lt;/h3&gt;

&lt;p&gt;This is where the magic happens. Instead of filling out fields, you tell the agent about your work:&lt;br&gt;
&lt;/p&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight plaintext"&gt;&lt;code&gt;You:     I was a senior engineer at Shopify for 3 years.
         I led the checkout team and rebuilt the payment
         processing pipeline.

Agent:   What metrics can you share about the pipeline rebuild?

You:     We reduced transaction failures by 40% and cut
         processing time from 850ms to 120ms.

Agent:   ✅ Added to your resume:
         "Led architecture redesign of Shopify's payment
          processing pipeline, reducing transaction failures
          by 40% and cutting processing latency from 850ms
          to 120ms — impacting $150B+ in annual GMV."
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;p&gt;The agent uses the &lt;strong&gt;XYZ formula&lt;/strong&gt;:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;X&lt;/strong&gt; = What you accomplished&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Y&lt;/strong&gt; = How it was measured (metrics)&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Z&lt;/strong&gt; = How you did it&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Every bullet starts with an action verb and quantifies impact.&lt;/p&gt;

&lt;h3&gt;
  
  
  Step 5: Education
&lt;/h3&gt;

&lt;p&gt;Structured education entry with degree, school, dates, and honors.&lt;/p&gt;

&lt;h3&gt;
  
  
  Step 6: Skills
&lt;/h3&gt;

&lt;p&gt;AI-suggested skill categorization based on your experience. The agent groups your skills into logical categories (Programming Languages, Frameworks, Cloud, etc.).&lt;/p&gt;

&lt;h3&gt;
  
  
  Step 7: Preview &amp;amp; Export
&lt;/h3&gt;

&lt;p&gt;Full resume preview rendered in the chat + download buttons for PDF, DOCX, and TXT.&lt;/p&gt;




&lt;h2&gt;
  
  
  Workflow 2: Edit CV (Import &amp;amp; Improve)
&lt;/h2&gt;

&lt;p&gt;Upload your existing resume and the agent improves it section by section:&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;
&lt;strong&gt;Upload&lt;/strong&gt; — Drag &amp;amp; drop PDF, DOCX, or paste text&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Section Review&lt;/strong&gt; — Agent analyzes each section&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Improvement Cards&lt;/strong&gt; — Shows before/after suggestions&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Apply Changes&lt;/strong&gt; — Accept, modify, or reject each suggestion&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Export&lt;/strong&gt; — Download the improved version&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;The agent shows &lt;strong&gt;before/after comparison cards&lt;/strong&gt; for each improvement:&lt;br&gt;
&lt;/p&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight plaintext"&gt;&lt;code&gt;❌ Before: "Responsible for managing the engineering team"

✅ After:  "Led a 12-person engineering team across 3 squads,
            delivering 8 product releases on schedule and
            achieving 99.97% uptime for core services"
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;






&lt;h2&gt;
  
  
  Workflow 3: Analyze CV (ATS Scoring + Job Matching)
&lt;/h2&gt;

&lt;p&gt;This is the most powerful workflow. Upload your resume and get three analysis options:&lt;/p&gt;

&lt;h3&gt;
  
  
  Full ATS Analysis
&lt;/h3&gt;

&lt;p&gt;Paste a specific job description → get scored across 5 dimensions:&lt;/p&gt;

&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2F05n097ydtzhqt9l3yox2.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2F05n097ydtzhqt9l3yox2.png" alt="ATS Score breakdown — Score 54, with Hard Skills, Soft Skills, Results, Keywords, and Formatting bars"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;div class="table-wrapper-paragraph"&gt;&lt;table&gt;
&lt;thead&gt;
&lt;tr&gt;
&lt;th&gt;Dimension&lt;/th&gt;
&lt;th&gt;What It Measures&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td&gt;&lt;strong&gt;Hard Skills&lt;/strong&gt;&lt;/td&gt;
&lt;td&gt;Technical tools and certifications from the JD&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;strong&gt;Soft Skills&lt;/strong&gt;&lt;/td&gt;
&lt;td&gt;Leadership, communication, teamwork&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;strong&gt;Measurable Results&lt;/strong&gt;&lt;/td&gt;
&lt;td&gt;Numbers, percentages, dollar amounts&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;strong&gt;Keyword Optimization&lt;/strong&gt;&lt;/td&gt;
&lt;td&gt;Exact phrase matching&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;strong&gt;Formatting&lt;/strong&gt;&lt;/td&gt;
&lt;td&gt;ATS-compatible structure&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;&lt;/div&gt;

&lt;p&gt;Plus: matched keywords, missing keywords, strengths, gaps, and specific rewrite suggestions.&lt;/p&gt;

&lt;h3&gt;
  
  
  Quick Scan (No JD Needed)
&lt;/h3&gt;

&lt;p&gt;Don't have a specific job in mind? Quick Scan:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Auto-detects your target role from your resume&lt;/li&gt;
&lt;li&gt;Matches against 8-10 role profiles (including aspirational roles)&lt;/li&gt;
&lt;li&gt;Gives you scores for each potential role match&lt;/li&gt;
&lt;li&gt;Shows strengths, gaps, and improvement suggestions&lt;/li&gt;
&lt;/ul&gt;

&lt;h3&gt;
  
  
  Job Matching &amp;amp; Discovery
&lt;/h3&gt;

&lt;p&gt;The agent finds jobs that match your resume:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Searches &lt;strong&gt;Adzuna&lt;/strong&gt; and &lt;strong&gt;Remotive&lt;/strong&gt; job boards&lt;/li&gt;
&lt;li&gt;Supports &lt;strong&gt;8+ countries&lt;/strong&gt; (US, UK, Canada, Australia, Germany, India, France, Netherlands, Singapore)&lt;/li&gt;
&lt;li&gt;Auto-detects your location from your resume&lt;/li&gt;
&lt;li&gt;Shows 6 matching jobs with keyword overlap analysis&lt;/li&gt;
&lt;li&gt;Extracts which of your skills match each listing&lt;/li&gt;
&lt;/ul&gt;




&lt;h2&gt;
  
  
  Bulk CV Generator (The Killer Feature)
&lt;/h2&gt;

&lt;p&gt;Found 5 jobs you want to apply to? The agent generates a &lt;strong&gt;tailored resume for each one&lt;/strong&gt; — in parallel.&lt;/p&gt;

&lt;h3&gt;
  
  
  How It Works
&lt;/h3&gt;

&lt;ol&gt;
&lt;li&gt;Select up to 5 jobs from the matching results (or paste your own JDs)&lt;/li&gt;
&lt;li&gt;The agent generates tailored versions of your resume for each&lt;/li&gt;
&lt;li&gt;Real-time progress streaming — watch each CV being generated&lt;/li&gt;
&lt;li&gt;Download each tailored version as PDF or DOCX&lt;/li&gt;
&lt;/ol&gt;

&lt;h3&gt;
  
  
  Progress Tracking
&lt;/h3&gt;

&lt;p&gt;Each job shows live status:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;Queued&lt;/strong&gt; — Waiting to start&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Generating&lt;/strong&gt; — AI is tailoring your resume&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Done&lt;/strong&gt; — Ready to download&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Error&lt;/strong&gt; — Something went wrong (auto-retry)&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Up to 3 CVs generate concurrently. Cached results load instantly.&lt;/p&gt;

&lt;h3&gt;
  
  
  Watch the Bulk Generation in Action
&lt;/h3&gt;

&lt;p&gt;&lt;strong&gt;&lt;a href="https://jumproo.ai/videos/jumproo-bulk-demo.mp4" rel="noopener noreferrer"&gt;Watch bulk demo video →&lt;/a&gt;&lt;/strong&gt;&lt;/p&gt;




&lt;h2&gt;
  
  
  Rich Interactive Components
&lt;/h2&gt;

&lt;p&gt;The agent isn't just text. It renders rich UI components inline in the chat:&lt;/p&gt;

&lt;div class="table-wrapper-paragraph"&gt;&lt;table&gt;
&lt;thead&gt;
&lt;tr&gt;
&lt;th&gt;Component&lt;/th&gt;
&lt;th&gt;What It Shows&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td&gt;&lt;strong&gt;Template Picker&lt;/strong&gt;&lt;/td&gt;
&lt;td&gt;Interactive visual grid of 33+ templates&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;strong&gt;Inline Forms&lt;/strong&gt;&lt;/td&gt;
&lt;td&gt;Structured inputs for contact, experience, education, skills&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;strong&gt;Suggestion Cards&lt;/strong&gt;&lt;/td&gt;
&lt;td&gt;Before/after improvement comparisons&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;strong&gt;Resume Preview&lt;/strong&gt;&lt;/td&gt;
&lt;td&gt;Scaled live preview of your resume&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;strong&gt;Analysis Results&lt;/strong&gt;&lt;/td&gt;
&lt;td&gt;Full scoring dashboard with radar chart&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;strong&gt;Quick Scan Card&lt;/strong&gt;&lt;/td&gt;
&lt;td&gt;Role matching scores&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;strong&gt;Job Picker&lt;/strong&gt;&lt;/td&gt;
&lt;td&gt;Job listings with match scores&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;strong&gt;Generation Progress&lt;/strong&gt;&lt;/td&gt;
&lt;td&gt;Per-job progress bars with inline viewer&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;strong&gt;Export Buttons&lt;/strong&gt;&lt;/td&gt;
&lt;td&gt;PDF / DOCX / TXT download buttons&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;strong&gt;Checkout&lt;/strong&gt;&lt;/td&gt;
&lt;td&gt;Plan selection and payment (if upgrading)&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;&lt;/div&gt;




&lt;h2&gt;
  
  
  Template Selection in Agent
&lt;/h2&gt;

&lt;p&gt;The agent supports all 33+ templates with one-click selection:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Modern ATS, Simple Clean, Minimalist&lt;/li&gt;
&lt;li&gt;Classic Professional, Executive, Corporate Edge&lt;/li&gt;
&lt;li&gt;Two-Column, Bold Header, Metro, Carbon, Sidebar&lt;/li&gt;
&lt;li&gt;Creative, Gradient, Neon&lt;/li&gt;
&lt;li&gt;LaTeX Academic, Research&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Federal&lt;/strong&gt; (USAJobs), &lt;strong&gt;NHS&lt;/strong&gt; (UK Healthcare), &lt;strong&gt;UK Civil Service&lt;/strong&gt;, &lt;strong&gt;APS&lt;/strong&gt; (Australia)&lt;/li&gt;
&lt;li&gt;Student, Career Changer, Compact&lt;/li&gt;
&lt;li&gt;And more...&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Switch templates anytime — your content carries over automatically.&lt;/p&gt;




&lt;h2&gt;
  
  
  Full Demo Video
&lt;/h2&gt;

&lt;p&gt;See the complete agent experience — from creating a resume to analyzing it against a job description:&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;&lt;a href="https://jumproo.ai/videos/jumproo-demo.mp4" rel="noopener noreferrer"&gt;Watch full demo →&lt;/a&gt;&lt;/strong&gt;&lt;/p&gt;




&lt;h2&gt;
  
  
  Pricing
&lt;/h2&gt;

&lt;div class="table-wrapper-paragraph"&gt;&lt;table&gt;
&lt;thead&gt;
&lt;tr&gt;
&lt;th&gt;Feature&lt;/th&gt;
&lt;th&gt;Free&lt;/th&gt;
&lt;th&gt;Basic ($3.50/mo)&lt;/th&gt;
&lt;th&gt;Pro ($4.50/mo)&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td&gt;Agent Chat&lt;/td&gt;
&lt;td&gt;5 min trial&lt;/td&gt;
&lt;td&gt;Unlimited&lt;/td&gt;
&lt;td&gt;Unlimited&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;Create CV&lt;/td&gt;
&lt;td&gt;Yes&lt;/td&gt;
&lt;td&gt;Yes&lt;/td&gt;
&lt;td&gt;Yes&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;Edit CV&lt;/td&gt;
&lt;td&gt;Yes&lt;/td&gt;
&lt;td&gt;Yes&lt;/td&gt;
&lt;td&gt;Yes&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;Analyze CV&lt;/td&gt;
&lt;td&gt;Yes (capped scores)&lt;/td&gt;
&lt;td&gt;Full scores&lt;/td&gt;
&lt;td&gt;Full scores&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;Quick Scan&lt;/td&gt;
&lt;td&gt;Yes (capped)&lt;/td&gt;
&lt;td&gt;Full&lt;/td&gt;
&lt;td&gt;Full&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;Job Matching&lt;/td&gt;
&lt;td&gt;—&lt;/td&gt;
&lt;td&gt;Yes&lt;/td&gt;
&lt;td&gt;Yes&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;Bulk CV Generator&lt;/td&gt;
&lt;td&gt;—&lt;/td&gt;
&lt;td&gt;—&lt;/td&gt;
&lt;td&gt;Up to 5&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;All Templates&lt;/td&gt;
&lt;td&gt;Yes&lt;/td&gt;
&lt;td&gt;Yes&lt;/td&gt;
&lt;td&gt;Yes&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;PDF + DOCX Export&lt;/td&gt;
&lt;td&gt;Yes&lt;/td&gt;
&lt;td&gt;Yes&lt;/td&gt;
&lt;td&gt;Yes&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;&lt;/div&gt;

&lt;p&gt;Multi-currency pricing available (USD, AUD, GBP, CAD, INR). Student discounts: 35-55% off.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;BYOK option&lt;/strong&gt;: Bring your own Anthropic API key for just $2/mo.&lt;/p&gt;




&lt;h2&gt;
  
  
  Try the Agent
&lt;/h2&gt;

&lt;p&gt;&lt;strong&gt;&lt;a href="https://jumproo.ai/agent" rel="noopener noreferrer"&gt;Launch the AI Agent →&lt;/a&gt;&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;No signup required to start. The agent guides you through everything.&lt;/p&gt;




&lt;p&gt;&lt;em&gt;What feature would you add to an AI resume agent? Drop it in the comments.&lt;/em&gt;&lt;/p&gt;

</description>
      <category>ai</category>
      <category>career</category>
      <category>productivity</category>
      <category>jobsearch</category>
    </item>
    <item>
      <title>I Built a Free Resume Builder with 33+ Templates, ATS Scoring &amp; AI Copilot — Here's Everything It Does</title>
      <dc:creator>John Yesh</dc:creator>
      <pubDate>Fri, 13 Mar 2026 22:38:39 +0000</pubDate>
      <link>https://dev.to/john_yesh38/i-built-a-free-resume-builder-with-33-templates-ats-scoring-ai-copilot-heres-everything-it-1i90</link>
      <guid>https://dev.to/john_yesh38/i-built-a-free-resume-builder-with-33-templates-ats-scoring-ai-copilot-heres-everything-it-1i90</guid>
      <description>&lt;p&gt;I built &lt;a href="https://jumproo.ai" rel="noopener noreferrer"&gt;Jumproo&lt;/a&gt; — a free AI-powered resume builder. No paywall to download, no watermarks, no "free trial" that auto-charges you.&lt;/p&gt;

&lt;p&gt;This is a comprehensive walkthrough of every feature, with screenshots and videos.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fken69tf29qlh3m9cbewu.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fken69tf29qlh3m9cbewu.png" alt="Jumproo — Free resume creation with AI copilot"&gt;&lt;/a&gt;&lt;/p&gt;




&lt;h2&gt;
  
  
  Feature 1: 33+ Professional Templates
&lt;/h2&gt;

&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fq3ipvmk33y8kkf955z4t.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fq3ipvmk33y8kkf955z4t.png" alt="Template gallery — Modern, Professional, Creative, Academic, Government, and Specialized categories"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;All 33+ templates are free. No "premium" tier. Categories include:&lt;/p&gt;

&lt;div class="table-wrapper-paragraph"&gt;&lt;table&gt;
&lt;thead&gt;
&lt;tr&gt;
&lt;th&gt;Category&lt;/th&gt;
&lt;th&gt;Examples&lt;/th&gt;
&lt;th&gt;Best For&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td&gt;&lt;strong&gt;Simple&lt;/strong&gt;&lt;/td&gt;
&lt;td&gt;Modern ATS, Simple Clean, Minimalist&lt;/td&gt;
&lt;td&gt;Corporate, ATS-heavy roles&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;strong&gt;Professional&lt;/strong&gt;&lt;/td&gt;
&lt;td&gt;Classic, Executive, Corporate Edge&lt;/td&gt;
&lt;td&gt;Senior roles, management&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;strong&gt;Modern&lt;/strong&gt;&lt;/td&gt;
&lt;td&gt;Two-Column, Sidebar, Metro, Carbon&lt;/td&gt;
&lt;td&gt;Tech, startups&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;strong&gt;Creative&lt;/strong&gt;&lt;/td&gt;
&lt;td&gt;Bold Header, Gradient, Neon&lt;/td&gt;
&lt;td&gt;Design, creative industries&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;strong&gt;Academic&lt;/strong&gt;&lt;/td&gt;
&lt;td&gt;LaTeX Academic, Research&lt;/td&gt;
&lt;td&gt;PhD, academic positions&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;strong&gt;Government&lt;/strong&gt;&lt;/td&gt;
&lt;td&gt;Federal, NHS, Civil Service, APS&lt;/td&gt;
&lt;td&gt;Government jobs&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;strong&gt;Specialized&lt;/strong&gt;&lt;/td&gt;
&lt;td&gt;Student, Career Changer, Compact&lt;/td&gt;
&lt;td&gt;Specific situations&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;&lt;/div&gt;

&lt;p&gt;Every template is ATS-tested and exports to PDF + DOCX without watermarks.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;&lt;a href="https://jumproo.ai/templates" rel="noopener noreferrer"&gt;Browse templates →&lt;/a&gt;&lt;/strong&gt;&lt;/p&gt;




&lt;h2&gt;
  
  
  Feature 2: ATS Resume Scanner (5-Dimension Scoring)
&lt;/h2&gt;

&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2F05n097ydtzhqt9l3yox2.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2F05n097ydtzhqt9l3yox2.png" alt="ATS Score breakdown — Hard Skills 38, Soft Skills 58, Results 45, Keywords 42, Formatting 72. Plus strengths analysis and missing/matched keywords"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Paste your resume + a job description → get scored across 5 dimensions:&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;
&lt;strong&gt;Hard Skills&lt;/strong&gt; — Technical tools, certifications from the JD&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Soft Skills&lt;/strong&gt; — Leadership, communication, teamwork keywords&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Measurable Results&lt;/strong&gt; — Numbers, percentages, dollar amounts in your bullets&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Keyword Optimization&lt;/strong&gt; — Exact phrase matching against the JD&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Formatting&lt;/strong&gt; — ATS-compatible structure and sections&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;The scanner also shows:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;Missing Keywords&lt;/strong&gt; — Exact terms you need to add&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Matched Keywords&lt;/strong&gt; — What you've already covered&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Strengths&lt;/strong&gt; — What's working well&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Three scanning modes available:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;Quick Scan&lt;/strong&gt; — No job description needed, checks general quality&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Job Match&lt;/strong&gt; — Compare against a specific job posting&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Bulk Generator&lt;/strong&gt; — Generate tailored CVs for up to 5 job descriptions at once&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;&lt;strong&gt;&lt;a href="https://jumproo.ai/analyze" rel="noopener noreferrer"&gt;Scan your resume free →&lt;/a&gt;&lt;/strong&gt;&lt;/p&gt;




&lt;h2&gt;
  
  
  Feature 3: AI Copilot (Conversational Resume Builder)
&lt;/h2&gt;

&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Friybfg0d9jumfvggql7c.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Friybfg0d9jumfvggql7c.png" alt="AI Copilot — Choose between Create CV, Edit CV, or Analyze CV workflows"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Instead of filling out forms, talk to the AI copilot in plain English:&lt;br&gt;
&lt;/p&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight plaintext"&gt;&lt;code&gt;You:     I was a data scientist at Netflix for 4 years.
         Built the recommendation engine for the mobile app.

Copilot: What metrics can you share about the recommendation
         engine's impact?

You:     It increased watch time by 18% and reduced churn
         by 12% in the first quarter.

Copilot: ✅ Added:
         "Architected Netflix mobile recommendation engine,
          increasing average watch time by 18% and reducing
          subscriber churn by 12% within first quarter of
          deployment — impacting 230M+ global subscribers."
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;p&gt;Three workflows:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;Create CV&lt;/strong&gt; — Build from scratch with AI guidance&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Edit CV&lt;/strong&gt; — Upload existing resume, improve section by section&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Analyze CV&lt;/strong&gt; — Get ATS score with targeted improvement suggestions&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;&lt;strong&gt;&lt;a href="https://jumproo.ai/agent" rel="noopener noreferrer"&gt;Try the AI Copilot →&lt;/a&gt;&lt;/strong&gt;&lt;/p&gt;




&lt;h2&gt;
  
  
  Feature 4: AI Bullet Rewriting
&lt;/h2&gt;

&lt;p&gt;Every bullet point has a &lt;strong&gt;"Rewrite with AI"&lt;/strong&gt; button:&lt;/p&gt;

&lt;div class="table-wrapper-paragraph"&gt;&lt;table&gt;
&lt;thead&gt;
&lt;tr&gt;
&lt;th&gt;Before&lt;/th&gt;
&lt;th&gt;After&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td&gt;Managed a team&lt;/td&gt;
&lt;td&gt;Led a team of 8 engineers to deliver a $2.5M migration 3 weeks ahead of schedule, reducing infrastructure costs by 35%&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;Improved efficiency&lt;/td&gt;
&lt;td&gt;Streamlined 4 core workflows using Python automation, reducing manual processing time from 6 hours to 23 minutes daily&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;Worked on marketing&lt;/td&gt;
&lt;td&gt;Designed and executed 12 multi-channel campaigns generating $4.2M in pipeline and 340% ROI&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;&lt;/div&gt;

&lt;p&gt;The AI uses your job title, company, and target JD for context — so rewrites are specific, not generic.&lt;/p&gt;




&lt;h2&gt;
  
  
  Feature 5: Rich Text Editing
&lt;/h2&gt;

&lt;p&gt;The builder supports full formatting:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;Bold&lt;/strong&gt;, &lt;em&gt;italic&lt;/em&gt;, underline, &lt;del&gt;strikethrough&lt;/del&gt;
&lt;/li&gt;
&lt;li&gt;Bullet lists and numbered lists&lt;/li&gt;
&lt;li&gt;Undo/redo&lt;/li&gt;
&lt;li&gt;Text alignment (full variant)&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;The experience section uses a &lt;strong&gt;unified bullet editor&lt;/strong&gt; — paste your entire job description and it splits into individual bullets automatically. No more copy-pasting one bullet at a time.&lt;/p&gt;




&lt;h2&gt;
  
  
  Feature 6: Government Templates with Specialized Fields
&lt;/h2&gt;

&lt;p&gt;4 purpose-built government templates:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;Federal (USAJobs)&lt;/strong&gt; — GS levels, hours/week, supervisor details, KSA sections&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;NHS (UK)&lt;/strong&gt; — NMC/HCPC registration, band levels, DBS, mandatory training auto-fill&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;UK Civil Service&lt;/strong&gt; — STAR behaviour sections, grade levels, security clearance&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;APS (Australia)&lt;/strong&gt; — Selection criteria responses, APS levels, clearance&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Each includes fields that generic builders never have. Government CV services charge $50-300. Jumproo: free.&lt;/p&gt;




&lt;h2&gt;
  
  
  Feature 7: Multi-Currency Pricing
&lt;/h2&gt;

&lt;p&gt;For the few Pro features (unlimited AI rewrites, bulk generation):&lt;/p&gt;

&lt;div class="table-wrapper-paragraph"&gt;&lt;table&gt;
&lt;thead&gt;
&lt;tr&gt;
&lt;th&gt;Currency&lt;/th&gt;
&lt;th&gt;Basic&lt;/th&gt;
&lt;th&gt;Pro&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td&gt;USD&lt;/td&gt;
&lt;td&gt;$3.50&lt;/td&gt;
&lt;td&gt;$4.50&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;AUD&lt;/td&gt;
&lt;td&gt;A$5.50&lt;/td&gt;
&lt;td&gt;A$7.00&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;GBP&lt;/td&gt;
&lt;td&gt;£3.00&lt;/td&gt;
&lt;td&gt;£4.00&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;CAD&lt;/td&gt;
&lt;td&gt;C$5.00&lt;/td&gt;
&lt;td&gt;C$6.00&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;INR&lt;/td&gt;
&lt;td&gt;₹99&lt;/td&gt;
&lt;td&gt;₹149&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;&lt;/div&gt;

&lt;p&gt;No monthly subscriptions. Pay once, per resume.&lt;/p&gt;




&lt;h2&gt;
  
  
  Feature 8: Country-Specific Guides
&lt;/h2&gt;

&lt;p&gt;Detailed guides tailored to each country's resume conventions:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;a href="https://jumproo.ai/guides/resume-builder-australia" rel="noopener noreferrer"&gt;Resume Builder Australia&lt;/a&gt; — Australian format, spelling, referee section&lt;/li&gt;
&lt;li&gt;
&lt;a href="https://jumproo.ai/guides/resume-builder-usa" rel="noopener noreferrer"&gt;Resume Builder USA&lt;/a&gt; — US format, letter size, keyword strategy&lt;/li&gt;
&lt;li&gt;
&lt;a href="https://jumproo.ai/guides/cv-builder-uk" rel="noopener noreferrer"&gt;CV Builder UK&lt;/a&gt; — UK conventions, A4, "CV" terminology&lt;/li&gt;
&lt;li&gt;
&lt;a href="https://jumproo.ai/guides/resume-builder-canada" rel="noopener noreferrer"&gt;Resume Builder Canada&lt;/a&gt; — Canadian bilingual format&lt;/li&gt;
&lt;li&gt;
&lt;a href="https://jumproo.ai/guides/nhs-cv-template" rel="noopener noreferrer"&gt;NHS CV Template&lt;/a&gt; — Complete NHS application guide&lt;/li&gt;
&lt;li&gt;
&lt;a href="https://jumproo.ai/guides/uk-civil-service-cv-template" rel="noopener noreferrer"&gt;Civil Service CV&lt;/a&gt; — Success Profiles and STAR format guide&lt;/li&gt;
&lt;li&gt;
&lt;a href="https://jumproo.ai/guides/federal-resume-builder" rel="noopener noreferrer"&gt;Federal Resume Builder&lt;/a&gt; — USAJobs application guide&lt;/li&gt;
&lt;/ul&gt;




&lt;h2&gt;
  
  
  Feature 9: Resume Examples
&lt;/h2&gt;

&lt;p&gt;Pre-built resume examples for common professions:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;&lt;a href="https://jumproo.ai/resume-examples/software-engineer" rel="noopener noreferrer"&gt;Software Engineer Resume&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;Healthcare, Education, Finance, Creative, and more&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Each uses real-world content (not lorem ipsum) so you can see exactly what a completed resume looks like.&lt;/p&gt;




&lt;h2&gt;
  
  
  Feature 10: Dashboard &amp;amp; Job Board
&lt;/h2&gt;

&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fgwdejqu0tjju74wtwxk9.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fgwdejqu0tjju74wtwxk9.png" alt="Jumproo dashboard — Create Resume, Import &amp;amp; Edit, Build with AI, Quick Scan, Match Against Job, Bulk Generator"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;The dashboard gives you one-click access to every tool:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;Create Resume&lt;/strong&gt; — Start from scratch&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Import &amp;amp; Edit&lt;/strong&gt; — Upload existing resume&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Build with AI&lt;/strong&gt; — Launch the copilot&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Quick Analyze&lt;/strong&gt; — Sidebar quick-scan&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Job Board&lt;/strong&gt; — Browse relevant openings&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Career Tracker&lt;/strong&gt; — Track your applications&lt;/li&gt;
&lt;/ul&gt;




&lt;h2&gt;
  
  
  Video Demos
&lt;/h2&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;&lt;a href="https://jumproo.ai/videos/jumproo-demo.mp4" rel="noopener noreferrer"&gt;Full demo →&lt;/a&gt;&lt;/strong&gt; — Complete walkthrough of building a resume&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;&lt;a href="https://jumproo.ai/videos/jumproo-bulk-demo.mp4" rel="noopener noreferrer"&gt;Bulk generation demo →&lt;/a&gt;&lt;/strong&gt; — Generate 5 tailored CVs at once&lt;/li&gt;
&lt;/ul&gt;




&lt;h2&gt;
  
  
  The Tech Stack (For Developers)
&lt;/h2&gt;

&lt;div class="table-wrapper-paragraph"&gt;&lt;table&gt;
&lt;thead&gt;
&lt;tr&gt;
&lt;th&gt;Layer&lt;/th&gt;
&lt;th&gt;Technology&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td&gt;Framework&lt;/td&gt;
&lt;td&gt;Next.js 16 (App Router, React 19)&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;Language&lt;/td&gt;
&lt;td&gt;TypeScript (strict)&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;Styling&lt;/td&gt;
&lt;td&gt;Tailwind CSS 4&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;Editor&lt;/td&gt;
&lt;td&gt;TipTap (ProseMirror)&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;AI&lt;/td&gt;
&lt;td&gt;Claude (Anthropic API)&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;PDF&lt;/td&gt;
&lt;td&gt;html2canvas + jsPDF&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;DOCX&lt;/td&gt;
&lt;td&gt;docx library&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;Auth&lt;/td&gt;
&lt;td&gt;NextAuth.js&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;Payments&lt;/td&gt;
&lt;td&gt;Stripe (multi-currency)&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;Deploy&lt;/td&gt;
&lt;td&gt;Vercel (Edge)&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;&lt;/div&gt;




&lt;h2&gt;
  
  
  Everything That's Free
&lt;/h2&gt;

&lt;div class="table-wrapper-paragraph"&gt;&lt;table&gt;
&lt;thead&gt;
&lt;tr&gt;
&lt;th&gt;Feature&lt;/th&gt;
&lt;th&gt;Free?&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td&gt;All 33+ templates&lt;/td&gt;
&lt;td&gt;Yes&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;PDF + DOCX export&lt;/td&gt;
&lt;td&gt;Yes&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;ATS Scanner&lt;/td&gt;
&lt;td&gt;Yes&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;AI Copilot&lt;/td&gt;
&lt;td&gt;Yes&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;Government templates&lt;/td&gt;
&lt;td&gt;Yes&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;AI Bullet Rewrites&lt;/td&gt;
&lt;td&gt;3 per resume&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;Watermarks&lt;/td&gt;
&lt;td&gt;None&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;Signup required&lt;/td&gt;
&lt;td&gt;No&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;&lt;/div&gt;




&lt;p&gt;&lt;strong&gt;&lt;a href="https://jumproo.ai/create" rel="noopener noreferrer"&gt;Build your resume →&lt;/a&gt;&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;&lt;a href="https://jumproo.ai/agent" rel="noopener noreferrer"&gt;Try the AI Copilot →&lt;/a&gt;&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;&lt;a href="https://jumproo.ai/analyze" rel="noopener noreferrer"&gt;Check your ATS score →&lt;/a&gt;&lt;/strong&gt;&lt;/p&gt;




&lt;p&gt;&lt;em&gt;Questions about any feature? Drop a comment — I read every one.&lt;/em&gt;&lt;/p&gt;

</description>
      <category>webdev</category>
      <category>career</category>
      <category>ai</category>
      <category>startup</category>
    </item>
    <item>
      <title>Government Resume Templates — Federal, NHS, UK Civil Service &amp; APS (All Free)</title>
      <dc:creator>John Yesh</dc:creator>
      <pubDate>Fri, 13 Mar 2026 22:38:01 +0000</pubDate>
      <link>https://dev.to/john_yesh38/government-resume-templates-federal-nhs-uk-civil-service-aps-all-free-730</link>
      <guid>https://dev.to/john_yesh38/government-resume-templates-federal-nhs-uk-civil-service-aps-all-free-730</guid>
      <description>&lt;p&gt;Government job applications are &lt;strong&gt;completely different&lt;/strong&gt; from private sector. Each country has its own format, required fields, and assessment framework. Use a generic resume template = instant rejection.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://jumproo.ai" rel="noopener noreferrer"&gt;Jumproo&lt;/a&gt; has &lt;strong&gt;purpose-built templates&lt;/strong&gt; for 4 government systems — all free, all with the specialized fields built in.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fq3ipvmk33y8kkf955z4t.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fq3ipvmk33y8kkf955z4t.png" alt="Jumproo — 33+ professional resume templates including government formats"&gt;&lt;/a&gt;&lt;/p&gt;




&lt;h2&gt;
  
  
  Why Government Resumes Are Different
&lt;/h2&gt;

&lt;div class="table-wrapper-paragraph"&gt;&lt;table&gt;
&lt;thead&gt;
&lt;tr&gt;
&lt;th&gt;&lt;/th&gt;
&lt;th&gt;Private Sector&lt;/th&gt;
&lt;th&gt;Government&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td&gt;&lt;strong&gt;Length&lt;/strong&gt;&lt;/td&gt;
&lt;td&gt;1-2 pages&lt;/td&gt;
&lt;td&gt;2-6 pages&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;strong&gt;Format&lt;/strong&gt;&lt;/td&gt;
&lt;td&gt;Flexible&lt;/td&gt;
&lt;td&gt;Strictly structured&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;strong&gt;Assessment&lt;/strong&gt;&lt;/td&gt;
&lt;td&gt;Skills + culture fit&lt;/td&gt;
&lt;td&gt;Criteria-based sifting&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;strong&gt;Required Fields&lt;/strong&gt;&lt;/td&gt;
&lt;td&gt;Name, email, phone&lt;/td&gt;
&lt;td&gt;Clearance, grade, citizenship, registration&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;strong&gt;Keywords&lt;/strong&gt;&lt;/td&gt;
&lt;td&gt;Nice to have&lt;/td&gt;
&lt;td&gt;Mandatory for sifting&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;&lt;/div&gt;




&lt;h2&gt;
  
  
  1. Federal Resume (USAJobs) — United States
&lt;/h2&gt;

&lt;p&gt;Federal resumes are &lt;strong&gt;4-6 pages&lt;/strong&gt; with fields no standard resume includes:&lt;/p&gt;

&lt;h3&gt;
  
  
  Required Fields
&lt;/h3&gt;

&lt;ul&gt;
&lt;li&gt;GS Grade Level (GS-9 through GS-15)&lt;/li&gt;
&lt;li&gt;Hours per week for each position&lt;/li&gt;
&lt;li&gt;Supervisor name and phone number&lt;/li&gt;
&lt;li&gt;Citizenship status&lt;/li&gt;
&lt;li&gt;Veterans' preference (5-point, 10-point)&lt;/li&gt;
&lt;li&gt;Security clearance level&lt;/li&gt;
&lt;li&gt;Announcement number&lt;/li&gt;
&lt;/ul&gt;

&lt;h3&gt;
  
  
  Template Layout
&lt;/h3&gt;



&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight plaintext"&gt;&lt;code&gt;┌─────────────────────────────────────────┐
│  MARIA C. SANTOS                        │
│  Program Analyst (GS-12)                │
├─────────────────────────────────────────┤
│  FEDERAL INFORMATION                    │
│  Citizenship: United States             │
│  Veterans' Pref: 5-Point (TP)           │
│  Clearance: Secret                      │
│  GS Grade: GS-12                        │
│  Announcement: VA-24-12345-DE           │
├─────────────────────────────────────────┤
│  EXPERIENCE (with hours/week,           │
│  supervisor details per position)       │
└─────────────────────────────────────────┘
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;blockquote&gt;
&lt;p&gt;&lt;strong&gt;Common mistake:&lt;/strong&gt; Submitting a 1-page private sector resume to USAJobs. That's an automatic disqualification.&lt;/p&gt;
&lt;/blockquote&gt;

&lt;p&gt;&lt;strong&gt;&lt;a href="https://jumproo.ai/create?template=federal" rel="noopener noreferrer"&gt;Build your federal resume →&lt;/a&gt;&lt;/strong&gt;&lt;/p&gt;




&lt;h2&gt;
  
  
  2. NHS CV (UK Healthcare)
&lt;/h2&gt;

&lt;p&gt;NHS recruitment requires professional registration. Your CV must address the &lt;strong&gt;person specification&lt;/strong&gt; point by point or you're sifted out before a human reads it.&lt;/p&gt;

&lt;h3&gt;
  
  
  Required Fields
&lt;/h3&gt;

&lt;div class="table-wrapper-paragraph"&gt;&lt;table&gt;
&lt;thead&gt;
&lt;tr&gt;
&lt;th&gt;Field&lt;/th&gt;
&lt;th&gt;Example&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td&gt;Registration Body&lt;/td&gt;
&lt;td&gt;NMC, GMC, HCPC, GPhC&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;Registration/PIN&lt;/td&gt;
&lt;td&gt;20A1234B&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;Band Level&lt;/td&gt;
&lt;td&gt;Band 2 through Band 9&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;DBS Status&lt;/td&gt;
&lt;td&gt;Enhanced (Adults &amp;amp; Children)&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;Mandatory Training&lt;/td&gt;
&lt;td&gt;Safeguarding, BLS, Manual Handling&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;&lt;/div&gt;

&lt;h3&gt;
  
  
  Band Level Guide
&lt;/h3&gt;

&lt;div class="table-wrapper-paragraph"&gt;&lt;table&gt;
&lt;thead&gt;
&lt;tr&gt;
&lt;th&gt;Band&lt;/th&gt;
&lt;th&gt;Roles&lt;/th&gt;
&lt;th&gt;CV Focus&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td&gt;2-4&lt;/td&gt;
&lt;td&gt;HCAs, admin, porters&lt;/td&gt;
&lt;td&gt;Practical skills, care experience&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;5-6&lt;/td&gt;
&lt;td&gt;Newly qualified nurses&lt;/td&gt;
&lt;td&gt;NMC registration, clinical competencies&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;7-8a&lt;/td&gt;
&lt;td&gt;Ward managers&lt;/td&gt;
&lt;td&gt;Leadership, audit, governance&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;8b-9&lt;/td&gt;
&lt;td&gt;Senior managers&lt;/td&gt;
&lt;td&gt;Strategic leadership, budgets&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;&lt;/div&gt;

&lt;h3&gt;
  
  
  Built-in Features
&lt;/h3&gt;

&lt;ul&gt;
&lt;li&gt;Registration body dropdown (NMC, GMC, HCPC, GPhC, GOC, GDC)&lt;/li&gt;
&lt;li&gt;PIN number field&lt;/li&gt;
&lt;li&gt;Band level selector&lt;/li&gt;
&lt;li&gt;DBS status selector&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;One-click mandatory training auto-fill&lt;/strong&gt; — adds 8 standard NHS courses instantly&lt;/li&gt;
&lt;li&gt;NHS-blue branding (#005EB8)&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;&lt;strong&gt;&lt;a href="https://jumproo.ai/create?template=nhs" rel="noopener noreferrer"&gt;Build your NHS CV →&lt;/a&gt;&lt;/strong&gt;&lt;/p&gt;




&lt;h2&gt;
  
  
  3. UK Civil Service CV
&lt;/h2&gt;

&lt;p&gt;Civil Service uses the &lt;strong&gt;Success Profiles framework&lt;/strong&gt; — you need STAR-format behaviour examples, not just a list of jobs.&lt;/p&gt;

&lt;h3&gt;
  
  
  The 9 Behaviours
&lt;/h3&gt;

&lt;ol&gt;
&lt;li&gt;Making Effective Decisions&lt;/li&gt;
&lt;li&gt;Communicating and Influencing&lt;/li&gt;
&lt;li&gt;Working Together&lt;/li&gt;
&lt;li&gt;Delivering at Pace&lt;/li&gt;
&lt;li&gt;Leadership&lt;/li&gt;
&lt;li&gt;Managing a Quality Service&lt;/li&gt;
&lt;li&gt;Developing Self and Others&lt;/li&gt;
&lt;li&gt;Seeing the Big Picture&lt;/li&gt;
&lt;li&gt;Changing and Improving&lt;/li&gt;
&lt;/ol&gt;

&lt;h3&gt;
  
  
  STAR Format Example
&lt;/h3&gt;



&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight plaintext"&gt;&lt;code&gt;Situation: Led the post-16 skills funding review
           at the Department for Education

Task:      Responsible for recommending funding
           options to the Deputy Director

Action:    Analysed 3 years of ESFA data, consulted
           8 FE colleges, modelled 3 scenarios

Result:    Recommended weighted formula adopted in
           2024 spending round — £2.1B impact
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;h3&gt;
  
  
  Grade Expectations
&lt;/h3&gt;

&lt;div class="table-wrapper-paragraph"&gt;&lt;table&gt;
&lt;thead&gt;
&lt;tr&gt;
&lt;th&gt;Grade&lt;/th&gt;
&lt;th&gt;What Sifters Expect&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td&gt;AO/EO&lt;/td&gt;
&lt;td&gt;Following processes, supporting delivery&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;HEO/SEO&lt;/td&gt;
&lt;td&gt;Independent decisions, stakeholder management&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;Grade 7/6&lt;/td&gt;
&lt;td&gt;Strategic thinking, cross-government collaboration&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;SCS&lt;/td&gt;
&lt;td&gt;Organisational leadership, ministerial engagement&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;&lt;/div&gt;

&lt;h3&gt;
  
  
  Built-in Features
&lt;/h3&gt;

&lt;ul&gt;
&lt;li&gt;Grade selector (AO through SCS Pay Band 3)&lt;/li&gt;
&lt;li&gt;Security clearance (CTC, SC, DV)&lt;/li&gt;
&lt;li&gt;Structured STAR behaviour sections&lt;/li&gt;
&lt;li&gt;GOV.UK-blue branding (#1d70b8)&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;&lt;strong&gt;&lt;a href="https://jumproo.ai/create?template=uk-civil-service" rel="noopener noreferrer"&gt;Build your Civil Service CV →&lt;/a&gt;&lt;/strong&gt;&lt;/p&gt;




&lt;h2&gt;
  
  
  4. Australian Public Service (APS)
&lt;/h2&gt;

&lt;p&gt;APS requires a CV plus &lt;strong&gt;selection criteria responses&lt;/strong&gt; — 3-5 structured answers addressing the job criteria.&lt;/p&gt;

&lt;h3&gt;
  
  
  Required Fields
&lt;/h3&gt;

&lt;ul&gt;
&lt;li&gt;Citizenship (Australian Citizen)&lt;/li&gt;
&lt;li&gt;APS Level (APS 1-6, EL 1-2, SES)&lt;/li&gt;
&lt;li&gt;Security Clearance (Baseline, NV1, NV2, PV)&lt;/li&gt;
&lt;li&gt;Gazette Number&lt;/li&gt;
&lt;li&gt;Selection Criteria with full responses&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;&lt;strong&gt;&lt;a href="https://jumproo.ai/create?template=aps" rel="noopener noreferrer"&gt;Build your APS resume →&lt;/a&gt;&lt;/strong&gt;&lt;/p&gt;




&lt;h2&gt;
  
  
  All Templates Are Completely Free
&lt;/h2&gt;

&lt;div class="table-wrapper-paragraph"&gt;&lt;table&gt;
&lt;thead&gt;
&lt;tr&gt;
&lt;th&gt;Feature&lt;/th&gt;
&lt;th&gt;Included&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td&gt;All government templates&lt;/td&gt;
&lt;td&gt;Yes&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;Signup required&lt;/td&gt;
&lt;td&gt;No&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;PDF + DOCX export&lt;/td&gt;
&lt;td&gt;Yes&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;AI bullet improvement&lt;/td&gt;
&lt;td&gt;Yes (3 free)&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;ATS-compatible formatting&lt;/td&gt;
&lt;td&gt;Yes&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;Watermarks&lt;/td&gt;
&lt;td&gt;None&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;&lt;/div&gt;

&lt;p&gt;Government CV services typically charge &lt;strong&gt;$50-300&lt;/strong&gt;. Jumproo does it free.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;&lt;a href="https://jumproo.ai/templates" rel="noopener noreferrer"&gt;Browse all templates →&lt;/a&gt;&lt;/strong&gt;&lt;/p&gt;




&lt;p&gt;&lt;em&gt;Which government system do you find most frustrating? Let me know in the comments.&lt;/em&gt;&lt;/p&gt;

</description>
      <category>career</category>
      <category>resume</category>
      <category>government</category>
      <category>jobsearch</category>
    </item>
    <item>
      <title>AI Resume Copilot — Build Your Resume Through Conversation, Not Forms</title>
      <dc:creator>John Yesh</dc:creator>
      <pubDate>Fri, 13 Mar 2026 22:37:23 +0000</pubDate>
      <link>https://dev.to/john_yesh38/ai-resume-copilot-build-your-resume-through-conversation-not-forms-35m1</link>
      <guid>https://dev.to/john_yesh38/ai-resume-copilot-build-your-resume-through-conversation-not-forms-35m1</guid>
      <description>&lt;p&gt;Most AI resume tools slap a "Generate" button on a form. &lt;a href="https://jumproo.ai" rel="noopener noreferrer"&gt;Jumproo&lt;/a&gt; built something different — a &lt;strong&gt;conversational AI copilot&lt;/strong&gt; that guides you through building your resume step by step.&lt;/p&gt;




&lt;h2&gt;
  
  
  The AI Copilot Interface
&lt;/h2&gt;

&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Friybfg0d9jumfvggql7c.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Friybfg0d9jumfvggql7c.png" alt="Jumproo AI Copilot — choose between Create CV, Edit CV, or Analyze CV workflows" width="800" height="500"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;The copilot gives you three workflows:&lt;/p&gt;

&lt;h3&gt;
  
  
  Create CV
&lt;/h3&gt;

&lt;p&gt;Build a resume from scratch with step-by-step AI guidance. Tell the copilot about your experience in plain English — it structures everything into professional sections with achievement-oriented bullet points.&lt;br&gt;
&lt;/p&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight plaintext"&gt;&lt;code&gt;You:     I worked at Stripe for 3 years as a senior PM.
         Led the payments API team.

Copilot: Got it. What was your biggest achievement there?

You:     We redesigned the checkout flow and increased
         conversion by 23% across 50K+ merchants.

Copilot: ✅ Added to your resume:
         "Spearheaded checkout flow redesign across Stripe's
          payment platform, driving a 23% increase in conversion
          rates for 50,000+ merchants."
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;p&gt;The resume updates in real-time as you chat.&lt;/p&gt;

&lt;h3&gt;
  
  
  Edit CV
&lt;/h3&gt;

&lt;p&gt;Upload your existing resume (PDF, DOCX, or plain text) and improve it section by section. The AI identifies weak bullets, missing keywords, and formatting issues — then fixes them with you.&lt;/p&gt;

&lt;h3&gt;
  
  
  Analyze CV
&lt;/h3&gt;

&lt;p&gt;Get an ATS compatibility score and targeted improvement suggestions. The copilot walks you through each dimension of the analysis and suggests specific changes.&lt;/p&gt;




&lt;h2&gt;
  
  
  How It Works Technically
&lt;/h2&gt;

&lt;p&gt;The copilot uses &lt;strong&gt;Claude&lt;/strong&gt; (Anthropic) with structured tool outputs. Instead of returning free text that needs parsing, the AI returns typed actions that map directly to resume state:&lt;br&gt;
&lt;/p&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight typescript"&gt;&lt;code&gt;&lt;span class="c1"&gt;// Claude returns structured actions:&lt;/span&gt;
&lt;span class="p"&gt;{&lt;/span&gt;
  &lt;span class="nl"&gt;type&lt;/span&gt;&lt;span class="p"&gt;:&lt;/span&gt; &lt;span class="dl"&gt;"&lt;/span&gt;&lt;span class="s2"&gt;UPDATE_EXPERIENCE&lt;/span&gt;&lt;span class="dl"&gt;"&lt;/span&gt;&lt;span class="p"&gt;,&lt;/span&gt;
  &lt;span class="nx"&gt;index&lt;/span&gt;&lt;span class="p"&gt;:&lt;/span&gt; &lt;span class="mi"&gt;0&lt;/span&gt;&lt;span class="p"&gt;,&lt;/span&gt;
  &lt;span class="nx"&gt;exp&lt;/span&gt;&lt;span class="p"&gt;:&lt;/span&gt; &lt;span class="p"&gt;{&lt;/span&gt;
    &lt;span class="nl"&gt;company&lt;/span&gt;&lt;span class="p"&gt;:&lt;/span&gt; &lt;span class="dl"&gt;"&lt;/span&gt;&lt;span class="s2"&gt;Stripe&lt;/span&gt;&lt;span class="dl"&gt;"&lt;/span&gt;&lt;span class="p"&gt;,&lt;/span&gt;
    &lt;span class="nx"&gt;title&lt;/span&gt;&lt;span class="p"&gt;:&lt;/span&gt; &lt;span class="dl"&gt;"&lt;/span&gt;&lt;span class="s2"&gt;Senior Product Manager&lt;/span&gt;&lt;span class="dl"&gt;"&lt;/span&gt;&lt;span class="p"&gt;,&lt;/span&gt;
    &lt;span class="nx"&gt;startDate&lt;/span&gt;&lt;span class="p"&gt;:&lt;/span&gt; &lt;span class="dl"&gt;"&lt;/span&gt;&lt;span class="s2"&gt;Jan 2021&lt;/span&gt;&lt;span class="dl"&gt;"&lt;/span&gt;&lt;span class="p"&gt;,&lt;/span&gt;
    &lt;span class="nx"&gt;endDate&lt;/span&gt;&lt;span class="p"&gt;:&lt;/span&gt; &lt;span class="dl"&gt;"&lt;/span&gt;&lt;span class="s2"&gt;Dec 2023&lt;/span&gt;&lt;span class="dl"&gt;"&lt;/span&gt;&lt;span class="p"&gt;,&lt;/span&gt;
    &lt;span class="nx"&gt;bullets&lt;/span&gt;&lt;span class="p"&gt;:&lt;/span&gt; &lt;span class="p"&gt;[&lt;/span&gt;
      &lt;span class="dl"&gt;"&lt;/span&gt;&lt;span class="s2"&gt;Spearheaded checkout flow redesign...&lt;/span&gt;&lt;span class="dl"&gt;"&lt;/span&gt;
    &lt;span class="p"&gt;]&lt;/span&gt;
  &lt;span class="p"&gt;}&lt;/span&gt;
&lt;span class="p"&gt;}&lt;/span&gt;
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;p&gt;No regex. No string matching. Just structured data flowing through a type-safe pipeline.&lt;/p&gt;




&lt;h2&gt;
  
  
  AI Bullet Rewriting
&lt;/h2&gt;

&lt;p&gt;Beyond the copilot, every bullet point has a &lt;strong&gt;"Rewrite with AI"&lt;/strong&gt; button in the manual builder:&lt;/p&gt;

&lt;h3&gt;
  
  
  Before &amp;amp; After
&lt;/h3&gt;

&lt;div class="table-wrapper-paragraph"&gt;&lt;table&gt;
&lt;thead&gt;
&lt;tr&gt;
&lt;th&gt;Before&lt;/th&gt;
&lt;th&gt;After&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td&gt;Managed a team&lt;/td&gt;
&lt;td&gt;Led a team of 8 engineers, delivering 4 product launches on schedule and reducing sprint cycle time by 30%&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;Handled customer issues&lt;/td&gt;
&lt;td&gt;Resolved 150+ customer escalations monthly with 98% satisfaction, reducing churn by 15%&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;Built features&lt;/td&gt;
&lt;td&gt;Architected 6 core platform features serving 2M+ DAU, reducing page load time by 40%&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;Improved sales&lt;/td&gt;
&lt;td&gt;Redesigned enterprise sales pipeline, shortening deal cycle from 90 to 52 days, increasing win rate by 28%&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;&lt;/div&gt;

&lt;p&gt;The AI uses the &lt;strong&gt;XYZ formula&lt;/strong&gt;: Accomplished [X] as measured by [Y] by doing [Z].&lt;/p&gt;




&lt;h2&gt;
  
  
  Smart Paste
&lt;/h2&gt;

&lt;p&gt;The experience editor uses a &lt;strong&gt;unified bullet list editor&lt;/strong&gt; powered by TipTap (ProseMirror):&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Paste your entire LinkedIn description → it auto-splits into individual bullets&lt;/li&gt;
&lt;li&gt;Leading bullet chars (•, -, *, &amp;gt;) are stripped automatically&lt;/li&gt;
&lt;li&gt;Numbered lists (1., 2., 3.) are cleaned&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Bold&lt;/strong&gt; and &lt;em&gt;italic&lt;/em&gt; formatting is preserved from Word/Google Docs&lt;/li&gt;
&lt;li&gt;Press Enter = new bullet. Paste 10 lines = 10 bullets.&lt;/li&gt;
&lt;/ul&gt;




&lt;h2&gt;
  
  
  Video Walkthrough
&lt;/h2&gt;

&lt;p&gt;See the full AI-guided experience:&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;&lt;a href="https://jumproo.ai/videos/jumproo-demo.mp4" rel="noopener noreferrer"&gt;Watch the demo →&lt;/a&gt;&lt;/strong&gt;&lt;/p&gt;




&lt;h2&gt;
  
  
  What's Free vs. Pro
&lt;/h2&gt;

&lt;div class="table-wrapper-paragraph"&gt;&lt;table&gt;
&lt;thead&gt;
&lt;tr&gt;
&lt;th&gt;Feature&lt;/th&gt;
&lt;th&gt;Free&lt;/th&gt;
&lt;th&gt;Pro&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td&gt;AI Copilot (Create/Edit/Analyze)&lt;/td&gt;
&lt;td&gt;Full access&lt;/td&gt;
&lt;td&gt;Full access&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;AI Bullet Rewrites&lt;/td&gt;
&lt;td&gt;3 per resume&lt;/td&gt;
&lt;td&gt;Unlimited&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;All 33+ templates&lt;/td&gt;
&lt;td&gt;Yes&lt;/td&gt;
&lt;td&gt;Yes&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;PDF + DOCX export&lt;/td&gt;
&lt;td&gt;Yes&lt;/td&gt;
&lt;td&gt;Yes&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;ATS Scanner&lt;/td&gt;
&lt;td&gt;Yes&lt;/td&gt;
&lt;td&gt;Yes&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;&lt;/div&gt;

&lt;p&gt;The copilot is &lt;strong&gt;completely free&lt;/strong&gt;. AI rewrites are capped at 3 per resume on the free tier.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;&lt;a href="https://jumproo.ai/agent" rel="noopener noreferrer"&gt;Try the AI Copilot →&lt;/a&gt;&lt;/strong&gt;&lt;/p&gt;




&lt;p&gt;&lt;em&gt;Have you tried AI resume tools before? What worked and what didn't? Share in the comments.&lt;/em&gt;&lt;/p&gt;

</description>
      <category>ai</category>
      <category>career</category>
      <category>productivity</category>
      <category>webdev</category>
    </item>
    <item>
      <title>33+ Free Resume Templates — Modern, Professional, Creative &amp; Government Formats</title>
      <dc:creator>John Yesh</dc:creator>
      <pubDate>Fri, 13 Mar 2026 22:36:31 +0000</pubDate>
      <link>https://dev.to/john_yesh38/33-free-resume-templates-modern-professional-creative-government-formats-4a3h</link>
      <guid>https://dev.to/john_yesh38/33-free-resume-templates-modern-professional-creative-government-formats-4a3h</guid>
      <description>&lt;p&gt;Most resume builders give you 3 free templates and lock the rest behind a paywall. &lt;a href="https://jumproo.ai" rel="noopener noreferrer"&gt;Jumproo&lt;/a&gt; has &lt;strong&gt;33+ templates — all free&lt;/strong&gt;. No trial, no watermarks, no signup required.&lt;/p&gt;

&lt;p&gt;Here's what's available.&lt;/p&gt;




&lt;h2&gt;
  
  
  The Template Gallery
&lt;/h2&gt;

&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fq3ipvmk33y8kkf955z4t.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fq3ipvmk33y8kkf955z4t.png" alt="Jumproo template gallery — browse 33+ professionally designed resume templates across 6 categories" width="800" height="500"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Every template is:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;ATS-tested&lt;/strong&gt; — clean HTML structure that passes major ATS parsers&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;PDF + DOCX export&lt;/strong&gt; — download in either format, no watermarks&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Live preview&lt;/strong&gt; — see your resume update in real-time as you type&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Mobile responsive&lt;/strong&gt; — looks correct on any screen&lt;/li&gt;
&lt;/ul&gt;




&lt;h2&gt;
  
  
  Template Categories
&lt;/h2&gt;

&lt;h3&gt;
  
  
  Simple &amp;amp; ATS-Optimized
&lt;/h3&gt;

&lt;p&gt;Clean, single-column layouts designed to pass every major ATS system. Best for corporate roles, tech jobs, and high-volume applications.&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;Modern ATS&lt;/strong&gt; — The default choice. Single column, clear sections, maximum ATS compatibility.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Simple Clean&lt;/strong&gt; — Minimal design, generous whitespace.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Minimalist&lt;/strong&gt; — Just the essentials, nothing else.&lt;/li&gt;
&lt;/ul&gt;

&lt;h3&gt;
  
  
  Professional
&lt;/h3&gt;

&lt;p&gt;Classic layouts for senior roles, management positions, and traditional industries.&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;Classic Professional&lt;/strong&gt; — Two-column header, traditional body. Works everywhere.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Executive&lt;/strong&gt; — Board-level formatting with strategic emphasis.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Corporate Edge&lt;/strong&gt; — Modern professional with accent colors.&lt;/li&gt;
&lt;/ul&gt;

&lt;h3&gt;
  
  
  Modern &amp;amp; Creative
&lt;/h3&gt;

&lt;p&gt;Designer-friendly layouts with color, typography, and visual hierarchy.&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;Two-Column&lt;/strong&gt; — Sidebar for skills, main body for experience.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Bold Header&lt;/strong&gt; — Eye-catching header section with color blocks.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Metro&lt;/strong&gt; — Inspired by Metro UI design language.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Gradient&lt;/strong&gt; — Subtle gradient accents for visual interest.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Carbon&lt;/strong&gt;, &lt;strong&gt;Neon&lt;/strong&gt;, &lt;strong&gt;Sidebar&lt;/strong&gt;, and more.&lt;/li&gt;
&lt;/ul&gt;

&lt;h3&gt;
  
  
  Academic
&lt;/h3&gt;

&lt;p&gt;Formats designed for research positions, PhD applications, and academic CVs.&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;LaTeX Academic&lt;/strong&gt; — Mimics the classic LaTeX CV style (without needing LaTeX).&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Research&lt;/strong&gt; — Publications, grants, and teaching sections built in.&lt;/li&gt;
&lt;/ul&gt;

&lt;h3&gt;
  
  
  Government
&lt;/h3&gt;

&lt;p&gt;Purpose-built templates with all the fields government systems require:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;Federal (USAJobs)&lt;/strong&gt; — GS levels, hours/week, supervisor details, KSA sections. 4-6 page format.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;NHS (UK Healthcare)&lt;/strong&gt; — NMC/GMC/HCPC registration, band levels, DBS status, mandatory training checklist.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;UK Civil Service&lt;/strong&gt; — Success Profiles behaviours with STAR sections, grade levels, security clearance.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Australian Public Service (APS)&lt;/strong&gt; — APS levels, citizenship, clearance, selection criteria.&lt;/li&gt;
&lt;/ul&gt;

&lt;h3&gt;
  
  
  Specialized
&lt;/h3&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;Student&lt;/strong&gt; — Designed for first-time job seekers with limited experience.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Career Changer&lt;/strong&gt; — Emphasizes transferable skills over linear career progression.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Compact&lt;/strong&gt; — Fits maximum content into minimum space.&lt;/li&gt;
&lt;/ul&gt;




&lt;h2&gt;
  
  
  Live Preview While You Edit
&lt;/h2&gt;

&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fken69tf29qlh3m9cbewu.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fken69tf29qlh3m9cbewu.png" alt="Jumproo homepage — create your resume with AI copilot assistance and real-time preview" width="800" height="500"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Every template renders in &lt;strong&gt;real-time&lt;/strong&gt; as you type. Change a bullet point → see it update instantly in the preview panel. Switch templates with one click — your content carries over automatically.&lt;/p&gt;




&lt;h2&gt;
  
  
  Government Templates — Deep Dive
&lt;/h2&gt;

&lt;h3&gt;
  
  
  Federal Resume
&lt;/h3&gt;

&lt;p&gt;USAJobs requires fields that no standard template includes:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;GS Grade Level (GS-9 through GS-15)&lt;/li&gt;
&lt;li&gt;Hours per week for each position&lt;/li&gt;
&lt;li&gt;Supervisor name and phone&lt;/li&gt;
&lt;li&gt;Citizenship, veterans' preference, clearance&lt;/li&gt;
&lt;li&gt;Announcement number&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;&lt;strong&gt;&lt;a href="https://jumproo.ai/create?template=federal" rel="noopener noreferrer"&gt;Build federal resume →&lt;/a&gt;&lt;/strong&gt;&lt;/p&gt;

&lt;h3&gt;
  
  
  NHS CV
&lt;/h3&gt;

&lt;p&gt;NHS recruitment requires professional registration details:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Registration body selector (NMC, GMC, HCPC, GPhC, GOC, GDC)&lt;/li&gt;
&lt;li&gt;PIN/registration number&lt;/li&gt;
&lt;li&gt;Band level (Band 2–9)&lt;/li&gt;
&lt;li&gt;DBS status&lt;/li&gt;
&lt;li&gt;One-click mandatory training auto-fill (8 standard courses)&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;&lt;strong&gt;&lt;a href="https://jumproo.ai/create?template=nhs" rel="noopener noreferrer"&gt;Build NHS CV →&lt;/a&gt;&lt;/strong&gt;&lt;/p&gt;

&lt;h3&gt;
  
  
  UK Civil Service CV
&lt;/h3&gt;

&lt;p&gt;Success Profiles framework with structured STAR examples:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Grade selector (AO through SCS Pay Band 3)&lt;/li&gt;
&lt;li&gt;Security clearance (CTC, SC, DV)&lt;/li&gt;
&lt;li&gt;Behaviour sections with situation/task/action/result fields&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;&lt;strong&gt;&lt;a href="https://jumproo.ai/create?template=uk-civil-service" rel="noopener noreferrer"&gt;Build Civil Service CV →&lt;/a&gt;&lt;/strong&gt;&lt;/p&gt;




&lt;h2&gt;
  
  
  Export Options
&lt;/h2&gt;

&lt;div class="table-wrapper-paragraph"&gt;&lt;table&gt;
&lt;thead&gt;
&lt;tr&gt;
&lt;th&gt;Format&lt;/th&gt;
&lt;th&gt;Details&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td&gt;&lt;strong&gt;PDF&lt;/strong&gt;&lt;/td&gt;
&lt;td&gt;High-quality render, exact template match&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;strong&gt;DOCX&lt;/strong&gt;&lt;/td&gt;
&lt;td&gt;Editable Word document, ATS-friendly&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;strong&gt;Both&lt;/strong&gt;&lt;/td&gt;
&lt;td&gt;Download either format, any time&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;strong&gt;Watermarks&lt;/strong&gt;&lt;/td&gt;
&lt;td&gt;None. Ever.&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;&lt;/div&gt;




&lt;h2&gt;
  
  
  Video Demo
&lt;/h2&gt;

&lt;p&gt;See the full resume building experience in action:&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;&lt;a href="https://jumproo.ai/videos/jumproo-demo.mp4" rel="noopener noreferrer"&gt;Watch the demo video →&lt;/a&gt;&lt;/strong&gt;&lt;/p&gt;




&lt;h2&gt;
  
  
  Try It
&lt;/h2&gt;

&lt;p&gt;&lt;strong&gt;&lt;a href="https://jumproo.ai/templates" rel="noopener noreferrer"&gt;Browse all templates →&lt;/a&gt;&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;Pick a template, fill in your details, download your resume. Free.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;&lt;a href="https://jumproo.ai/create" rel="noopener noreferrer"&gt;Start building →&lt;/a&gt;&lt;/strong&gt;&lt;/p&gt;




&lt;p&gt;&lt;em&gt;Which template category do you reach for most? Share in the comments.&lt;/em&gt;&lt;/p&gt;

</description>
      <category>career</category>
      <category>resume</category>
      <category>webdev</category>
      <category>productivity</category>
    </item>
    <item>
      <title>Free ATS Resume Checker — Score Your Resume Against Any Job Description</title>
      <dc:creator>John Yesh</dc:creator>
      <pubDate>Fri, 13 Mar 2026 22:36:30 +0000</pubDate>
      <link>https://dev.to/john_yesh38/free-ats-resume-checker-score-your-resume-against-any-job-description-3ap8</link>
      <guid>https://dev.to/john_yesh38/free-ats-resume-checker-score-your-resume-against-any-job-description-3ap8</guid>
      <description>&lt;p&gt;98% of Fortune 500 companies use Applicant Tracking Systems (ATS) to filter resumes before a human sees them. If your resume isn't optimized, you're invisible.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://jumproo.ai" rel="noopener noreferrer"&gt;Jumproo&lt;/a&gt; includes a &lt;strong&gt;free ATS resume scanner&lt;/strong&gt; that scores your resume against any job description across 5 dimensions. No signup required.&lt;/p&gt;




&lt;h2&gt;
  
  
  How the ATS Scanner Works
&lt;/h2&gt;

&lt;p&gt;Paste your resume + the job description → get an instant score breakdown.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2F05n097ydtzhqt9l3yox2.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2F05n097ydtzhqt9l3yox2.png" alt="Jumproo ATS Score — 5-dimension breakdown showing Hard Skills, Soft Skills, Results, Keywords, and Formatting scores" width="800" height="500"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;h3&gt;
  
  
  The 5-Dimension Scoring System
&lt;/h3&gt;

&lt;p&gt;Unlike basic keyword-matching tools, Jumproo analyzes your resume across &lt;strong&gt;5 independent dimensions&lt;/strong&gt;:&lt;/p&gt;

&lt;div class="table-wrapper-paragraph"&gt;&lt;table&gt;
&lt;thead&gt;
&lt;tr&gt;
&lt;th&gt;Dimension&lt;/th&gt;
&lt;th&gt;What It Measures&lt;/th&gt;
&lt;th&gt;Example Feedback&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td&gt;&lt;strong&gt;Hard Skills&lt;/strong&gt;&lt;/td&gt;
&lt;td&gt;Technical tools, languages, certifications from the JD&lt;/td&gt;
&lt;td&gt;"Missing: Python, Kubernetes, GraphQL"&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;strong&gt;Soft Skills&lt;/strong&gt;&lt;/td&gt;
&lt;td&gt;Leadership, communication, collaboration keywords&lt;/td&gt;
&lt;td&gt;"Strong: demonstrates mentoring experience"&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;strong&gt;Measurable Results&lt;/strong&gt;&lt;/td&gt;
&lt;td&gt;Numbers, percentages, dollar amounts in bullets&lt;/td&gt;
&lt;td&gt;"3 of 8 bullets lack quantifiable metrics"&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;strong&gt;Keyword Optimization&lt;/strong&gt;&lt;/td&gt;
&lt;td&gt;Exact phrase matching against job description&lt;/td&gt;
&lt;td&gt;"JD mentions 'agile' 4 times — not in resume"&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;strong&gt;Formatting&lt;/strong&gt;&lt;/td&gt;
&lt;td&gt;ATS-compatible structure, sections, date formats&lt;/td&gt;
&lt;td&gt;"Score: 72 — standard section headings detected"&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;&lt;/div&gt;

&lt;p&gt;Each dimension gets its own score, and the composite gives you an overall match percentage.&lt;/p&gt;

&lt;h3&gt;
  
  
  Strengths &amp;amp; Keyword Analysis
&lt;/h3&gt;

&lt;p&gt;Below the score, you get:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;Strengths&lt;/strong&gt; — What your resume does well (quantifiable metrics, relevant experience, strong action verbs)&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Missing Keywords&lt;/strong&gt; — Exact terms from the JD that aren't in your resume&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Matched Keywords&lt;/strong&gt; — Terms you've already covered&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fgwdejqu0tjju74wtwxk9.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fgwdejqu0tjju74wtwxk9.png" alt="Jumproo dashboard showing all available tools — ATS scanning, resume creation, AI agent, bulk generation" width="800" height="500"&gt;&lt;/a&gt;&lt;/p&gt;




&lt;h2&gt;
  
  
  Three Ways to Scan
&lt;/h2&gt;

&lt;p&gt;Jumproo offers multiple scanning modes from the dashboard:&lt;/p&gt;

&lt;h3&gt;
  
  
  1. Quick Resume Scan
&lt;/h3&gt;

&lt;p&gt;Upload your CV and see how you score against the market. No job description needed — it checks formatting, structure, and general best practices.&lt;/p&gt;

&lt;h3&gt;
  
  
  2. Match Against a Job
&lt;/h3&gt;

&lt;p&gt;Upload your CV + paste a job description for a precise match score. This is the most powerful mode — it tells you exactly which keywords to add.&lt;/p&gt;

&lt;h3&gt;
  
  
  3. Bulk CV Generator
&lt;/h3&gt;

&lt;p&gt;Add up to 5 job descriptions and get a tailored CV for each one — all generated in one go. This is a Pro feature.&lt;/p&gt;




&lt;h2&gt;
  
  
  Watch It In Action
&lt;/h2&gt;

&lt;p&gt;We have a live demo you can try without uploading anything:&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;&lt;a href="https://jumproo.ai/demo" rel="noopener noreferrer"&gt;Try the live demo →&lt;/a&gt;&lt;/strong&gt; — See a real ATS score breakdown with sample data.&lt;/p&gt;

&lt;p&gt;Or scan your own resume:&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;&lt;a href="https://jumproo.ai/analyze" rel="noopener noreferrer"&gt;Scan your resume free →&lt;/a&gt;&lt;/strong&gt;&lt;/p&gt;




&lt;h2&gt;
  
  
  Common ATS Mistakes the Scanner Catches
&lt;/h2&gt;

&lt;h3&gt;
  
  
  1. Missing Keywords
&lt;/h3&gt;

&lt;p&gt;The #1 reason resumes get filtered out. The scanner highlights exact phrases from the JD that aren't in your resume.&lt;/p&gt;

&lt;h3&gt;
  
  
  2. No Quantified Achievements
&lt;/h3&gt;

&lt;p&gt;Recruiters want numbers. The scanner flags bullets that lack metrics and suggests the XYZ formula:&lt;/p&gt;

&lt;blockquote&gt;
&lt;p&gt;"Accomplished [X] as measured by [Y] by doing [Z]"&lt;/p&gt;
&lt;/blockquote&gt;

&lt;h3&gt;
  
  
  3. Formatting Issues
&lt;/h3&gt;

&lt;p&gt;Tables, multi-column layouts, graphics, headers/footers — the scanner checks for all of these.&lt;/p&gt;

&lt;h3&gt;
  
  
  4. Generic Bullets
&lt;/h3&gt;

&lt;p&gt;Bullets like "Collaborated with cross-functional teams" score low. The scanner recommends specific, impact-oriented language.&lt;/p&gt;




&lt;h2&gt;
  
  
  What's Free vs. Pro
&lt;/h2&gt;

&lt;div class="table-wrapper-paragraph"&gt;&lt;table&gt;
&lt;thead&gt;
&lt;tr&gt;
&lt;th&gt;Feature&lt;/th&gt;
&lt;th&gt;Free&lt;/th&gt;
&lt;th&gt;Pro&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td&gt;Quick Resume Scan&lt;/td&gt;
&lt;td&gt;Yes&lt;/td&gt;
&lt;td&gt;Yes&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;Match Against a Job&lt;/td&gt;
&lt;td&gt;Yes&lt;/td&gt;
&lt;td&gt;Yes&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;Score Breakdown (5 dimensions)&lt;/td&gt;
&lt;td&gt;Yes&lt;/td&gt;
&lt;td&gt;Yes&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;Missing Keywords List&lt;/td&gt;
&lt;td&gt;Yes&lt;/td&gt;
&lt;td&gt;Yes&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;Bulk CV Generator (5 jobs)&lt;/td&gt;
&lt;td&gt;—&lt;/td&gt;
&lt;td&gt;Yes&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;AI Bullet Rewrites&lt;/td&gt;
&lt;td&gt;3/resume&lt;/td&gt;
&lt;td&gt;Unlimited&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;&lt;/div&gt;

&lt;p&gt;The ATS scanner itself is &lt;strong&gt;completely free&lt;/strong&gt; — no trial, no paywall.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;&lt;a href="https://jumproo.ai/analyze" rel="noopener noreferrer"&gt;Check your ATS score now →&lt;/a&gt;&lt;/strong&gt;&lt;/p&gt;




&lt;p&gt;&lt;em&gt;What ATS system does your target company use? Share in the comments — I'll tell you what to watch out for.&lt;/em&gt;&lt;/p&gt;

</description>
      <category>career</category>
      <category>resume</category>
      <category>jobsearch</category>
      <category>productivity</category>
    </item>
  </channel>
</rss>
