zulip/templates/corporate/pricing_model.html

281 lines
17 KiB
HTML
Raw Normal View History

<div id="plans-and-pricing" class="pricing-model">
<div class="padded-content">
{% if is_self_hosted_realm %}
<h1>Choose a plan</h1>
{% else %}
<h1>Zulip plans and pricing</h1>
<div class="h1-subheader">
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.
</div>
{% endif %}
<div class="pricing-container">
<div id="cloud" class="cloud-plan-title pricing-tab">
<h2>Zulip Cloud</h2>
<p>
Simple managed solution.<br />Always up to date.
</p>
</div>
<div class="pricing-pane-scroll-container cloud-scroll">
<div class="cloud-plan-pricing pricing-pane">
<div class="price-box" tabindex="-1">
<div class="text-content">
<h2>Free</h2>
<ul class="feature-list">
<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>
</ul>
</div>
<div class="bottom">
<div class="text-content">
{% if is_cloud_realm and on_free_tier %}
<div class="pricing-details"></div>
<a href='/upgrade/' class="button current-plan-button" type="button">
<i class="icon current-plan-icon"></i>
Current plan
</a>
{% elif not is_cloud_realm or is_new_customer %}
<a href="/new/" class="button get-started-button">
Create organization
</a>
{% endif %}
</div>
</div>
</div>
<div class="price-box" tabindex="-1">
<div class="text-content">
<h2>Standard</h2>
<ul class="feature-list">
<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>
</ul>
</div>
<div class="bottom">
<div class="text-content">
<div class="standard-price-box">
<div class="price"><span class="currency-symbol">$</span>6.67</div>
<div class="details">
<p>
/user/month billed annually
or&nbsp;<b>$8</b>&nbsp;billed monthly
</p>
</div>
</div>
{% if is_cloud_realm and on_free_tier and not sponsorship_pending %}
<a href="/upgrade/" class="button upgrade-button">
{% if free_trial_days %}
Start {{ free_trial_days }}-day free trial
{% else %}
Upgrade to Standard
{% endif %}
</a>
<!-- Sponsored realm may not have customer plan. -->
{% elif (is_cloud_realm and is_sponsored) or (customer_plan and customer_plan.tier == customer_plan.TIER_CLOUD_STANDARD) %}
<a href='/billing' class="button current-plan-button" type="button">
<i class="icon current-plan-icon"></i>
{% if on_free_trial %}
Current plan (free trial)
{% else %}
Current plan
{% endif %}
</a>
{% elif is_cloud_realm and sponsorship_pending %}
<a href="/billing/" class="button current-plan-button" type="button">
Sponsorship pending
</a>
{% else %}
<a href="/upgrade/" class="button upgrade-button">
{% if free_trial_days %}
Start {{ free_trial_days }}-day free trial
{% else %}
Upgrade to Standard
{% endif %}
</a>
{% endif %}
</div>
</div>
</div>
<div class="price-box" tabindex="-1">
2023-11-22 15:56:11 +01:00
<div class="text-content">
<h2>Plus</h2>
<ul class="feature-list">
<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>
</ul>
</div>
<div class="bottom">
<div class="text-content">
<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&nbsp;<b>$16</b>&nbsp;billed monthly
</p>
</div>
</div>
<a href="mailto:sales@zulip.com" target="_blank" rel="noopener noreferrer" class="button upgrade-button">
Contact sales
</a>
</div>
2023-11-22 15:56:11 +01:00
</div>
</div>
</div>
</div>
<div id="self-hosted" class="self-hosted-plan-title pricing-tab">
<h2>Self-hosted</h2>
<p>
Retain full control over your data.<br />100% open-source software.
</p>
</div>
<div class="pricing-pane-scroll-container self-hosted-scroll">
<div class="self-hosted-plan-pricing pricing-pane">
<div class="price-box" tabindex="-1">
<div class="text-content">
<h2>Free</h2>
<ul class="feature-list">
<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>
</ul>
</div>
<div class="bottom">
<div class="text-content">
{% if is_self_hosted_realm and on_free_tier %}
<a href='{{ billing_base_url }}/billing' class="button current-plan-button" type="button">
<i class="icon current-plan-icon"></i>
Current plan
</a>
{% elif not is_self_hosted_realm %}
<a href="/self-hosting/" class="button get-started-button">
Self-host Zulip
</a>
{% endif %}
</div>
</div>
</div>
{% if development_environment %}
<div class="price-box" tabindex="-1">
<div class="text-content">
<h2>Business</h2>
<ul class="feature-list">
<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>
</ul>
</div>
<div class="bottom">
<div class="text-content">
{% if is_legacy_server_with_scheduled_upgrade and legacy_server_new_plan.tier == legacy_server_new_plan.TIER_SELF_HOSTED_BUSINESS %}
<a href="{{ billing_base_url }}/billing/" class="button current-plan-button">
Upgrade is scheduled
</a>
{% elif is_self_hosted_realm and on_free_tier and not sponsorship_pending %}
<a href="{{ billing_base_url }}/sponsorship/" class="button current-plan-button request-sponsorship">
Request sponsorship
</a>
<a href="{{ billing_base_url }}/upgrade/" class="button upgrade-button">
{% if free_trial_days %}
Start {{ free_trial_days }}-day free trial
{% else %}
Upgrade to Business
{% endif %}
</a>
{% elif is_self_hosted_realm and (is_sponsored or (customer_plan and customer_plan.tier == customer_plan.TIER_SELF_HOSTED_BUSINESS)) %}
<a href='{{ billing_base_url }}/billing' class="button current-plan-button" type="button">
<i class="icon current-plan-icon"></i>
{% if on_free_trial %}
Current plan (free trial)
{% else %}
Current plan
{% endif %}
</a>
{% elif is_self_hosted_realm and sponsorship_pending %}
<a href="{{ billing_base_url }}/billing/" class="button current-plan-button" type="button">
Sponsorship pending
</a>
{% elif is_self_hosted_realm %}
<a href="{{ billing_base_url }}/sponsorship/" class="button upgrade-button request-sponsorship">
Request sponsorship
</a>
<a href="{{ billing_base_url }}/upgrade/" class="button upgrade-button">
{% if free_trial_days %}
Start {{ free_trial_days }}-day free trial
{% else %}
Upgrade to Business
{% endif %}
</a>
{% else %}
<a href="mailto:sales@zulip.com" target="_blank" rel="noopener noreferrer" class="button upgrade-button">
Contact sales
</a>
{% endif %}
</div>
</div>
</div>
{% endif %}
<div class="price-box" tabindex="-1">
<div class="text-content">
<h2>Enterprise</h2>
<ul class="feature-list">
<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>
</ul>
</div>
<div class="bottom">
<div class="text-content">
{% if is_legacy_server_with_scheduled_upgrade and legacy_server_new_plan.tier == legacy_server_new_plan.TIER_SELF_HOSTED_ENTERPRISE %}
<a href="{{ billing_base_url }}/billing/" class="button current-plan-button">
Upgrade is scheduled
</a>
{% elif is_self_hosted_realm and customer_plan and customer_plan.tier == customer_plan.TIER_SELF_HOSTED_ENTERPRISE %}
<a href='{{ billing_base_url }}/billing' class="button current-plan-button" type="button">
<i class="icon current-plan-icon"></i>
Current plan
</a>
{% else %}
<a href="mailto:sales@zulip.com" target="_blank" rel="noopener noreferrer" class="button upgrade-button">
Contact sales
</a>
{% endif %}
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>