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

870 lines
30 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 | Custom AI Operators from £8,000/month</title>
<meta name="description" content="Custom AI operators built for your exact business. 30-day build included. Wired into your systems. From £8,000/month. Start with a 5-day Discovery Sprint.">
<meta property="og:title" content="Pricing — QuikCue | Custom AI Operators from £8,000/month">
<meta property="og:description" content="Not software you subscribe to. Infrastructure that executes your strategy. From £8,000/month.">
<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 ── */
.pricing-hero {
padding: 140px 0 64px;
text-align: center;
}
.pricing-hero-eyebrow {
display: inline-flex;
align-items: center;
gap: 8px;
background: rgba(0,255,159,0.06);
border: 1px solid rgba(0,255,159,0.18);
border-radius: 99px;
padding: 6px 14px;
font-family: var(--mono);
font-size: 0.72rem;
font-weight: 600;
color: var(--accent);
letter-spacing: 0.08em;
margin-bottom: 1.5rem;
}
.pricing-hero h1 {
font-size: clamp(2.2rem, 5vw, 3.8rem);
font-weight: 900;
letter-spacing: -0.04em;
line-height: 1.08;
margin-bottom: 1.25rem;
}
.pricing-hero p {
color: var(--text-secondary);
max-width: 580px;
margin: 0 auto;
font-size: 1.1rem;
line-height: 1.75;
}
/* ── Capacity banner ── */
.capacity-bar {
background: var(--bg-card);
border-top: 1px solid var(--border);
border-bottom: 1px solid var(--border);
padding: 16px 24px;
text-align: center;
font-family: var(--mono);
font-size: 0.82rem;
color: var(--text-muted);
}
.capacity-bar strong { color: var(--accent); }
.capacity-dot {
display: inline-block;
width: 8px;
height: 8px;
border-radius: 50%;
background: var(--amber);
margin-right: 6px;
vertical-align: middle;
}
/* ── Discovery Sprint ── */
.sprint-section {
max-width: var(--max-w);
margin: 64px auto 0;
padding: 0 24px;
}
.sprint-card {
background: var(--bg-card);
border: 1px solid var(--border-accent);
border-radius: 20px;
padding: 48px;
display: grid;
grid-template-columns: 1fr auto;
gap: 3rem;
align-items: center;
position: relative;
overflow: hidden;
}
.sprint-card::before {
content: '';
position: absolute;
top: 0;
left: 0;
right: 0;
height: 2px;
background: linear-gradient(90deg, var(--accent), var(--accent-dim), transparent);
}
.sprint-eyebrow {
font-family: var(--mono);
font-size: 0.68rem;
font-weight: 700;
text-transform: uppercase;
letter-spacing: 0.15em;
color: var(--accent);
margin-bottom: 0.75rem;
}
.sprint-title {
font-size: 1.8rem;
font-weight: 800;
letter-spacing: -0.03em;
margin-bottom: 0.75rem;
}
.sprint-desc {
color: var(--text-secondary);
font-size: 0.95rem;
line-height: 1.7;
max-width: 520px;
margin-bottom: 1.5rem;
}
.sprint-features {
display: flex;
flex-wrap: wrap;
gap: 8px;
}
.sprint-feature {
font-family: var(--mono);
font-size: 0.7rem;
color: var(--text-secondary);
background: var(--bg-elevated);
border: 1px solid var(--border-light);
padding: 5px 11px;
border-radius: 6px;
}
.sprint-price-box {
text-align: center;
min-width: 180px;
}
.sprint-price {
font-family: var(--mono);
font-size: 2.8rem;
font-weight: 800;
color: var(--text);
line-height: 1;
margin-bottom: 4px;
}
.sprint-price-sub {
font-family: var(--mono);
font-size: 0.72rem;
color: var(--text-muted);
margin-bottom: 1.25rem;
line-height: 1.5;
}
.sprint-credit {
font-family: var(--mono);
font-size: 0.68rem;
color: var(--accent-dim);
margin-top: 8px;
}
/* ── Pricing grid ── */
.pricing-section {
max-width: var(--max-w);
margin: 56px auto 0;
padding: 0 24px;
}
.pricing-section-label {
font-family: var(--mono);
font-size: 0.7rem;
font-weight: 600;
text-transform: uppercase;
letter-spacing: 0.15em;
color: var(--text-muted);
margin-bottom: 24px;
}
.pricing-grid {
display: grid;
grid-template-columns: repeat(3, 1fr);
gap: 20px;
}
.pc {
background: var(--bg-card);
border: 1px solid var(--border);
border-radius: 20px;
padding: 40px 32px;
position: relative;
transition: border-color 0.3s, transform 0.3s;
display: flex;
flex-direction: column;
}
.pc:hover { border-color: var(--border-accent); transform: translateY(-3px); }
.pc.pc-featured {
border-color: rgba(0,255,159,0.25);
background: linear-gradient(180deg, rgba(0,255,159,0.04) 0%, var(--bg-card) 40%);
}
.pc-badge {
position: absolute;
top: -14px;
left: 50%;
transform: translateX(-50%);
background: var(--accent);
color: #000;
font-family: var(--mono);
font-size: 0.7rem;
font-weight: 800;
padding: 5px 16px;
border-radius: 99px;
white-space: nowrap;
letter-spacing: 0.05em;
}
.pc-label {
font-family: var(--mono);
font-size: 0.65rem;
font-weight: 700;
text-transform: uppercase;
letter-spacing: 0.15em;
color: var(--accent);
margin-bottom: 0.5rem;
}
.pc-name {
font-size: 1.5rem;
font-weight: 800;
letter-spacing: -0.02em;
margin-bottom: 0.5rem;
}
.pc-desc {
font-size: 0.88rem;
color: var(--text-secondary);
line-height: 1.65;
margin-bottom: 1.75rem;
}
.pc-price {
font-family: var(--mono);
font-size: 3rem;
font-weight: 800;
line-height: 1;
margin-bottom: 4px;
}
.pc-price sup {
font-size: 1.4rem;
vertical-align: super;
font-weight: 700;
}
.pc-price sub {
font-size: 1rem;
font-weight: 400;
color: var(--text-secondary);
vertical-align: baseline;
}
.pc-price-note {
font-family: var(--mono);
font-size: 0.72rem;
color: var(--text-muted);
margin-bottom: 1.75rem;
line-height: 1.5;
}
.pc-divider {
height: 1px;
background: var(--border);
margin-bottom: 1.5rem;
}
.pc-features {
flex: 1;
list-style: none;
margin-bottom: 2rem;
display: flex;
flex-direction: column;
gap: 0;
}
.pc-features li {
font-size: 0.875rem;
color: var(--text-secondary);
padding: 9px 0;
border-bottom: 1px solid var(--border);
display: flex;
align-items: flex-start;
gap: 10px;
line-height: 1.45;
}
.pc-features li:last-child { border-bottom: none; }
.pc-features li::before {
content: '✓';
color: var(--accent);
font-weight: 800;
font-size: 0.85rem;
flex-shrink: 0;
margin-top: 1px;
}
.pc-features li.feature-highlight {
color: var(--text);
font-weight: 500;
}
.pc-cta {
display: block;
text-align: center;
padding: 15px 20px;
border-radius: 10px;
font-family: var(--mono);
font-weight: 700;
font-size: 0.85rem;
transition: all 0.2s;
text-decoration: none;
}
.pc-cta-primary {
background: var(--accent);
color: #000;
}
.pc-cta-primary:hover { background: #33ffb3; transform: translateY(-1px); box-shadow: 0 8px 24px rgba(0,255,159,0.2); }
.pc-cta-secondary {
background: transparent;
color: var(--text);
border: 1px solid var(--border-light);
}
.pc-cta-secondary:hover { border-color: var(--accent-dim); background: var(--accent-glow); }
/* ── What changes ── */
.what-changes {
max-width: var(--max-w);
margin: 80px auto 0;
padding: 0 24px;
}
.what-changes h2 {
font-size: 1.6rem;
font-weight: 800;
letter-spacing: -0.03em;
margin-bottom: 0.5rem;
}
.what-changes-sub {
color: var(--text-secondary);
font-size: 0.95rem;
margin-bottom: 2rem;
}
.changes-table {
width: 100%;
border-collapse: collapse;
font-size: 0.88rem;
}
.changes-table th {
padding: 10px 16px;
text-align: left;
border-bottom: 1px solid var(--border);
font-family: var(--mono);
font-size: 0.65rem;
text-transform: uppercase;
letter-spacing: 0.1em;
color: var(--text-muted);
font-weight: 600;
}
.changes-table td {
padding: 14px 16px;
border-bottom: 1px solid var(--border);
vertical-align: top;
line-height: 1.5;
}
.changes-table td:first-child { font-weight: 500; color: var(--text); }
.changes-table td:nth-child(2) { color: var(--text-muted); font-size: 0.83rem; }
.changes-table td:nth-child(3) { color: var(--accent); font-family: var(--mono); font-size: 0.83rem; font-weight: 600; }
/* ── Cost comparison ── */
.cost-section {
max-width: var(--max-w-narrow);
margin: 72px auto 0;
padding: 0 24px;
}
.cost-section h2 {
font-size: 1.5rem;
font-weight: 800;
letter-spacing: -0.03em;
margin-bottom: 0.5rem;
}
.cost-section-sub {
color: var(--text-secondary);
font-size: 0.92rem;
margin-bottom: 2rem;
}
.cost-table {
width: 100%;
border-collapse: collapse;
font-size: 0.88rem;
}
.cost-table th {
padding: 10px 16px;
text-align: left;
border-bottom: 1px solid var(--border);
font-family: var(--mono);
font-size: 0.65rem;
text-transform: uppercase;
letter-spacing: 0.1em;
color: var(--text-muted);
}
.cost-table td {
padding: 13px 16px;
border-bottom: 1px solid var(--border);
}
.cost-table td:first-child { color: var(--text-secondary); }
.cost-table td:nth-child(2) { color: var(--text-muted); font-family: var(--mono); font-size: 0.83rem; }
.cost-table td:nth-child(3) { color: var(--accent); font-family: var(--mono); font-size: 0.83rem; font-weight: 700; }
.cost-table tr.total-row td { font-weight: 700; border-top: 2px solid var(--border-light); }
.cost-table tr.total-row td:first-child { color: var(--text); }
.cost-table tr.total-row td:nth-child(2) { color: var(--red); font-size: 0.9rem; }
.cost-table tr.total-row td:nth-child(3) { color: var(--accent); font-size: 0.9rem; }
/* ── FAQ ── */
.faq-section {
max-width: var(--max-w-narrow);
margin: 72px auto 0;
padding: 0 24px;
}
.faq-section h2 {
font-size: 1.5rem;
font-weight: 800;
letter-spacing: -0.03em;
margin-bottom: 2rem;
}
.faq-item {
border-bottom: 1px solid var(--border);
padding: 20px 0;
}
.faq-q {
font-weight: 600;
font-size: 1rem;
margin-bottom: 8px;
color: var(--text);
}
.faq-a {
color: var(--text-secondary);
font-size: 0.92rem;
line-height: 1.75;
}
.faq-a code {
font-family: var(--mono);
font-size: 0.85em;
background: var(--bg-card);
border: 1px solid var(--border-light);
padding: 2px 6px;
border-radius: 4px;
color: var(--accent);
}
/* ── Bottom CTA ── */
.bottom-cta {
text-align: center;
padding: 100px 24px;
max-width: 640px;
margin: 0 auto;
}
.bottom-cta h2 {
font-size: clamp(1.6rem, 4vw, 2.6rem);
font-weight: 900;
letter-spacing: -0.03em;
margin-bottom: 1rem;
}
.bottom-cta p {
color: var(--text-secondary);
font-size: 1rem;
line-height: 1.75;
margin-bottom: 2.5rem;
}
.bottom-cta-actions {
display: flex;
gap: 16px;
justify-content: center;
flex-wrap: wrap;
}
@media (max-width: 900px) {
.pricing-grid { grid-template-columns: 1fr; }
.sprint-card { grid-template-columns: 1fr; }
.sprint-price-box { text-align: left; }
}
@media (max-width: 640px) {
.sprint-card { padding: 32px 24px; }
.bottom-cta-actions { flex-direction: column; }
.bottom-cta-actions .btn { width: 100%; justify-content: center; }
}
</style>
</head>
<body>
<!-- NAV -->
<nav>
<div class="nav-inner">
<a href="/" class="logo">QuikCue</a>
<div class="nav-links">
<a href="/">Home</a>
<a href="/work/charityright">Case Study</a>
<a href="/live">Live Feed</a>
<a href="#contact" class="nav-cta">Get your operator →</a>
</div>
</div>
</nav>
<!-- HERO -->
<div class="pricing-hero">
<div class="container">
<div class="pricing-hero-eyebrow">Custom AI Operators</div>
<h1>Not software.<br><span class="accent">Infrastructure.</span></h1>
<p>
This isn't a SaaS subscription. It's a custom AI operator built for your exact
business — your data, your systems, your strategy. Deployed in 30 days.
Executing on day 31.
</p>
</div>
</div>
<!-- CAPACITY BANNER -->
<div class="capacity-bar">
<span class="capacity-dot"></span>
We build <strong>23 new operators per quarter</strong>.
Current availability: <strong>Q2 2026 — 2 slots remaining</strong>.
</div>
<!-- DISCOVERY SPRINT -->
<div class="sprint-section">
<div class="sprint-card">
<div>
<div class="sprint-eyebrow">Start here — 5-day sprint</div>
<div class="sprint-title">Discovery Sprint</div>
<div class="sprint-desc">
Before we build your operator, we spend 5 days getting under the hood of your
business. We audit your stack, map your data, design your operator's architecture,
and hand you a working prototype tool — so you know exactly what you're getting
before you commit to a monthly engagement.
</div>
<div class="sprint-features">
<span class="sprint-feature">Day 12: Business + stack audit</span>
<span class="sprint-feature">Day 3: Operator architecture design</span>
<span class="sprint-feature">Day 4: Working prototype tool</span>
<span class="sprint-feature">Day 5: Full implementation roadmap</span>
</div>
</div>
<div class="sprint-price-box">
<div class="sprint-price">£2,500</div>
<div class="sprint-price-sub">One-time<br>5 working days</div>
<a href="https://wa.me/601162222512?text=Hi%20Omair%2C%20I%27m%20interested%20in%20the%20Discovery%20Sprint%20for%20a%20custom%20AI%20operator." class="btn btn-primary" style="width:100%;justify-content:center;">
Book a sprint →
</a>
<div class="sprint-credit">Credited against month 1 if you proceed</div>
</div>
</div>
</div>
<!-- PRICING TIERS -->
<div class="pricing-section">
<div class="pricing-section-label">Monthly operator plans — build included</div>
<div class="pricing-grid">
<!-- OPERATOR -->
<div class="pc pc-featured">
<div class="pc-badge">Most chosen</div>
<div class="pc-label">Foundation tier</div>
<div class="pc-name">Operator</div>
<div class="pc-desc">Your brand's first AI operator. Custom-built, wired in, and live — executing strategy through conversation from day one.</div>
<div class="pc-price"><sup>£</sup>8,000<sub>/mo</sub></div>
<div class="pc-price-note">30-day build sprint included in month 1.<br>Cancel with 30 days notice. You own everything.</div>
<div class="pc-divider"></div>
<ul class="pc-features">
<li class="feature-highlight">One custom AI operator — built for your exact business</li>
<li>Up to 5 system integrations (CRM, WhatsApp, Stripe, email, analytics, etc.)</li>
<li>Natural language interface — chat to execute</li>
<li>WhatsApp &amp; email campaign execution</li>
<li>Live data queries — ask anything, get real answers</li>
<li>Personalised outreach at scale</li>
<li>Monthly enhancement sprint (new tools, new integrations)</li>
<li>100% ownership — your code, your infrastructure, your data</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%20Operator%20plan%20for%20a%20custom%20AI%20operator." class="pc-cta pc-cta-primary">
Start with Operator →
</a>
</div>
<!-- COMMAND -->
<div class="pc">
<div class="pc-label">Growth tier</div>
<div class="pc-name">Command</div>
<div class="pc-desc">For businesses that need deeper integration, more agents, and faster evolution. Built to run at scale across multiple functions.</div>
<div class="pc-price"><sup>£</sup>12,000<sub>/mo</sub></div>
<div class="pc-price-note">Everything in Operator, plus expanded scope.<br>Biweekly enhancement sprints.</div>
<div class="pc-divider"></div>
<ul class="pc-features">
<li class="feature-highlight">Everything in Operator</li>
<li>Up to 10 system integrations</li>
<li>Multiple operators — marketing, ops, sales, or support</li>
<li>Dedicated operator training on brand voice + strategy playbooks</li>
<li>Custom analytics dashboard — agent performance, outcomes, ROI</li>
<li>Biweekly enhancement sprints</li>
<li>Priority support — 12-hour response SLA</li>
<li>Quarterly strategy sessions (what the operator should learn next)</li>
</ul>
<a href="https://wa.me/601162222512?text=Hi%20Omair%2C%20I%27m%20interested%20in%20the%20Command%20plan%20for%20a%20custom%20AI%20operator." class="pc-cta pc-cta-secondary">
Explore Command →
</a>
</div>
<!-- ENTERPRISE -->
<div class="pc">
<div class="pc-label">Enterprise tier</div>
<div class="pc-name">Enterprise</div>
<div class="pc-desc">Full-org AI operator deployment. Custom models, unlimited agents, embedded engineering. Built bespoke for organisations that run on intelligence.</div>
<div class="pc-price" style="font-size:2.2rem;">Custom</div>
<div class="pc-price-note">From £20,000/month. Scoped to your organisation.<br>Custom contract, custom SLA.</div>
<div class="pc-divider"></div>
<ul class="pc-features">
<li class="feature-highlight">Everything in Command</li>
<li>Unlimited operators and integrations</li>
<li>Custom model fine-tuning on your proprietary data</li>
<li>Multi-department deployment (marketing, ops, finance, support)</li>
<li>Embedded engineering — part-time dedicated to your org</li>
<li>Custom SLA with guaranteed uptime commitments</li>
<li>Board-level reporting on AI operator outcomes</li>
<li>White-label option — your brand, your interface</li>
</ul>
<a href="mailto:omair@quikcue.com?subject=Enterprise%20AI%20Operator%20enquiry" class="pc-cta pc-cta-secondary">
Talk to us →
</a>
</div>
</div>
</div>
<!-- WHAT CHANGES -->
<div class="what-changes">
<h2>What actually changes for your team.</h2>
<div class="what-changes-sub">This is what day-to-day looks like before and after your operator is live.</div>
<table class="changes-table">
<thead>
<tr>
<th>Situation</th>
<th>Without your operator</th>
<th>With your operator</th>
</tr>
</thead>
<tbody>
<tr>
<td>"What's our conversion this week?"</td>
<td>Export CSV → build pivot table → analyse → 45 min</td>
<td>Ask. Get the answer. 5 seconds.</td>
</tr>
<tr>
<td>"Follow up with 50 cold leads"</td>
<td>Write brief → hire copywriter → review → approve → 3 days</td>
<td>Say it. 50 personalised messages ready to send. 2 min.</td>
</tr>
<tr>
<td>"Launch our re-engagement campaign"</td>
<td>Set up CRM sequence → design emails → test → deploy → 1 week</td>
<td>Ask. It executes. Same day.</td>
</tr>
<tr>
<td>"How does Q1 compare to last year?"</td>
<td>Pull reports from 3 platforms → normalise data → compare → 1 hour</td>
<td>One question. Full YoY analysis. 10 seconds.</td>
</tr>
<tr>
<td>"Who should we focus on today?"</td>
<td>Review spreadsheets → score leads → prioritise → 2 hours</td>
<td>Ask. Get a prioritised list with reasoning. Done.</td>
</tr>
<tr>
<td>"Draft our Ramadan campaign messaging"</td>
<td>Brief agency → multiple rounds → 2 weeks + £3,000</td>
<td>Chat with your operator. It knows your brand. First draft in 2 minutes.</td>
</tr>
</tbody>
</table>
</div>
<!-- COST COMPARISON -->
<div class="cost-section">
<h2>What the equivalent costs elsewhere.</h2>
<div class="cost-section-sub">What you'd need to replicate an AI operator through traditional means.</div>
<table class="cost-table">
<thead>
<tr>
<th>Capability</th>
<th>Traditional approach</th>
<th>QuikCue Operator</th>
</tr>
</thead>
<tbody>
<tr>
<td>Strategic thinking (CMO-level)</td>
<td>£12,500/month salary</td>
<td>Included</td>
</tr>
<tr>
<td>Campaign execution (agency)</td>
<td>£8,000/month retainer</td>
<td>Included</td>
</tr>
<tr>
<td>Analytics &amp; reporting (data team)</td>
<td>£10,000/month</td>
<td>Included</td>
</tr>
<tr>
<td>Marketing automation (HubSpot, Salesforce)</td>
<td>£3,0008,000/month</td>
<td>Included</td>
</tr>
<tr>
<td>Copywriting &amp; outreach at scale</td>
<td>£2,0005,000/month</td>
<td>Included</td>
</tr>
<tr>
<td>WhatsApp / comms automation</td>
<td>£1,5004,000/month</td>
<td>Included</td>
</tr>
<tr class="total-row">
<td>Total (Year 1)</td>
<td>£444,000 £720,000</td>
<td>From £96,000</td>
</tr>
</tbody>
</table>
</div>
<!-- FAQ -->
<div class="faq-section">
<h2>Questions you're probably asking.</h2>
<div class="faq-item">
<div class="faq-q">Is this just a chatbot on top of my data?</div>
<div class="faq-a">
No — and this distinction matters. A chatbot follows a script and answers questions from a predefined set.
Your operator is a fully autonomous agent with 1020 custom-built tools. It can read from
and write to your live systems, send messages, trigger workflows, run campaigns, and execute
across your stack. It's the difference between a calculator and a CFO.
</div>
</div>
<div class="faq-item">
<div class="faq-q">What does "30-day build" actually mean?</div>
<div class="faq-a">
Week 1: we audit your stack, map your data sources, and design the operator architecture.
Week 23: we build and integrate the tools — the specific capabilities your operator needs.
Week 4: we deploy to production, stress-test every tool, and run you through the interface.
You go live on day 30. Day 31, you're executing strategy through conversation.
</div>
</div>
<div class="faq-item">
<div class="faq-q">Who actually builds this?</div>
<div class="faq-a">
Omair — the same engineer who built the PledgeNow Steward (13 live tools, production-grade,
stress-tested against 31 scenarios) and manages CharityRight's infrastructure (£4M+ in donations processed).
No agencies, no junior devs, no handoffs. Direct access to the person who writes the code.
</div>
</div>
<div class="faq-item">
<div class="faq-q">What systems can you integrate with?</div>
<div class="faq-a">
Anything with an API — and almost everything does. Salesforce, HubSpot, Stripe, PayPal,
GoCardless, WhatsApp (via WAHA or Twilio), Gmail, Outlook, Slack, any custom database,
any webhook-capable platform. If your data lives somewhere, we can connect it.
The Discovery Sprint maps your exact stack before we commit to scope.
</div>
</div>
<div class="faq-item">
<div class="faq-q">Do I own the code?</div>
<div class="faq-a">
100%. Your operator runs on your own infrastructure (we deploy and manage it),
and you own every single line of code. If you ever want to take it in-house or
move to another provider, we hand you the full codebase, documentation, and
architecture details. Zero vendor lock-in. Always.
</div>
</div>
<div class="faq-item">
<div class="faq-q">What if I want to cancel?</div>
<div class="faq-a">
30 days written notice. We immediately begin the transition — full code handover,
infrastructure documentation, and a handoff session so whoever takes over has
everything they need. No penalties. No arguments. No lock-in.
</div>
</div>
<div class="faq-item">
<div class="faq-q">How is this different from hiring an AI engineer?</div>
<div class="faq-a">
A good AI engineer costs £80,000120,000/year — and they spend the first 36 months
figuring out architecture, building infrastructure, and learning your business.
We've already built and stress-tested this exact architecture in production.
You get a deployed, proven operator in 30 days, not 6 months, at a fraction of the cost.
And the operator improves every month, permanently.
</div>
</div>
<div class="faq-item">
<div class="faq-q">Can you show me a live example before I commit?</div>
<div class="faq-a">
Yes — that's what the Discovery Sprint is for. 5 days, £2,500, and you'll see a
working prototype tool built for your specific business before you commit to the
monthly plan. If you proceed, the £2,500 is credited against month 1.
We'd rather show you than pitch you.
</div>
</div>
<div class="faq-item">
<div class="faq-q">What makes this cutting-edge? AI tools already exist.</div>
<div class="faq-a">
Generic AI tools exist. Custom AI operators don't — not at this level.
What we build is architecturally different: a multi-tool autonomous agent
trained on your specific domain, with live read/write access to your systems,
that executes real actions (not just generates text). The PledgeNow Steward
demonstrated this with 13 live tools, managing real pledges and real donors.
This type of software — an AI that genuinely operates inside a specific business
domain with full execution capability — is new. We built the first one.
Now we're building yours.
</div>
</div>
</div>
<!-- BOTTOM CTA -->
<div class="bottom-cta" id="contact">
<h2>Ready to meet<br><span class="accent">your operator?</span></h2>
<p>
Start with a 15-minute conversation. Describe your business, your bottlenecks,
and what you'd want your operator to do. I'll tell you honestly
what's possible and what it would take to build.
</p>
<div class="bottom-cta-actions">
<a href="https://wa.me/601162222512?text=Hi%20Omair%2C%20I%27d%20like%20to%20talk%20about%20building%20a%20custom%20AI%20operator%20for%20my%20business." class="btn btn-primary btn-large">
WhatsApp Omair →
</a>
<a href="mailto:omair@quikcue.com?subject=Custom%20AI%20Operator%20enquiry" 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 AI operators. For businesses that refuse to be slow.</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">Custom AI operators. Shipped, not pitched.</span>
</div>
</div>
</footer>
</body>
</html>