DEV Community

Cover image for How I increased DocPilot's conversion rate by removing the signup wall
Clarence Odaro
Clarence Odaro

Posted on

How I increased DocPilot's conversion rate by removing the signup wall

The Problem

DocPilot had 240 visitors in 30 days and only 8 signups.

That's a 3.3% conversion rate. Not terrible, but with 0 paying users it was clear something was wrong.

I dug into the data and found the issue immediately.

People were landing on the app, seeing a signup wall before experiencing anything, and leaving.

232 out of 240 visitors decided DocPilot wasn't worth the friction of creating an account before they'd seen a single result.

They were right.

The Fix

I removed the signup wall from the Resume Score page.

Now anyone can:

  1. Paste their resume
  2. Get a score out of 100
  3. See one strength and their overall rating

All without creating an account.

Then — and only then — do I ask them to sign up to see their full breakdown including ATS score, impact score, clarity score, 3 improvements and 3 quick wins.

Why This Works

The score number creates emotional investment.

"Your resume scored 61/100" is a powerful hook.

People want to know what's wrong. They want the full breakdown. They want the quick wins.

But they only want it AFTER they've seen that the tool actually works and gives real, specific feedback.

Asking for an email before that moment is asking people to trust you before you've earned it.

The Technical Implementation

The guest flow works like this:

  1. Unauthenticated user visits /resume-score
  2. They see the full input form — no signin overlay
  3. They click Score My Resume
  4. The API call goes through normally
  5. Results come back with full data
  6. We show them the overall score and one strength
  7. Everything else is blurred behind a signup wall
  8. They create an account
  9. sessionStorage preserves their score result
  10. After signup they see their FULL results immediately

That last step is important. The moment they sign up they instantly see the value they were promised.
No need to score again. No friction. Just reward.

What I Learned

Value before registration is not just a nice idea. For tools like DocPilot it's the difference between 3% and 30% signup conversion.

Let people experience the magic first.
Ask for the account second.

The trust is earned in that moment between seeing their score and wanting to know more.

Try It

If you want to see this in action — paste your own resume and see what score you get.

No signup needed 👉 https://doc-pilot-c.vercel.app/

And if you're building something similar I'd love
to hear how you handle the signup conversion problem
in the comments.

— Clarry, Solo Founder

buildinpublic #showdev #indiehacker

Top comments (0)