2017-05-15 20:42:04 +02:00
|
|
|
{% extends "zerver/portico.html" %}
|
2019-10-23 07:46:34 +02:00
|
|
|
{% set entrypoint = "landing-page" %}
|
2017-05-15 20:42:04 +02:00
|
|
|
|
|
|
|
{% block customhead %}
|
2021-04-21 00:46:14 +02:00
|
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
2017-05-15 20:42:04 +02:00
|
|
|
{% endblock %}
|
|
|
|
|
|
|
|
{% block portico_content %}
|
|
|
|
|
|
|
|
{% include 'zerver/gradients.html' %}
|
|
|
|
{% include 'zerver/landing_nav.html' %}
|
|
|
|
|
|
|
|
<div class="portico-landing plans">
|
|
|
|
<div class="main">
|
|
|
|
<div class="pricing-model">
|
|
|
|
<div class="padded-content">
|
2020-03-18 00:09:39 +01:00
|
|
|
<h1>Get started today.</h1>
|
2017-05-15 20:42:04 +02:00
|
|
|
|
|
|
|
<div class="pricing-container">
|
|
|
|
<div class="block">
|
2018-04-18 23:31:38 +02:00
|
|
|
<div class="plan-title responsive-title">
|
2017-12-16 21:18:27 +01:00
|
|
|
Zulip Cloud
|
2017-05-15 20:42:04 +02:00
|
|
|
</div>
|
|
|
|
|
|
|
|
<div class="price-box" tabindex="-1">
|
|
|
|
<div class="text-content">
|
2017-12-16 21:18:27 +01:00
|
|
|
<h2>Free</h2>
|
2017-05-15 20:42:04 +02:00
|
|
|
<div class="description">
|
2021-07-22 02:42:14 +02:00
|
|
|
Best for light use.
|
2017-05-15 20:42:04 +02:00
|
|
|
</div>
|
2021-04-21 00:46:14 +02:00
|
|
|
<hr />
|
2017-05-15 20:42:04 +02:00
|
|
|
<ul class="feature-list">
|
2017-12-16 21:18:27 +01:00
|
|
|
<li>10,000 messages of search history</li>
|
|
|
|
<li>File storage up to 5 GB total</li>
|
2021-07-22 02:42:14 +02:00
|
|
|
<li><a href="/features">Full-featured</a> team chat service</li>
|
|
|
|
<li><a href="/integrations">Hundreds of integrations</a></li>
|
|
|
|
<li>Advanced <a href="/help/roles-and-permissions">roles</a> and <a href="/help/stream-permissions">permissions</a></li>
|
|
|
|
<li><a href="/help/roles-and-permissions">Guest accounts</a></li>
|
2017-05-15 20:42:04 +02:00
|
|
|
</ul>
|
|
|
|
</div>
|
|
|
|
<div class="bottom">
|
|
|
|
<div class="text-content">
|
2020-10-08 12:33:49 +02:00
|
|
|
{% if not realm or realm.plan_type == realm.SELF_HOSTED %}
|
2017-05-15 20:42:04 +02:00
|
|
|
<div class="pricing-details">
|
2021-07-22 02:42:14 +02:00
|
|
|
Free cloud service
|
2017-05-15 20:42:04 +02:00
|
|
|
</div>
|
2019-06-17 06:01:45 +02:00
|
|
|
<a href="/new/" class="button green">
|
2021-07-22 02:42:14 +02:00
|
|
|
Create organization
|
2017-05-15 20:42:04 +02:00
|
|
|
</a>
|
2020-10-08 12:33:49 +02:00
|
|
|
{% elif realm.plan_type == realm.LIMITED or sponsorship_pending %}
|
2018-08-15 18:05:07 +02:00
|
|
|
<div class="pricing-details"></div>
|
2020-02-24 22:55:05 +01:00
|
|
|
<a href='/upgrade' class="button black-current-value" type="button">
|
2018-08-15 18:05:07 +02:00
|
|
|
Current plan
|
2020-02-24 22:55:05 +01:00
|
|
|
</a>
|
2018-08-15 18:05:07 +02:00
|
|
|
{% endif %}
|
2017-05-15 20:42:04 +02:00
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
|
|
|
|
<div class="price-box" tabindex="-1">
|
|
|
|
<div class="text-content">
|
2018-10-24 06:09:01 +02:00
|
|
|
<h2>Standard</h2>
|
2017-05-15 20:42:04 +02:00
|
|
|
<div class="description">
|
2021-07-22 02:42:14 +02:00
|
|
|
Your team's collaboration hub.
|
2017-05-15 20:42:04 +02:00
|
|
|
</div>
|
2021-04-21 00:46:14 +02:00
|
|
|
<hr />
|
2017-05-15 20:42:04 +02:00
|
|
|
<ul class="feature-list">
|
2021-07-22 02:42:14 +02:00
|
|
|
<li>Unlimited search history</li>
|
2017-12-16 21:18:27 +01:00
|
|
|
<li>File storage up to 10 GB per user</li>
|
2021-07-22 02:42:14 +02:00
|
|
|
<li><a href="/help/message-retention-policy">Message retention policies</a></li>
|
|
|
|
<li>Brand Zulip with your logo</li>
|
2017-12-01 08:29:03 +01:00
|
|
|
<li>Priority commercial support</li>
|
2017-05-15 20:42:04 +02:00
|
|
|
<li>Funds the Zulip open source project</li>
|
|
|
|
</ul>
|
|
|
|
</div>
|
|
|
|
<div class="bottom">
|
|
|
|
<div class="text-content">
|
2018-10-24 06:09:01 +02:00
|
|
|
<div class="standard-price-box">
|
2018-05-11 03:15:17 +02:00
|
|
|
<div class="price">6<span class="price-cents">.67</span></div>
|
2017-12-01 08:29:03 +01:00
|
|
|
<div class="details">
|
2021-07-24 06:18:50 +02:00
|
|
|
<span class="pricing-period">per user per month</span>
|
|
|
|
<br />
|
|
|
|
with annual billing discount
|
2021-04-21 00:46:14 +02:00
|
|
|
<br />
|
2018-05-11 03:15:17 +02:00
|
|
|
$8/month billed monthly
|
2017-12-01 08:29:03 +01:00
|
|
|
</div>
|
2017-05-15 20:42:04 +02:00
|
|
|
</div>
|
2020-10-08 12:33:49 +02:00
|
|
|
{% if not realm %}
|
2020-05-27 07:33:41 +02:00
|
|
|
<a href="/new" class="button green">
|
2020-05-14 18:21:23 +02:00
|
|
|
{% if free_trial_days %}
|
2020-05-27 07:33:41 +02:00
|
|
|
Start {{ free_trial_days }} day free trial
|
2020-04-23 20:10:15 +02:00
|
|
|
{% else %}
|
2019-06-17 06:01:45 +02:00
|
|
|
Buy Standard
|
2020-04-23 20:10:15 +02:00
|
|
|
{% endif %}
|
2018-08-15 18:05:07 +02:00
|
|
|
</a>
|
2020-10-08 12:33:49 +02:00
|
|
|
{% elif realm.plan_type in [realm.STANDARD, realm.STANDARD_FREE] %}
|
|
|
|
<a href='/billing' class="button black-current-value" type="button">
|
2020-10-08 16:22:59 +02:00
|
|
|
{% if realm_on_free_trial %}
|
|
|
|
Current plan (free trial)
|
|
|
|
{% else %}
|
2020-10-08 12:33:49 +02:00
|
|
|
Current plan
|
2020-10-08 16:22:59 +02:00
|
|
|
{% endif %}
|
2020-10-08 12:33:49 +02:00
|
|
|
</a>
|
2020-06-09 12:24:32 +02:00
|
|
|
{% elif sponsorship_pending %}
|
|
|
|
<a href="/billing" class="button black-current-value" type="button">
|
|
|
|
Sponsorship pending
|
|
|
|
</a>
|
2018-08-15 18:05:07 +02:00
|
|
|
{% else %}
|
2019-06-17 06:01:45 +02:00
|
|
|
<a href="/upgrade" class="button green">
|
2020-05-14 18:21:23 +02:00
|
|
|
{% if free_trial_days %}
|
2020-05-27 07:33:41 +02:00
|
|
|
Start {{ free_trial_days }} day free trial
|
2020-04-23 20:10:15 +02:00
|
|
|
{% else %}
|
2019-06-17 06:01:45 +02:00
|
|
|
Buy Standard
|
2020-04-23 20:10:15 +02:00
|
|
|
{% endif %}
|
2017-05-15 20:42:04 +02:00
|
|
|
</a>
|
2018-08-15 18:05:07 +02:00
|
|
|
{% endif %}
|
2017-05-15 20:42:04 +02:00
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
|
|
|
|
<div class="block">
|
2018-04-18 23:31:38 +02:00
|
|
|
<div class="plan-title responsive-title">
|
2021-07-22 02:42:14 +02:00
|
|
|
Self host Zulip
|
2017-05-15 20:42:04 +02:00
|
|
|
</div>
|
|
|
|
|
|
|
|
<div class="price-box" tabindex="-1">
|
|
|
|
<div class="text-content">
|
2021-07-22 02:42:14 +02:00
|
|
|
<h2>Self service</h2>
|
2017-05-15 20:42:04 +02:00
|
|
|
<div class="description">
|
2021-07-22 02:42:14 +02:00
|
|
|
Retain full control over your data.
|
2017-05-15 20:42:04 +02:00
|
|
|
</div>
|
2021-04-21 00:46:14 +02:00
|
|
|
<hr />
|
2017-05-15 20:42:04 +02:00
|
|
|
<ul class="feature-list">
|
2021-07-22 02:42:14 +02:00
|
|
|
<li>All Zulip Cloud features included</li>
|
|
|
|
<li>Friendly community support</li>
|
|
|
|
<li><a href="https://zulip.readthedocs.io/en/stable/production/authentication-methods.html">SAML, OIDC, Google, social SSO</a></li>
|
|
|
|
<li><a href="https://zulip.readthedocs.io/en/stable/production/authentication-methods.html#synchronizing-data">LDAP/Active Directory sync</a></li>
|
|
|
|
<li>Advanced <a href="/help/roles-and-permissions">roles</a> and <a href="/help/stream-permissions">permissions</a></li>
|
|
|
|
<li>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-or-modify.html">maintenance</a></li>
|
2017-05-15 20:42:04 +02:00
|
|
|
</ul>
|
|
|
|
</div>
|
|
|
|
<div class="bottom">
|
|
|
|
<div class="text-content">
|
2021-07-22 02:42:14 +02:00
|
|
|
<div class="pricing-details multi-line">
|
|
|
|
Zulip is 100% free and open
|
|
|
|
source, with no proprietary version. <br />
|
2017-05-15 20:42:04 +02:00
|
|
|
</div>
|
2019-06-17 06:01:45 +02:00
|
|
|
<a href="https://zulip.readthedocs.io/en/stable/production/install.html" class="button green">
|
|
|
|
Install a Zulip server
|
2017-05-15 20:42:04 +02:00
|
|
|
</a>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
|
|
|
|
<div class="price-box" tabindex="-1">
|
|
|
|
<div class="text-content">
|
2017-12-16 21:18:27 +01:00
|
|
|
<h2>Enterprise</h2>
|
2017-05-15 20:42:04 +02:00
|
|
|
<div class="description">
|
2020-03-18 00:09:39 +01:00
|
|
|
For mission-critical installations.
|
2017-05-15 20:42:04 +02:00
|
|
|
</div>
|
2021-04-21 00:46:14 +02:00
|
|
|
<hr />
|
2017-05-15 20:42:04 +02:00
|
|
|
<ul class="feature-list">
|
2021-07-22 02:42:14 +02:00
|
|
|
<li>All self service features included</li>
|
|
|
|
<li>Professional support with SLAs</li>
|
|
|
|
<li>High availability</li>
|
|
|
|
<li>Incident collaboration</li>
|
|
|
|
<li>Advanced compliance</li>
|
2017-05-15 20:42:04 +02:00
|
|
|
<li>Funds the Zulip open source project</li>
|
|
|
|
</ul>
|
|
|
|
</div>
|
|
|
|
<div class="bottom">
|
|
|
|
<div class="text-content">
|
2021-07-22 02:42:14 +02:00
|
|
|
<div class="pricing-details multi-line">
|
|
|
|
Affordable pricing depends on support required.
|
2017-05-15 20:42:04 +02:00
|
|
|
</div>
|
2020-05-26 05:15:21 +02:00
|
|
|
<a href="mailto:sales@zulip.com" target="_blank" rel="noopener noreferrer" class="no-action button green">
|
2019-06-17 06:01:45 +02:00
|
|
|
Contact sales
|
2017-05-15 20:42:04 +02:00
|
|
|
</a>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
|
2021-07-20 20:51:09 +02:00
|
|
|
<div class="discounts-section">
|
|
|
|
<header>
|
|
|
|
<h1>Special Zulip Cloud Standard pricing</h1>
|
|
|
|
</header>
|
|
|
|
<div class="register-buttons">
|
|
|
|
<a href="/for/open-source" class="register-now buttton">Open source <p>Free</p></a>
|
|
|
|
<a href="/for/education" class="register-now button">Education <p>85%+ OFF</p></a>
|
|
|
|
<a href="/for/research" class="register-now button">Research <p>Free</p></a>
|
|
|
|
<a href="/for/events" class="register-now button">Academic conferences<p>Free</p></a>
|
|
|
|
<a href="/for/communities" class="register-now button">Non-profits and communities <p>85%+ OFF</p></a>
|
|
|
|
</div>
|
|
|
|
</div>
|
2017-05-15 20:42:04 +02:00
|
|
|
{% include "zerver/faq.html" %}
|
|
|
|
{% include "zerver/compare.html" %}
|
|
|
|
</div>
|
|
|
|
{% endblock %}
|