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

We're sorry! There was a problem setting up the subscription. Response from payment gateway:

{% for message in messages %}

{{ message }}

{% endfor %}
{% endif %} {% if sub.plan_id %}

{% if first_charge %} Success! You just paid ${{ sub.price }}. {% else %} You are currently paying ${{ sub.price }}/month. {% endif %} See Billing History.

Thank you for supporting healthchecks.io!

{% endif %}

free

  • Personal or Commercial use
  • Unlimited Checks
  • Unlimited Alerts
  • 100 log entries / check

$5/mo

  • Personal or Commercial use
  • Unlimited Checks
  • Unlimited Alerts
  • 1000 log entries / check

$20/mo

  • Personal or Commercial use
  • Unlimited Checks
  • Unlimited Alerts
  • 10'000 log entries / check
{% endblock %} {% block scripts %} {% compress js %} {% endcompress %} {% endblock %}