C
ChurnRecovery
Get started free
TemplatesFeedback-First

Feedback-First

Prioritizes collecting detailed feedback over saving customers. Ideal for early-stage products where understanding churn reasons matters more than retention.

Save Rate
15-22%
Best For
Pre-PMF startups, beta products, products iterating rapidly
Category
Early Stage

Interactive Preview

yourapp.com/settings/subscription

We're sorry to see you go

Tell us why you're leaving — we might be able to help.

Code

cancel-flow.jsjavascript
const result = await cr.showCancelFlow({
  customerId: user.id,
  subscriptionId: user.subId,
  reasons: [
    { id: 'not-what-expected', label: 'Not what I expected', icon: '😕',
      offer: { type: 'feedback', prompt: 'What did you expect vs what you got?' } },
    { id: 'too-complex', label: 'Too hard to use', icon: '🤯',
      offer: { type: 'human', message: 'Talk to our founder' } },
    { id: 'missing-feature', label: 'Missing key feature', icon: '🔧',
      offer: { type: 'feedback', prompt: 'What feature would change your mind?' } },
    { id: 'too-expensive', label: 'Too expensive', icon: '💰',
      offer: { type: 'discount', percent: 50, duration: 2 } },
    { id: 'bugs', label: 'Too many bugs', icon: '🐛',
      offer: { type: 'human', url: '/report-bug' } },
    { id: 'other', label: 'Something else', icon: '💬',
      offer: { type: 'feedback' } },
  ]
})

Reason → Offer Mapping

ReasonOffer TypeWhat the customer sees
😕Not what I expected
📝 Feedback
Your feedback shapes our roadmap
🤯Too hard to use
💬 Human
Talk to our founder
🔧Missing key feature
📝 Feedback
Your feedback shapes our roadmap
💰Too expensive for what I get
💰 Discount
Stay while we improve — 50% off for 2 months
🐛Too many bugs
💬 Human
Talk to our founder
💬Something else
📝 Feedback
Your feedback shapes our roadmap

Other Templates

SaaS Standard

The most popular cancel flow template. Covers price objections, feature gaps, and low usage with sma...

View →

High-Ticket Enterprise

Designed for enterprise and high-ARPU products. Prioritizes human escalation and generous discounts ...

View →

Freemium Downgrade

Instead of full cancellation, offer a free tier downgrade. Perfect for products with freemium models...

View →

Use this template — free

Copy the code above, join the waitlist for your API key, and start saving customers today.

Get Early AccessRead the Docs →