{% extends "base.html" %} {% load staticfiles compress %} {% block title %}Pricing - It's Free! - healthchecks.io{% endblock %} {% block content %}
{% if sub.is_active %}

You are currently paying ${{ sub.price }}/month. Next billing date will be {{ sub.next_billing_date }}.

Thank you for supporting healthchecks.io!

Update Payment Method
{% csrf_token %}
{% endif %}

Free Plan

$0 / Month

  • Personal or Commercial use
  • Unlimited Checks
  • Unlimited Alerts
  •  

Pay What You Want Plan

{% if sub.is_active %} ${{ sub.price }} / Month {% else %} $10 / Month {% endif %}

  • Personal or Commercial use
  • Unlimited Checks
  • Unlimited Alerts
  • Priority Support
{% endblock %} {% block scripts %} {% compress js %} {% endcompress %} {% endblock %}