{% extends "zerver/portico.html" %} {% block customhead %} {{ render_bundle('landing-page') }} {% endblock %} {% block portico_content %} {% include 'zerver/gradients.html' %} {% include 'zerver/landing_nav.html' %}

Get started today

Zulip Cloud

Free

Try Zulip for an unlimited period of time

  • 10,000 messages of search history
  • File storage up to 5 GB total
  • Convenient web service
  • No sysadmin work required
{% if realm_plan_type == 0 %}
Free
{% elif realm_plan_type == 2 %}
{% endif %}

Standard

Make Zulip your home

  • Full search history
  • File storage up to 10 GB per user
  • Full access to enterprise features like Google and GitHub OAuth
  • Priority commercial support
  • Funds the Zulip open source project
6.67
per active user per month
$8/month billed monthly
{% if realm_plan_type in [3, 4] %} {% elif realm_plan_type == 2 %} {% else %} {% endif %}
Zulip On-Premise

Community support

Install your own Zulip server

  • Easy self-service installation
  • Free and open source forever under Apache 2.0 license
  • LDAP/Active directory integration
  • All Standard/Enterprise features included
Free and open source forever

Enterprise

For mission-critical installations

  • Easy self-service installation
  • Support response SLAs
  • High availability assistance
  • Input into the Zulip roadmap
  • Funds the Zulip open source project
Pricing varies with support required
{% include "zerver/faq.html" %} {% include "zerver/compare.html" %}
{% endblock %}