{% extends "base.html" %} {% block title %}Upgrade Plan - MySQL to Sheets Sync{% endblock %} {% block content %}

Choose Your Plan

Select the plan that best fits your needs. Upgrade or downgrade anytime.

{% if billing_status == 'trialing' %}
Your trial ends in {{ trial_days_remaining }} days

Upgrade now to keep all your Pro features. Your data and settings will be preserved.

{% endif %}
Pro
$29/month

For individual users and small teams getting started with data sync.

  • 10 sync configurations
  • 5 scheduled jobs
  • Email & Slack notifications
  • Column mapping & transformations
  • Incremental sync
  • 30-day history retention
{% if current_tier == 'pro' and billing_status != 'trialing' %} Current Plan {% else %} {% if billing_status == 'trialing' %}Upgrade Now{% else %}Get Started{% endif %} {% endif %}
Business
$99/month

For growing teams that need advanced features and collaboration.

  • 50 sync configurations
  • 5 team members
  • 25 scheduled jobs
  • Webhooks & integrations
  • Snapshots & rollback
  • Audit logs & RBAC
  • 90-day history retention
{% if current_tier == 'business' %} Current Plan {% else %} Upgrade {% endif %}
Enterprise
Custom

For large organizations with custom requirements and dedicated support.

  • Unlimited configurations
  • Unlimited team members
  • SSO / SAML / OIDC
  • Data masking
  • Custom retention policies
  • Dedicated support
  • SLA guarantee
{% if current_tier == 'enterprise' %} Current Plan {% else %} Contact Sales {% endif %}

{% if billing_portal_url %} Manage your subscription, update payment methods, and view invoices in your billing portal. {% else %} Contact us to set up billing for your organization. {% endif %}

All plans include: API access, MySQL/PostgreSQL/SQLite support, and standard support.

{% endblock %}