{% extends "zerver/portico.html" %} {% set entrypoint = "landing-page" %} {% block customhead %} {% endblock %} {% block portico_content %} {% include 'zerver/gradients.html' %} {% include 'zerver/landing_nav.html' %}

Get started today.

Zulip Cloud

Free

Best for light use.

{% if not realm or realm.plan_type == realm.SELF_HOSTED %}
Free cloud service
Create organization {% elif realm.plan_type == realm.LIMITED or sponsorship_pending %}
Current plan {% endif %}

Standard

Your team's collaboration hub.

  • Unlimited search history
  • File storage up to 10 GB per user
  • Message retention policies
  • Brand Zulip with your logo
  • Priority commercial support
  • Funds the Zulip open source project
Self host Zulip

Self service

Retain full control over your data.

Zulip is 100% free and open source, with no proprietary version.
Install a Zulip server

Enterprise

For mission-critical installations.

  • All self service features included
  • Professional support with SLAs
  • High availability
  • Incident collaboration
  • Advanced compliance
  • Funds the Zulip open source project
Affordable pricing depends on support required.
Contact sales

Special Zulip Cloud Standard pricing

{% include "zerver/faq.html" %} {% include "zerver/compare.html" %}
{% endblock %}