2017-05-15 20:42:04 +02:00
|
|
|
{% extends "zerver/portico.html" %}
|
|
|
|
|
|
|
|
{% block customhead %}
|
|
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
|
|
{{ render_bundle('landing-page') }}
|
|
|
|
{% 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">
|
2017-12-16 21:18:27 +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">
|
2017-12-16 21:18:27 +01:00
|
|
|
Try Zulip for an unlimited period of time
|
2017-05-15 20:42:04 +02:00
|
|
|
</div>
|
|
|
|
<hr />
|
|
|
|
<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>
|
|
|
|
<li>Convenient web service</li>
|
|
|
|
<li>No sysadmin work required</li>
|
2017-05-15 20:42:04 +02:00
|
|
|
</ul>
|
|
|
|
</div>
|
|
|
|
<div class="bottom">
|
|
|
|
<div class="text-content">
|
2018-08-15 18:05:07 +02:00
|
|
|
{% if realm_plan_type == 0 %}
|
2017-05-15 20:42:04 +02:00
|
|
|
<div class="pricing-details">
|
2017-12-01 08:59:27 +01:00
|
|
|
Free
|
2017-05-15 20:42:04 +02:00
|
|
|
</div>
|
2018-02-28 16:41:21 +01:00
|
|
|
<a href="/new/">
|
2017-05-15 20:42:04 +02:00
|
|
|
<button class="green" type="button">
|
2017-12-01 08:29:03 +01:00
|
|
|
Sign up now
|
2017-05-15 20:42:04 +02:00
|
|
|
</button>
|
|
|
|
</a>
|
2018-08-15 18:05:07 +02:00
|
|
|
{% elif realm_plan_type == 2 %}
|
|
|
|
<div class="pricing-details"></div>
|
|
|
|
<button class="black-disabled" type="button">
|
|
|
|
Current plan
|
|
|
|
</button>
|
|
|
|
{% 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">
|
2017-12-16 21:18:27 +01:00
|
|
|
Make Zulip your home
|
2017-05-15 20:42:04 +02:00
|
|
|
</div>
|
|
|
|
<hr />
|
|
|
|
<ul class="feature-list">
|
2017-12-16 21:18:27 +01:00
|
|
|
<li>Full search history</li>
|
|
|
|
<li>File storage up to 10 GB per user</li>
|
|
|
|
<li>Full access to enterprise features
|
2019-02-01 18:20:51 +01:00
|
|
|
like guest users and user groups</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">
|
2018-12-06 01:24:35 +01:00
|
|
|
per user per month
|
2017-12-01 08:29:03 +01: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>
|
2018-08-15 18:05:07 +02:00
|
|
|
{% if realm_plan_type in [3, 4] %}
|
|
|
|
<button class="black-disabled" type="button">
|
|
|
|
Current plan
|
|
|
|
</button>
|
|
|
|
{% elif realm_plan_type == 2 %}
|
|
|
|
<a href="/upgrade">
|
|
|
|
<button class="green" type="button">
|
2018-10-24 06:09:01 +02:00
|
|
|
Buy Standard
|
2018-08-15 18:05:07 +02:00
|
|
|
</button>
|
|
|
|
</a>
|
|
|
|
{% else %}
|
2018-12-04 12:55:46 +01:00
|
|
|
<a href="/upgrade">
|
2017-12-01 08:29:03 +01:00
|
|
|
<button class="green" type="button">
|
2018-10-24 06:09:01 +02:00
|
|
|
Buy Standard
|
2017-12-01 08:29:03 +01:00
|
|
|
</button>
|
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">
|
2017-12-16 21:18:27 +01:00
|
|
|
Zulip On-Premise
|
2017-05-15 20:42:04 +02:00
|
|
|
</div>
|
|
|
|
|
|
|
|
<div class="price-box" tabindex="-1">
|
|
|
|
<div class="text-content">
|
2017-12-01 08:29:03 +01:00
|
|
|
<h2>Community support</h2>
|
2017-05-15 20:42:04 +02:00
|
|
|
<div class="description">
|
2017-12-01 08:29:03 +01:00
|
|
|
Install your own Zulip server
|
2017-05-15 20:42:04 +02:00
|
|
|
</div>
|
|
|
|
<hr />
|
|
|
|
<ul class="feature-list">
|
2017-12-01 08:29:03 +01:00
|
|
|
<li>Easy self-service installation</li>
|
|
|
|
<li>Free and open source forever under Apache 2.0 license</li>
|
2018-01-31 18:33:57 +01:00
|
|
|
<li>LDAP/Active directory integration</li>
|
2018-10-24 06:09:01 +02:00
|
|
|
<li>All Standard/Enterprise features included</li>
|
2017-05-15 20:42:04 +02:00
|
|
|
</ul>
|
|
|
|
</div>
|
|
|
|
<div class="bottom">
|
|
|
|
<div class="text-content">
|
|
|
|
<div class="pricing-details">
|
2017-12-01 08:59:27 +01:00
|
|
|
Free and open source forever
|
2017-05-15 20:42:04 +02:00
|
|
|
</div>
|
2018-11-07 17:11:07 +01:00
|
|
|
<a href="https://zulip.readthedocs.io/en/stable/production/install.html">
|
2017-05-15 20:42:04 +02:00
|
|
|
<button class="green" type="button">
|
2017-12-01 08:29:03 +01:00
|
|
|
Install a Zulip server
|
2017-05-15 20:42:04 +02:00
|
|
|
</button>
|
|
|
|
</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">
|
2017-12-01 08:29:03 +01:00
|
|
|
For mission-critical installations
|
2017-05-15 20:42:04 +02:00
|
|
|
</div>
|
|
|
|
<hr />
|
|
|
|
<ul class="feature-list">
|
2017-12-01 08:29:03 +01:00
|
|
|
<li>Easy self-service installation</li>
|
|
|
|
<li>Support response SLAs</li>
|
|
|
|
<li>High availability assistance</li>
|
2017-12-16 21:18:27 +01:00
|
|
|
<li>Input into the Zulip roadmap</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">
|
2017-12-01 08:29:03 +01:00
|
|
|
<div class="pricing-details">
|
2017-12-01 08:59:27 +01:00
|
|
|
Pricing varies with support required
|
2017-05-15 20:42:04 +02:00
|
|
|
</div>
|
2017-12-01 08:29:03 +01:00
|
|
|
<a href="mailto:sales@zulipchat.com" target="_blank" class="no-action">
|
|
|
|
<button class="green" type="button" name="button">Contact sales</button>
|
2017-05-15 20:42:04 +02:00
|
|
|
</a>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
|
|
|
|
{% include "zerver/faq.html" %}
|
|
|
|
{% include "zerver/compare.html" %}
|
|
|
|
</div>
|
|
|
|
{% endblock %}
|