added on local at 2026-07-01 13:47:38
| 1 | #!/usr/bin/perl | |
| 2 | #====================================================================== | |
| 3 | # AffSoft - Pricing (logged-out marketing). | |
| 4 | # | |
| 5 | # Four-tier static grid (Free / Starter / Pro / Studio). Must stay in | |
| 6 | # sync with: | |
| 7 | # - index.cgi pricing card section ("For affiliates" / pricing block) | |
| 8 | # - signup.cgi plan dropdown fallback in _build_plan_options | |
| 9 | # - MODS::AffSoft::Billing list_plans (if/when billing_plans is migrated) | |
| 10 | # When you touch this file, grep for "Free \\\$0" + "Starter \\\$9" + "Pro | |
| 11 | # \\\$29" + "Studio \\\$99" and update every surface so prospects see the | |
| 12 | # same offer everywhere ([[feedback-pricing-packaging-sync]]). | |
| 13 | #====================================================================== | |
| 14 | use strict; | |
| 15 | use warnings; | |
| 16 | ||
| 17 | use lib '/var/www/vhosts/3dshawn.com/affiliate.3dshawn.com'; | |
| 18 | use CGI; | |
| 19 | use MODS::Login; | |
| 20 | use MODS::AffSoft::Wrapper; | |
| 21 | ||
| 22 | my $auth = MODS::Login->new; | |
| 23 | my $wrap = MODS::AffSoft::Wrapper->new; | |
| 24 | my $userinfo = $auth->login_verify; | |
| 25 | ||
| 26 | print "Content-Type: text/html; charset=utf-8\r\nCache-Control: no-store, no-cache, must-revalidate, max-age=0\r\nPragma: no-cache\r\nExpires: 0\r\n\r\n"; | |
| 27 | ||
| 28 | my $body = <<'HTML'; | |
| 29 | <div class="page-pad" style="padding:64px 32px"> | |
| 30 | <div style="color:#a78bfa;font-size:12px;text-transform:uppercase;letter-spacing:.1em;font-weight:600;margin-bottom:14px;text-align:center">Pricing</div> | |
| 31 | <h1 style="margin:0 0 14px;font-size:42px;letter-spacing:-.02em;line-height:1.1;text-align:center">Simple, honest pricing.</h1> | |
| 32 | <p style="color:#aaa;font-size:18px;line-height:1.6;margin:0 auto 56px;max-width:560px;text-align:center">Flat monthly fee. No commission take-rate, no per-affiliate tax, no “talk to sales.” Start free, upgrade when you outgrow it.</p> | |
| 33 | ||
| 34 | <div style="display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:18px;margin-bottom:24px"> | |
| 35 | ||
| 36 | <div style="padding:30px 26px;border:1px solid rgba(255,255,255,.10);border-radius:14px;background:rgba(20,20,30,.4);display:flex;flex-direction:column"> | |
| 37 | <div style="font-size:11px;text-transform:uppercase;letter-spacing:.08em;color:#888;font-weight:600;margin-bottom:6px">Free</div> | |
| 38 | <div style="font-size:36px;font-weight:700;letter-spacing:-.02em;margin-bottom:2px">$0<span style="font-size:16px;color:#888;font-weight:400">/mo</span></div> | |
| 39 | <div style="color:#888;font-size:13px;margin-bottom:20px">free forever</div> | |
| 40 | <ul style="list-style:none;padding:0;margin:0 0 22px;color:#bbb;font-size:14px;line-height:1.8"> | |
| 41 | <li>1 program</li> | |
| 42 | <li>Up to 5 affiliates</li> | |
| 43 | <li>Server-to-server webhook</li> | |
| 44 | <li>Manual payouts</li> | |
| 45 | </ul> | |
| 46 | <a href="/signup.cgi?plan=free" class="btn" style="background:rgba(255,255,255,.08);color:#fff;border:1px solid rgba(255,255,255,.12);margin-top:auto">Start free</a> | |
| 47 | </div> | |
| 48 | ||
| 49 | <div style="padding:30px 26px;border:1px solid rgba(255,255,255,.10);border-radius:14px;background:rgba(20,20,30,.4);display:flex;flex-direction:column"> | |
| 50 | <div style="font-size:11px;text-transform:uppercase;letter-spacing:.08em;color:#888;font-weight:600;margin-bottom:6px">Starter</div> | |
| 51 | <div style="font-size:36px;font-weight:700;letter-spacing:-.02em;margin-bottom:2px">$9<span style="font-size:16px;color:#888;font-weight:400">/mo</span></div> | |
| 52 | <div style="color:#888;font-size:13px;margin-bottom:20px">billed monthly · save 17% annual</div> | |
| 53 | <ul style="list-style:none;padding:0;margin:0 0 22px;color:#bbb;font-size:14px;line-height:1.8"> | |
| 54 | <li>3 programs</li> | |
| 55 | <li>50 affiliates</li> | |
| 56 | <li>Custom sub_id attribution</li> | |
| 57 | <li>CSV exports</li> | |
| 58 | <li>Email support</li> | |
| 59 | </ul> | |
| 60 | <a href="/signup.cgi?plan=starter" class="btn" style="background:rgba(255,255,255,.08);color:#fff;border:1px solid rgba(255,255,255,.12);margin-top:auto">Start trial</a> | |
| 61 | </div> | |
| 62 | ||
| 63 | <div style="padding:30px 26px;border:1px solid rgba(167,139,250,.4);border-radius:14px;background:linear-gradient(135deg,rgba(102,99,255,.10),rgba(167,139,250,.05));display:flex;flex-direction:column;position:relative"> | |
| 64 | <div style="position:absolute;top:-10px;left:50%;transform:translateX(-50%);background:#a78bfa;color:#0a0a0e;font-size:10px;text-transform:uppercase;letter-spacing:.08em;font-weight:700;padding:4px 10px;border-radius:999px">Most popular</div> | |
| 65 | <div style="font-size:11px;text-transform:uppercase;letter-spacing:.08em;color:#a78bfa;font-weight:600;margin-bottom:6px">Pro</div> | |
| 66 | <div style="font-size:36px;font-weight:700;letter-spacing:-.02em;margin-bottom:2px">$29<span style="font-size:16px;color:#888;font-weight:400">/mo</span></div> | |
| 67 | <div style="color:#888;font-size:13px;margin-bottom:20px">billed monthly · save 17% annual</div> | |
| 68 | <ul style="list-style:none;padding:0;margin:0 0 22px;color:#ddd;font-size:14px;line-height:1.8"> | |
| 69 | <li>10 programs</li> | |
| 70 | <li>500 affiliates</li> | |
| 71 | <li>HMAC-signed webhooks</li> | |
| 72 | <li>Stripe Connect payouts</li> | |
| 73 | <li>Conversion approval queues</li> | |
| 74 | <li>Priority email support</li> | |
| 75 | </ul> | |
| 76 | <a href="/signup.cgi?plan=pro" class="btn btn-primary" style="margin-top:auto">Start trial</a> | |
| 77 | </div> | |
| 78 | ||
| 79 | <div style="padding:30px 26px;border:1px solid rgba(255,255,255,.10);border-radius:14px;background:rgba(20,20,30,.4);display:flex;flex-direction:column"> | |
| 80 | <div style="font-size:11px;text-transform:uppercase;letter-spacing:.08em;color:#888;font-weight:600;margin-bottom:6px">Studio</div> | |
| 81 | <div style="font-size:36px;font-weight:700;letter-spacing:-.02em;margin-bottom:2px">$99<span style="font-size:16px;color:#888;font-weight:400">/mo</span></div> | |
| 82 | <div style="color:#888;font-size:13px;margin-bottom:20px">billed monthly · save 17% annual</div> | |
| 83 | <ul style="list-style:none;padding:0;margin:0 0 22px;color:#bbb;font-size:14px;line-height:1.8"> | |
| 84 | <li>Everything in Pro</li> | |
| 85 | <li>Unlimited programs & affiliates</li> | |
| 86 | <li>Team seats + 2FA</li> | |
| 87 | <li>Per-program webhook secrets</li> | |
| 88 | <li>Custom branded tracking domain</li> | |
| 89 | </ul> | |
| 90 | <a href="/signup.cgi?plan=studio" class="btn" style="background:rgba(255,255,255,.08);color:#fff;border:1px solid rgba(255,255,255,.12);margin-top:auto">Start trial</a> | |
| 91 | </div> | |
| 92 | ||
| 93 | </div> | |
| 94 | ||
| 95 | <div style="display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:18px;margin:48px 0 56px"> | |
| 96 | <div style="padding:18px 20px;border:1px solid rgba(255,255,255,.08);border-radius:10px;background:rgba(20,20,30,.3)"> | |
| 97 | <div style="font-size:11px;text-transform:uppercase;letter-spacing:.08em;color:#a78bfa;font-weight:600;margin-bottom:6px">30-day money-back</div> | |
| 98 | <div style="color:#ccc;font-size:13px;line-height:1.6">Try any paid plan for 30 days. If it doesn’t pay for itself, email us — we’ll refund the full amount, no questions asked.</div> | |
| 99 | </div> | |
| 100 | <div style="padding:18px 20px;border:1px solid rgba(255,255,255,.08);border-radius:10px;background:rgba(20,20,30,.3)"> | |
| 101 | <div style="font-size:11px;text-transform:uppercase;letter-spacing:.08em;color:#a78bfa;font-weight:600;margin-bottom:6px">No commission take-rate</div> | |
| 102 | <div style="color:#ccc;font-size:13px;line-height:1.6">Competitors charge 0.5–1% of every conversion on top of their monthly fee. AffSoft doesn’t. What you pay is what you pay.</div> | |
| 103 | </div> | |
| 104 | <div style="padding:18px 20px;border:1px solid rgba(255,255,255,.08);border-radius:10px;background:rgba(20,20,30,.3)"> | |
| 105 | <div style="font-size:11px;text-transform:uppercase;letter-spacing:.08em;color:#a78bfa;font-weight:600;margin-bottom:6px">Annual billing saves 17%</div> | |
| 106 | <div style="color:#ccc;font-size:13px;line-height:1.6">Pick annual at signup or switch later from your billing settings. Two months free vs paying monthly.</div> | |
| 107 | </div> | |
| 108 | </div> | |
| 109 | ||
| 110 | <div style="text-align:center;color:#888;font-size:14px;line-height:1.7;max-width:640px;margin:0 auto"> | |
| 111 | 14-day full access on every paid tier. No card required until your trial ends.<br> | |
| 112 | Cancel anytime; your data exports as CSV on the way out.<br> | |
| 113 | Questions? <a href="/contact.cgi" style="color:#a78bfa">Reach out</a> · <a href="/faq.cgi" style="color:#a78bfa">Read the FAQ</a>. | |
| 114 | </div> | |
| 115 | </div> | |
| 116 | HTML | |
| 117 | ||
| 118 | $wrap->render({ | |
| 119 | userinfo => $userinfo, | |
| 120 | title => 'Pricing', | |
| 121 | body => $body, | |
| 122 | }); |