DEV Community

Jack Green
Jack Green

Posted on • Originally published at tools.jackgreen.top

I Built a Free Referral Program Page Generator (Because ReferralCandy Charges $29/Month)

I Built a Free Referral Program Page Generator (Because ReferralCandy Charges $29/Month)

Last year I was helping a friend set up a referral program for their online store. They wanted something simple — a beautiful landing page where customers could share a link, and both the referrer and referee would get a discount.

I found ReferralCandy. It looked great. I signed up for the trial.

Then I saw the price: $29/month. For a referral page.

I closed the tab. Opened a text editor. Built something better that afternoon.

The Problem

Services like ReferralCandy follow the same playbook:

  1. Let you create an account and configure your referral program for free (engaging, addictive)
  2. Put your referral page on their subdomain by default (vendor lock-in)
  3. Demand $29/month to connect your own domain (rage quit)
  4. Make your referral data hard to export (more lock-in)

It's a subscription trap disguised as a business tool. And it preys on indie e-commerce owners who just need a referral page to grow their customer base — and can't afford recurring fees.

What I Built

Referral Program Page Generator — a completely free, zero-signup, browser-based referral page builder.

  • No account. Open the page, customize your referral program, download the HTML.
  • No watermark. Clean, professional referral pages instantly.
  • No payment. Ever. Not a "freemium" model, not a trial, just free.
  • No data collection. Everything runs in your browser. Your store details never touch a server.
  • Works offline. Once downloaded, the HTML file works without internet.

Features

  • 4 starter templates — E-commerce, SaaS, Service, and Content Creator
  • Fully customizable — store name, reward amount, referral link, colors, copy
  • Live preview — see your referral page update in real-time as you customize
  • Copy HTML — one click copies the full standalone HTML to your clipboard
  • Download as HTML — get a self-contained HTML file with everything embedded
  • Conversion-focused design — proven patterns: clear reward display, urgency triggers, social proof placeholders
  • Mobile-responsive — looks great on every device

Why It Matters

Indie e-commerce owners, solopreneurs, small business founders — we're all expected to pay for everything. A referral program page shouldn't be a cash grab. It should be a utility — like a calculator or a ruler.

The fact that this exists at all is kind of wild. You can download a beautiful, professional referral landing page, fully customized for your store, no strings attached, for zero dollars. No upsell. No "upgrade to premium." Just... done.

The Tech

  • Frontend: Vanilla HTML/CSS/JS — no framework needed
  • Hosting: Static files on nginx, Python simple HTTP server for local dev
  • Deploy: One rsync, done

The whole thing is under 400 lines of code. That's it.

Open Source

It's all on GitHub — fork it, improve it, run it yourself. If you're a developer who's ever been frustrated by paywalled utilities, go build something better. It's faster than you think.

Try it: tools.jackgreen.top/referral-program-page-generator/


Built because someone should have done this already. Now it exists.

Top comments (0)