SaaS Pricing Experimentsv2.0

Find Your Optimal Price
with A/B Testing

Connect your Stripe account, create pricing experiments, and let AI analyze data to recommend the optimal pricing strategy. Set up in 5 minutes.

Call the assign API to get user's experiment group and corresponding Stripe Price ID

TypeScriptpricing-page.ts
// Get user's experiment variant on pricing page load
const response = await fetch(
`${PRICEOPTIMIZE_API}/api/experiments/${experimentId}/assign`,
{
method: 'POST',
headers: { 'Content-Type': 'application/json' },
body: JSON.stringify({
userId: currentUser.id // or visitorId from cookie
})
}
)
const { variant, priceIds } = await response.json()
// Response example:
// { variant: "Variant A", priceIds: ["price_1abc..."] }
Core Features

Built for SaaS Pricing Optimization

From experiment creation to result analysis, complete your pricing A/B tests in one platform. Let data drive your pricing decisions.

Deep Stripe Integration

Connect directly to Stripe products and prices. Auto-track subscription conversions and revenue data without extra instrumentation.

Claude AI Analysis

AI automatically interprets experiment data, provides business insights, risk assessments, and actionable next-step recommendations.

Local-First Storage

Experiment data stored in browser IndexedDB. API Keys never uploaded to servers, protecting your sensitive information.

Statistical Significance

Real-time confidence level calculation. Auto-alert when statistical significance is reached, avoiding premature decisions.

Simple REST API

One API call for user assignment, returns corresponding Stripe Price IDs. No additional SDK installation required.

Revenue Predictions

Predict revenue impact after full rollout based on experiment data. Conservative, expected, and optimistic estimates.

Experiment Types

Four Experiment Types for Every Scenario

Whether testing price points, billing cycles, or trial strategies, quickly create experiments and get data-driven decision recommendations.

💰

Subscription Price Testing

Test different price points' impact on conversion and revenue. E.g., $29 vs $39 vs $49/mo to find revenue-maximizing pricing.

📅

Billing Cycle Testing

Test monthly vs annual conversion differences. Determine annual discount rates (e.g., 20% vs 30%) impact on ARR.

🎁

Trial Period Testing

Test different trial lengths (7 vs 14 vs 30 days) or credit card requirement impact on conversion rates.

🏷️

Feature Tier Testing

Test different package configurations. E.g., which features for Basic? Is Pro's value proposition clear?

Quick Setup

Set Up in 5 Minutes

No complex configuration needed. Start your first pricing experiment with guided setup.

1
Sign Up & Connect Stripe
Enter Stripe API Keys, auto-sync your products and prices
2
Create Pricing Experiment
Choose experiment type, set control and variant group pricing
3
Integrate Assign API
Call API on pricing page to get user group and Price ID
4
Configure Stripe Webhook
Receive payment events, auto-track conversions and revenue
Start Collecting Data
View real-time metrics, wait for AI analysis reports
# Webhook Configuration
Endpoint URL:
https://your-domain.com/api/webhooks/stripe
Events to listen:
• checkout.session.completed
• customer.subscription.created
• customer.subscription.updated
• invoice.paid
✓ Events auto-linked to experiment groups
✓ Real-time conversion and revenue updates
Pricing

Simple, Transparent Pricing

Choose your storage preference. Both plans include a 7-day free trial.

Recommended
Local Storage
$19/mo
7-day free trial

Fixed cost, predictable billing

  • Up to 3 experiments
  • 5,000 assignments/mo
  • Browser IndexedDB storage
  • Or your own database
  • Full API access
  • AI insights
  • Data never leaves your control
Cloud Hosted
$19/mo+ 10% uplift share
7-day free trial

Pay only when experiments succeed

  • Unlimited experiments
  • Unlimited assignments
  • PriceOptimize Cloud storage
  • Auto backup & sync
  • Full API access
  • AI insights
  • Priority support

Revenue share applies only to incremental revenue uplift from winning experiment variants. No share on baseline revenue.

Start Your Pricing Experiment

Join hundreds of SaaS teams optimizing their pricing strategy with data-driven experiments.