{% extends "zerver/base.html" %} {% set entrypoint = "plans-page" %} {% set PAGE_TITLE = "Plans and pricing | Zulip" %} {% set PAGE_DESCRIPTION = "Sign up for a managed cloud solution, or self-host our 100\x25 open-source software. Get started for free." %} {% block customhead %} {% endblock %} {% block content %} {% if not is_self_hosted_realm %} {% include 'zerver/landing_nav.html' %} {% endif %}
{% include "corporate/pricing_model.html" %}

Sponsorship and discounts

We sponsor over 1000 organizations.

Free Standard plan eligibility

Special discounted pricing

  • Education
  • Organizations based in the developing world
  • Most large non-profit organizations
  • Many organizations with special circumstances that make regular pricing unaffordable
Apply here

Wondering if your organization will qualify, but not ready to request sponsorship yet? E-mail us at sales@zulip.com.

Sponsorship and discounts

Contact sales@zulip.com with any questions.

Community plan eligibility

Special discounted pricing

  • Special education and non-profit pricing
  • Organizations based in the developing world
  • Organizations where many users are not paid staff
  • Many organizations with special circumstances that make regular pricing unaffordable
{% if is_self_hosted_realm %} Apply here {% else %} Log in to apply {% endif %}
{% include "corporate/comparison_table_integrated.html" %}
{% if not is_self_hosted_realm %} {% include 'zerver/footer.html' %} {% endif %} {% endblock %}