{% extends "zerver/base.html" %} {% set entrypoint = "landing-page-hello" %} {% set PAGE_TITLE = "Zulip — organized team chat" %} {% set PAGE_DESCRIPTION = "Zulip is an organized team chat app for distributed teams of all sizes." %} {% block customhead %} {% endblock %} {% block content %} {% include 'zerver/landing_nav.html' %}

Organized chat for distributed teams

Designed for async conversations.

Here's what it looks like in action.

Switching to Zulip isn’t hard.

Zulip offers a convenient cloud solution, with features to make your users and IT team happy. Import your data and integrations from Slack and other products.

Your data is yours!

For ultimate control and compliance, self-host Zulip’s 100% open-source software, with easy installation and upgrades.

{% include 'zerver/footer.html' %} {% endblock %}