{% extends "zerver/portico.html" %} {% load i18n %} {% block hello_page_container %} hello-main{% endblock %} {% block hello_page_footer %} hello-footer{% endblock %} {% block os_announcement %} {% if zulip_com %}
Zulip balloon
{% trans 'Zulip has been released as open source software!' %} {% blocktrans %}Read the announcement or go to the Zulip open source project website.{% endblocktrans %}
{% endif %} {% endblock %} {% block portico_content %}
{% trans 'Finally, workplace chat that actually improves your productivity.*' %} {% trans "* It's also great for sharing cat pictures" %}. {% if not_voyager %} {% elif only_sso %} {% else %} {% endif %}
Screenshot of Zulip
{% trans 'Conversations, not messages' %}.

{% blocktrans %}Every conversation in Zulip has a topic, so it’s easy to keep conversations straight. Are your coworkers discussing a software bug and the content of your website at the same time? No problem.{% endblocktrans %}

{% trans "You wouldn’t tolerate email without subject lines or threading, so why do you for chat?" %}

message threading in Zulip
{% trans 'Easily read just the important things' %}.

{% blocktrans %}Sometimes, important things get discussed when you’re not around. Unfortunately, so do a lot of unimportant things.{% endblocktrans %}

{% blocktrans %}Narrowing by stream or topic lets you focus on that important customer project without having to read about how Jim’s guitar lessons are going.{% endblocktrans %}

Zulip streams bar
{% trans "Search that's better than Gmail's" %}. {% blocktrans %}An impressive amount of knowledge lives in your chat system. Zulip’s powerful and fast search will delight you with how quickly you can find exactly what you’re looking for.{% endblocktrans %}
example of Zulip search
{% trans "Integrations that don't intrude" %}.

{% blocktrans %}Zulip has many integrations and a powerful API to match. But here’s where it gets interesting: thanks to how Zulip categorizes messages, automated messages never overwhelm you. As with any topic in Zulip, they’re easy to focus on, skim, defer to later, or ignore—as appropriate.{% endblocktrans %}

Zulip's Jenkins integration
{% trans 'As technical as you want to be' %}.

{% trans 'Keyboard shortcuts? Check.' %}
{% trans 'Syntax highlighting? Check.' %}
{% trans 'Discuss code and technical topics with ease.' %}

code highlighting in Zulip
… {% trans 'and all the obvious stuff, too.' %}

{% blocktrans %}Drag-and-drop file uploads, image pasting, group private messages, audible notifications, missed-message emails, desktop apps, and everything else you might want. Including emoji, naturally.{% endblocktrans %}

unicode and emoji in Zulip
{% trans 'On the platform of your choice.' %}

Mac

Windows

Linux

Android

iOS

Web

{% if not_voyager %} {% elif only_sso %} {% else %} {% endif %}
{% endblock %}