<%- include('partials/site-header', { active: 'price' }) %>
<% var freePlan = plans.find(function (p) { return p.price === 0; }); var proPlan = plans.find(function (p) { return p.period === 'month' && p.price > 0; }); var proYearly = plans.find(function (p) { return p.period === 'year' && p.price > 0; }); var yearlyPerMonth = proYearly ? Math.round((proYearly.price / 12) * 10) / 10 : null; var discountPercent = (proPlan && proYearly) ? Math.round((1 - (proYearly.price / 12) / proPlan.price) * 100) : 0; function fmt(n) { return (n % 1 === 0) ? String(n) : n.toFixed(1); } // Ödeme linkleri admin panelindeki plan tanımından gelir; girişli // kullanıcının e-postası checkout'a önceden doldurulmuş gider. function checkoutUrl(p) { if (!p || !p.checkout_url) return '/#install'; var u = p.checkout_url; if (typeof user !== 'undefined' && user && user.email) { u += (u.indexOf('?') >= 0 ? '&' : '?') + 'checkout[email]=' + encodeURIComponent(user.email); } return u; } var monthlyCheckout = checkoutUrl(proPlan); var yearlyCheckout = proYearly && proYearly.checkout_url ? checkoutUrl(proYearly) : monthlyCheckout; %>

Plans & Pricing

Start free. Upgrade when your clipboard starts working harder than you do.

<%= freePlan ? freePlan.name : 'Free' %>

Everything you need to feel the magic

$0/month

Free forever

Get Started Free

Daily AI actions: 15

  • Claude Haiku 4.5
  • GPT-4o mini
  • Gemini 2.5 Flash Lite
  • DeepSeek V3 & more

Included

  • Smart detection & all local transforms
  • Clipboard history — 50 items
  • Snippets — 5 shortcuts
  • Selection toolbar & prompt library

<%= proPlan ? proPlan.name : 'Pro' %>

For people who copy for a living

$<%= yearlyPerMonth ? fmt(yearlyPerMonth) : (proPlan ? fmt(proPlan.price) : '9.9') %> /month

<%= proYearly ? 'Billed $' + fmt(proYearly.price) + ' per year' : '' %>

Save <%= discountPercent %>% with yearly billing

Upgrade to <%= proPlan ? proPlan.name : 'Pro' %>

Daily AI actions: Unlimited

  • Claude Sonnet 4.5
  • GPT-4o
  • Gemini 2.5 Flash
  • Grok 4.6 & every Standard model

Everything in Free, plus

  • Unlimited clipboard history
  • Unlimited snippets
  • Cloud sync across browsers
  • Priority support