2021-09-15 18:32:55 +02:00
|
|
|
<div class="pricing-model">
|
|
|
|
<div class="padded-content">
|
2023-11-20 20:12:54 +01:00
|
|
|
<h1>Zulip plans and pricing</h1>
|
|
|
|
<div class="h1-subheader">
|
2023-11-20 17:17:58 +01:00
|
|
|
You can <a href="https://zulip.com/help/zulip-cloud-or-self-hosting">move
|
|
|
|
freely</a> between <a href="/plans/">Zulip Cloud</a>
|
|
|
|
hosting and your own servers with our high quality <a
|
|
|
|
href="/help/export-your-organization">export</a> and
|
|
|
|
<a href="https://zulip.readthedocs.io/en/stable/production/export-and-import.html">import
|
|
|
|
</a> tools.
|
2023-11-20 20:12:54 +01:00
|
|
|
</div>
|
2021-09-15 18:32:55 +02:00
|
|
|
<div class="pricing-container">
|
2023-11-21 22:58:33 +01:00
|
|
|
<div id="cloud" class="cloud-plan-title pricing-tab">
|
2023-11-23 01:21:00 +01:00
|
|
|
<h2>Zulip Cloud</h2>
|
2023-11-20 20:12:54 +01:00
|
|
|
<p>
|
2023-11-23 01:21:00 +01:00
|
|
|
Simple managed solution.<br />Always up to date.
|
2023-11-20 20:12:54 +01:00
|
|
|
</p>
|
|
|
|
</div>
|
2021-09-15 18:32:55 +02:00
|
|
|
|
2023-11-20 20:12:54 +01:00
|
|
|
<div class="cloud-plan-pricing pricing-pane">
|
2021-09-15 18:32:55 +02:00
|
|
|
<div class="price-box" tabindex="-1">
|
|
|
|
<div class="text-content">
|
|
|
|
<h2>Free</h2>
|
|
|
|
<ul class="feature-list">
|
2023-11-22 17:41:47 +01:00
|
|
|
<li><span>10,000 messages of search history</span></li>
|
|
|
|
<li><span>File storage up to 5 GB total</span></li>
|
|
|
|
<li><span><a href="/features/">Full-featured</a> team chat service</span></li>
|
|
|
|
<li><span><a href="/integrations/">Hundreds of integrations</a></span></li>
|
|
|
|
<li><span>Advanced <a href="/help/roles-and-permissions">roles</a> and <a href="/help/stream-permissions">permissions</a></span></li>
|
|
|
|
<li><span><a href="/help/guest-users">Guest</a> accounts</span></li>
|
2021-09-15 18:32:55 +02:00
|
|
|
</ul>
|
|
|
|
</div>
|
|
|
|
<div class="bottom">
|
|
|
|
<div class="text-content">
|
2021-10-18 23:28:17 +02:00
|
|
|
{% if not realm or realm.plan_type == realm.PLAN_TYPE_SELF_HOSTED %}
|
2023-11-27 23:36:44 +01:00
|
|
|
<a href="/new/" class="button get-started-button">
|
2021-09-15 18:32:55 +02:00
|
|
|
Create organization
|
|
|
|
</a>
|
2021-10-18 23:28:17 +02:00
|
|
|
{% elif realm.plan_type == realm.PLAN_TYPE_LIMITED or sponsorship_pending %}
|
2021-09-15 18:32:55 +02:00
|
|
|
<div class="pricing-details"></div>
|
2023-11-27 23:36:44 +01:00
|
|
|
<a href='/upgrade/' class="button current-plan-button" type="button">
|
2021-09-15 18:32:55 +02:00
|
|
|
Current plan
|
|
|
|
</a>
|
|
|
|
{% endif %}
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
|
|
|
|
<div class="price-box" tabindex="-1">
|
|
|
|
<div class="text-content">
|
|
|
|
<h2>Standard</h2>
|
|
|
|
<ul class="feature-list">
|
2023-11-22 17:41:47 +01:00
|
|
|
<li><span>Unlimited search history</span></li>
|
|
|
|
<li><span>File storage up to 10 GB per user</span></li>
|
|
|
|
<li><span><a href="/help/message-retention-policy">Message retention policies</a></span></li>
|
|
|
|
<li><span>Brand Zulip with your logo</span></li>
|
|
|
|
<li><span>Priority commercial support</span></li>
|
|
|
|
<li><span><a href="/help/public-access-option">Public access option</a></span></li>
|
2021-09-15 18:32:55 +02:00
|
|
|
</ul>
|
|
|
|
</div>
|
|
|
|
<div class="bottom">
|
|
|
|
<div class="text-content">
|
|
|
|
<div class="standard-price-box">
|
2023-11-20 17:17:58 +01:00
|
|
|
<div class="price"><span class="currency-symbol">$</span>6.67</div>
|
2021-09-15 18:32:55 +02:00
|
|
|
<div class="details">
|
2023-11-20 17:17:58 +01:00
|
|
|
<p>
|
|
|
|
/user/month billed annually or
|
|
|
|
<b>$8</b> billed monthly
|
|
|
|
</p>
|
2021-09-15 18:32:55 +02:00
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
{% if not realm %}
|
2023-11-27 23:36:44 +01:00
|
|
|
<a href="/upgrade/" class="button upgrade-button">
|
2021-09-15 18:32:55 +02:00
|
|
|
{% if free_trial_days %}
|
2023-11-23 01:21:00 +01:00
|
|
|
Start {{ free_trial_days }}-day free trial
|
2021-09-15 18:32:55 +02:00
|
|
|
{% else %}
|
|
|
|
Upgrade to Standard
|
|
|
|
{% endif %}
|
|
|
|
</a>
|
2021-10-18 23:28:17 +02:00
|
|
|
{% elif realm.plan_type in [realm.PLAN_TYPE_STANDARD, realm.PLAN_TYPE_STANDARD_FREE] %}
|
2023-11-27 23:36:44 +01:00
|
|
|
<a href='/billing' class="button current-plan-button" type="button">
|
|
|
|
<i class="icon current-plan-icon"></i>
|
2021-09-15 18:32:55 +02:00
|
|
|
{% if realm_on_free_trial %}
|
|
|
|
Current plan (free trial)
|
|
|
|
{% else %}
|
|
|
|
Current plan
|
|
|
|
{% endif %}
|
|
|
|
</a>
|
|
|
|
{% elif sponsorship_pending %}
|
2023-11-27 23:36:44 +01:00
|
|
|
<a href="/billing/" class="button current-plan-button" type="button">
|
2021-09-15 18:32:55 +02:00
|
|
|
Sponsorship pending
|
|
|
|
</a>
|
|
|
|
{% else %}
|
2023-11-27 23:36:44 +01:00
|
|
|
<a href="/upgrade/" class="button upgrade-button">
|
2021-09-15 18:32:55 +02:00
|
|
|
{% if free_trial_days %}
|
2023-11-23 01:21:00 +01:00
|
|
|
Start {{ free_trial_days }}-day free trial
|
2021-09-15 18:32:55 +02:00
|
|
|
{% else %}
|
|
|
|
Upgrade to Standard
|
|
|
|
{% endif %}
|
|
|
|
</a>
|
|
|
|
{% endif %}
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
2023-11-22 15:56:11 +01:00
|
|
|
<div class="price-box" tabindex="-1">
|
|
|
|
<div class="text-content">
|
|
|
|
<h2>Plus</h2>
|
|
|
|
<ul class="feature-list">
|
2023-11-22 17:41:47 +01:00
|
|
|
<li><span>All Standard plan features</span></li>
|
|
|
|
<li><span><a href="/help/saml-authentication">SSO with SAML</a> (Okta, OneLogIn, etc.)</span></li>
|
|
|
|
<li><span><a href="/help/scim">SCIM user sync</a></span></li>
|
|
|
|
<li><span>Custom domain</span></li>
|
|
|
|
<li><span>Limit user list access for <a href="/help/guest-users">guests</a></span></li>
|
|
|
|
<li><span>Priority commercial support</span></li>
|
2023-11-22 15:56:11 +01:00
|
|
|
</ul>
|
|
|
|
</div>
|
|
|
|
<div class="bottom">
|
|
|
|
<div class="text-content">
|
2023-11-23 01:21:00 +01:00
|
|
|
<div class="standard-price-box">
|
|
|
|
<div class="price"><span class="currency-symbol">$</span>13.34</div>
|
|
|
|
<div class="details">
|
|
|
|
<p>
|
|
|
|
/user/month billed annually or
|
|
|
|
<b>$16</b> billed monthly
|
|
|
|
</p>
|
|
|
|
</div>
|
|
|
|
</div>
|
2023-11-27 23:36:44 +01:00
|
|
|
<a href="mailto:sales@zulip.com" target="_blank" rel="noopener noreferrer" class="button upgrade-button">
|
2023-11-22 15:56:11 +01:00
|
|
|
Contact sales
|
|
|
|
</a>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
2021-09-15 18:32:55 +02:00
|
|
|
</div>
|
|
|
|
|
2023-11-21 22:58:33 +01:00
|
|
|
<div id="self-hosted" class="self-hosted-plan-title pricing-tab">
|
2023-11-20 20:12:54 +01:00
|
|
|
<h2>Self-hosted</h2>
|
|
|
|
<p>
|
2023-11-23 01:21:00 +01:00
|
|
|
Retain full control over your data.<br />100% open-source software.
|
2023-11-20 20:12:54 +01:00
|
|
|
</p>
|
|
|
|
</div>
|
2021-09-15 18:32:55 +02:00
|
|
|
|
2023-11-20 20:12:54 +01:00
|
|
|
<div class="self-hosted-plan-pricing pricing-pane">
|
2021-09-15 18:32:55 +02:00
|
|
|
<div class="price-box" tabindex="-1">
|
|
|
|
<div class="text-content">
|
2021-10-16 01:12:43 +02:00
|
|
|
<h2>Free</h2>
|
2021-09-15 18:32:55 +02:00
|
|
|
<ul class="feature-list">
|
2023-11-22 17:41:47 +01:00
|
|
|
<li><span>All Zulip Cloud features included</span></li>
|
|
|
|
<li><span>Friendly community support</span></li>
|
|
|
|
<li><span><a href="https://zulip.readthedocs.io/en/stable/production/authentication-methods.html">SAML, OIDC, Google, social SSO</a></span></li>
|
|
|
|
<li><span><a href="https://zulip.readthedocs.io/en/stable/production/authentication-methods.html#synchronizing-data">LDAP/Active Directory sync</a></span></li>
|
|
|
|
<li><span>Advanced <a href="/help/roles-and-permissions">roles</a> and <a href="/help/stream-permissions">permissions</a></span></li>
|
|
|
|
<li><span>Easy <a href="https://zulip.readthedocs.io/en/stable/production/install.html">installation</a>
|
|
|
|
and <a href="https://zulip.readthedocs.io/en/stable/production/upgrade.html">maintenance</a></span></li>
|
2021-09-15 18:32:55 +02:00
|
|
|
</ul>
|
|
|
|
</div>
|
|
|
|
<div class="bottom">
|
|
|
|
<div class="text-content">
|
2023-11-27 23:36:44 +01:00
|
|
|
<a href="/self-hosting/" class="button get-started-button">
|
2021-10-16 01:12:43 +02:00
|
|
|
Self-host Zulip
|
2021-09-15 18:32:55 +02:00
|
|
|
</a>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
|
|
|
|
<div class="price-box" tabindex="-1">
|
|
|
|
<div class="text-content">
|
|
|
|
<h2>Enterprise</h2>
|
|
|
|
<ul class="feature-list">
|
2023-11-22 17:41:47 +01:00
|
|
|
<li><span>All Free features included</span></li>
|
|
|
|
<li><span>Professional support with SLAs</span></li>
|
|
|
|
<li><span>High availability</span></li>
|
|
|
|
<li><span>Incident collaboration</span></li>
|
|
|
|
<li><span>Advanced compliance</span></li>
|
|
|
|
<li><span>Funds the Zulip open source project</span></li>
|
2021-09-15 18:32:55 +02:00
|
|
|
</ul>
|
|
|
|
</div>
|
|
|
|
<div class="bottom">
|
|
|
|
<div class="text-content">
|
2023-11-27 23:36:44 +01:00
|
|
|
<a href="mailto:sales@zulip.com" target="_blank" rel="noopener noreferrer" class="button upgrade-button">
|
2021-09-15 18:32:55 +02:00
|
|
|
Contact sales
|
|
|
|
</a>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|