Files
quikcue-site/html/pricing/index.html
T

392 lines
16 KiB
HTML
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Pricing — QuikCue | Charity Digital Infrastructure from £2,000/month</title>
<meta name="description" content="Flat monthly pricing for charity digital infrastructure. Donations, analytics, WhatsApp automation, everything. No setup fees, no surprise invoices.">
<meta property="og:title" content="Pricing — QuikCue | From £2,000/month">
<meta property="og:description" content="Everything your charity needs. One flat monthly price. Cancel anytime.">
<meta property="og:type" content="website">
<meta property="og:url" content="https://quikcue.com/pricing">
<meta name="twitter:card" content="summary_large_image">
<link rel="canonical" href="https://quikcue.com/pricing">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=JetBrains+Mono:wght@400;500;600;700;800&family=Inter:wght@300;400;500;600;700;800;900&display=swap" rel="stylesheet">
<link rel="stylesheet" href="/css/style.css">
<style>
.pricing-hero { padding: 120px 0 60px; text-align: center; }
.pricing-hero h1 { font-size: clamp(2rem, 5vw, 3.5rem); font-weight: 800; margin-bottom: 16px; line-height: 1.1; }
.pricing-hero p { color: var(--text-secondary); max-width: 600px; margin: 0 auto; font-size: 1.1rem; }
.pricing-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(320px, 1fr)); gap: 24px; margin: 40px auto; max-width: var(--max-w); padding: 0 24px; }
.pricing-card {
background: var(--bg-card);
border: 1px solid var(--border);
border-radius: 16px;
padding: 40px 32px;
position: relative;
transition: border-color 0.3s, transform 0.3s;
}
.pricing-card:hover { border-color: var(--border-accent); transform: translateY(-2px); }
.pricing-card.featured {
border-color: var(--accent-dim);
background: linear-gradient(180deg, rgba(0,255,159,0.03) 0%, var(--bg-card) 100%);
}
.pricing-card.featured::before {
content: '🔥 Founding Client Rate';
position: absolute;
top: -14px;
left: 50%;
transform: translateX(-50%);
background: var(--accent);
color: #000;
font-family: var(--mono);
font-size: 0.75rem;
font-weight: 700;
padding: 4px 16px;
border-radius: 20px;
white-space: nowrap;
}
.pricing-label {
font-family: var(--mono);
font-size: 0.75rem;
text-transform: uppercase;
letter-spacing: 0.1em;
color: var(--accent);
margin-bottom: 8px;
}
.pricing-title { font-size: 1.5rem; font-weight: 700; margin-bottom: 8px; }
.pricing-desc { color: var(--text-secondary); font-size: 0.95rem; margin-bottom: 24px; line-height: 1.5; }
.pricing-price {
font-size: 3rem;
font-weight: 800;
font-family: var(--mono);
margin-bottom: 4px;
}
.pricing-price span { font-size: 1rem; font-weight: 400; color: var(--text-secondary); }
.pricing-price-note { font-size: 0.85rem; color: var(--text-muted); margin-bottom: 24px; }
.pricing-price-was { text-decoration: line-through; color: var(--text-muted); font-size: 1.5rem; margin-right: 8px; }
.pricing-features { list-style: none; margin-bottom: 32px; }
.pricing-features li {
padding: 8px 0;
border-bottom: 1px solid var(--border);
font-size: 0.95rem;
display: flex;
align-items: flex-start;
gap: 10px;
}
.pricing-features li::before { content: '✓'; color: var(--accent); font-weight: 700; flex-shrink: 0; margin-top: 1px; }
.pricing-cta {
display: block;
width: 100%;
text-align: center;
padding: 14px 24px;
border-radius: 8px;
font-weight: 600;
text-decoration: none;
transition: all 0.2s;
}
.pricing-cta-primary {
background: var(--accent);
color: #000;
}
.pricing-cta-primary:hover { background: #33ffb3; transform: translateY(-1px); }
.pricing-cta-secondary {
background: transparent;
color: var(--text);
border: 1px solid var(--border-light);
}
.pricing-cta-secondary:hover { border-color: var(--accent-dim); }
/* FAQ */
.faq-section { max-width: var(--max-w-narrow); margin: 80px auto 40px; padding: 0 24px; }
.faq-section h2 { font-size: 1.5rem; margin-bottom: 32px; }
.faq-item { border-bottom: 1px solid var(--border); padding: 20px 0; }
.faq-q { font-weight: 600; margin-bottom: 8px; font-size: 1.05rem; }
.faq-a { color: var(--text-secondary); line-height: 1.6; }
/* Proof bar */
.proof-bar {
text-align: center;
padding: 40px 24px;
color: var(--text-muted);
font-family: var(--mono);
font-size: 0.85rem;
}
.proof-bar strong { color: var(--text-secondary); }
/* Comparison */
.comparison {
max-width: var(--max-w-narrow);
margin: 60px auto;
padding: 0 24px;
}
.comparison h2 { font-size: 1.5rem; margin-bottom: 24px; }
.comparison-table {
width: 100%;
border-collapse: collapse;
font-size: 0.9rem;
}
.comparison-table th, .comparison-table td {
padding: 12px 16px;
text-align: left;
border-bottom: 1px solid var(--border);
}
.comparison-table th { color: var(--text-muted); font-weight: 500; font-family: var(--mono); font-size: 0.75rem; text-transform: uppercase; letter-spacing: 0.08em; }
.comparison-table td:nth-child(2) { color: var(--text-muted); }
.comparison-table td:nth-child(3) { color: var(--accent); font-weight: 600; }
.bottom-cta {
text-align: center;
padding: 80px 24px;
max-width: 600px;
margin: 0 auto;
}
.bottom-cta h2 { font-size: clamp(1.5rem, 4vw, 2.5rem); font-weight: 800; margin-bottom: 16px; }
.bottom-cta p { color: var(--text-secondary); margin-bottom: 32px; }
.bottom-cta-actions { display: flex; gap: 16px; justify-content: center; flex-wrap: wrap; }
</style>
</head>
<body>
<!-- NAV -->
<nav>
<div class="nav-inner">
<a href="/" class="logo">QuikCue</a>
<div class="nav-links">
<a href="/#work">Work</a>
<a href="/work/charityright">Case Study</a>
<a href="/live">Live Feed</a>
<a href="#book" class="nav-cta">Book a call</a>
</div>
</div>
</nav>
<!-- HERO -->
<div class="pricing-hero">
<div class="container">
<h1>One price. Everything&nbsp;included.</h1>
<p>No setup fees. No surprise invoices. No "that's out of scope." Flat monthly. Cancel anytime with 30 days notice.</p>
</div>
</div>
<!-- PROOF BAR -->
<div class="proof-bar">
Currently serving: <strong>Charity Right</strong> (£4M+ donations processed) · Capacity for <strong>23 more</strong> organisations
</div>
<!-- PRICING CARDS -->
<div class="pricing-grid">
<!-- OFFER A — Charity Digital Infrastructure -->
<div class="pricing-card featured">
<div class="pricing-label">Most Popular</div>
<div class="pricing-title">Charity Digital Infrastructure</div>
<div class="pricing-desc">Everything your charity needs to run its digital operation. Donations, analytics, automation, comms — built, deployed, and maintained.</div>
<div class="pricing-price">
<span class="pricing-price-was">£2,500</span>
£2,000<span>/month</span>
</div>
<div class="pricing-price-note">Founding client rate — first 3 clients only</div>
<ul class="pricing-features">
<li>Donation system — Stripe, PayPal, GoCardless</li>
<li>Custom checkout pages that actually convert</li>
<li>Real-time analytics dashboard</li>
<li>WhatsApp + email automation (receipts, thank-yous, nudges)</li>
<li>Seasonal campaign pages (Ramadan, events, appeals)</li>
<li>Gift Aid automation + HMRC compliance</li>
<li>Monthly performance report</li>
<li>Unlimited small requests (bug fixes, copy changes, new pages)</li>
<li>Hosted on dedicated infrastructure (not shared cloud)</li>
<li>Direct access to the engineer who builds it</li>
</ul>
<a href="https://wa.me/601162222512?text=Hi%20Omair%2C%20I%27m%20interested%20in%20the%20Charity%20Digital%20Infrastructure%20package.%20Can%20we%20set%20up%20a%20call%3F" class="pricing-cta pricing-cta-primary">
Book a 15-min call →
</a>
</div>
<!-- OFFER B — Fractional CTO -->
<div class="pricing-card">
<div class="pricing-label">For Startups & SMEs</div>
<div class="pricing-title">Fractional CTO</div>
<div class="pricing-desc">Senior engineering leadership without the full-time salary. Architecture, deployment, AI, automation — 40 hours/month of hands-on work.</div>
<div class="pricing-price">
£3,000<span>/month</span>
</div>
<div class="pricing-price-note">Half the cost of a full-time senior engineer</div>
<ul class="pricing-features">
<li>40 hours/month senior development</li>
<li>Architecture & technical decisions</li>
<li>CI/CD pipeline setup & monitoring</li>
<li>AI & automation implementation</li>
<li>Code reviews & technical direction</li>
<li>Emergency response & incident management</li>
<li>Weekly check-in calls</li>
<li>Deploy infrastructure from scratch or improve existing</li>
</ul>
<a href="https://wa.me/601162222512?text=Hi%20Omair%2C%20I%27m%20interested%20in%20the%20Fractional%20CTO%20package.%20Can%20we%20set%20up%20a%20call%3F" class="pricing-cta pricing-cta-secondary">
Let's talk →
</a>
</div>
<!-- OFFER C — Build + Retain -->
<div class="pricing-card">
<div class="pricing-label">Custom Projects</div>
<div class="pricing-title">Build + Maintain</div>
<div class="pricing-desc">We build the system you need (fixed price), then run it for you (flat monthly). No mystery invoices, no scope creep.</div>
<div class="pricing-price">
£58K<span> build</span>
</div>
<div class="pricing-price-note">+ £2,000/month ongoing maintenance & operation</div>
<ul class="pricing-features">
<li>Phase 1: Build (24 weeks, fixed price agreed upfront)</li>
<li>Phase 2: Operate (£2K/month, cancel anytime)</li>
<li>Full ownership — your code, your servers, your data</li>
<li>Modern stack (Next.js, Docker, Postgres, AI)</li>
<li>Monitoring, error tracking, automated alerts</li>
<li>Monthly updates & improvements included</li>
<li>No vendor lock-in — leave anytime with your full codebase</li>
</ul>
<a href="https://wa.me/601162222512?text=Hi%20Omair%2C%20I%20have%20a%20project%20I%27d%20like%20to%20discuss.%20Can%20we%20set%20up%20a%20call%3F" class="pricing-cta pricing-cta-secondary">
Describe your project →
</a>
</div>
</div>
<!-- COMPARISON TABLE -->
<div class="comparison">
<h2>What you'd pay elsewhere</h2>
<table class="comparison-table">
<thead>
<tr>
<th>What you need</th>
<th>Agency quote</th>
<th>QuikCue</th>
</tr>
</thead>
<tbody>
<tr>
<td>Donation system build</td>
<td>£20,00040,000 project</td>
<td>Included</td>
</tr>
<tr>
<td>Analytics dashboard</td>
<td>£8,00015,000 project</td>
<td>Included</td>
</tr>
<tr>
<td>WhatsApp automation</td>
<td>£5,00010,000 project</td>
<td>Included</td>
</tr>
<tr>
<td>Campaign pages (seasonal)</td>
<td>£2,0005,000 each</td>
<td>Included</td>
</tr>
<tr>
<td>Gift Aid automation</td>
<td>£3,0008,000 project</td>
<td>Included</td>
</tr>
<tr>
<td>Ongoing maintenance</td>
<td>£5002,000/month (basic)</td>
<td>Included</td>
</tr>
<tr>
<td><strong>Total year 1</strong></td>
<td><strong>£44,00084,000</strong></td>
<td><strong>£24,000</strong></td>
</tr>
</tbody>
</table>
</div>
<!-- FAQ -->
<div class="faq-section">
<h2>Questions you're probably thinking</h2>
<div class="faq-item">
<div class="faq-q">What if we're already using JustGiving / GoFundMe / Enthuse?</div>
<div class="faq-a">Great — we don't replace what works. We build the infrastructure around it. Custom checkout pages, analytics that combine all your sources, automation that your current platform can't do. We sit alongside your existing tools, not against them.</div>
</div>
<div class="faq-item">
<div class="faq-q">Can we really cancel anytime?</div>
<div class="faq-a">Yes. 30 days written notice. You keep everything — all code, all data, all infrastructure. We'll even help you transition if you want to bring it in-house or move to another provider. No lock-in, ever.</div>
</div>
<div class="faq-item">
<div class="faq-q">What does "unlimited small requests" mean?</div>
<div class="faq-a">Copy changes, bug fixes, new campaign pages, design tweaks, adding a form, updating donation amounts — anything that takes less than half a day. If something is bigger, we'll scope it and agree before starting. No surprise invoices.</div>
</div>
<div class="faq-item">
<div class="faq-q">We're a small charity. Is this right for us?</div>
<div class="faq-a">If your annual income is above £300K and you process donations online, yes. The Gift Aid automation alone typically recovers more than the monthly cost. For mosques and community organisations, we have a tailored package — ask us about it.</div>
</div>
<div class="faq-item">
<div class="faq-q">Who actually does the work?</div>
<div class="faq-a">Omair. The same engineer who built and runs the infrastructure for Charity Right (£4M+ in donations). No account managers, no project coordinators, no handoffs. You talk directly to the person who writes the code and deploys the systems.</div>
</div>
<div class="faq-item">
<div class="faq-q">You're based in Malaysia?</div>
<div class="faq-a">Yes — and I've been running Charity Right's UK infrastructure remotely for years. We deploy systems that operate 24/7 regardless of timezone. Communication is async-first (WhatsApp, email), with scheduled calls when needed. The infrastructure doesn't care where I sit.</div>
</div>
<div class="faq-item">
<div class="faq-q">What's the founding client rate?</div>
<div class="faq-a">£2,000/month instead of £2,500 for the first 3 organisations that sign up. It's a discount in exchange for honest feedback as we scale. Once 3 spots are filled, the rate goes to £2,500.</div>
</div>
</div>
<!-- BOTTOM CTA -->
<div class="bottom-cta" id="book">
<h2>15 minutes. No pitch deck.</h2>
<p>I'll screen-share your current setup, show you what I'd change, and give you an honest assessment — even if the answer is "you don't need me."</p>
<div class="bottom-cta-actions">
<a href="https://wa.me/601162222512?text=Hi%20Omair%2C%20I%27d%20like%20to%20book%20a%2015-min%20call%20about%20QuikCue%20services." class="btn btn-primary btn-large">
WhatsApp Omair →
</a>
<a href="mailto:omair@quikcue.com?subject=Interested%20in%20QuikCue%20services" class="btn btn-ghost btn-large">
Email instead →
</a>
</div>
</div>
<!-- FOOTER -->
<footer class="site-footer">
<div class="container">
<div class="footer-inner">
<div class="footer-brand">
<span class="footer-logo">QuikCue</span>
<span class="footer-tagline">We build the machine. You run the mission.</span>
</div>
<div class="footer-links">
<a href="/">Home</a>
<a href="/pricing">Pricing</a>
<a href="/work/charityright">Case Study</a>
<a href="/live">Live Feed</a>
<a href="mailto:omair@quikcue.com">Contact</a>
</div>
</div>
<div class="footer-bottom">
<span>© 2026 QuikCue Ltd. London, UK.</span>
<span class="footer-built">Built with obsessive velocity.</span>
</div>
</div>
</footer>
</body>
</html>