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

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

message threading in Zulip
{{ _('Never miss the conversations you care about.') }}

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

{% trans %}Zulip makes it easy to review the conversations you missed, so you can focus on that important project without having to catch up on how Jim’s guitar lessons are going.{% endtrans %}

Zulip streams bar
{{ _("Fast and powerful search") }}. {% trans %}An impressive amount of knowledge lives in your chat system. Zulip’s Gmail-style search will delight you with how quickly you can find exactly what you’re looking for.{% endtrans %}
example of Zulip search
{{ _("Integrations that don't intrude.") }}

{% trans %}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.{% endtrans %}

Zulip's Jenkins integration
{{ _('As technical as you want to be.') }}

{{ _('Keyboard shortcuts? Check.') }}
{{ _('Syntax highlighting? Check.') }}
{{ _('Discuss code and technical topics with ease.') }}

code highlighting in Zulip
… {{ _('Everything else you need to be productive.') }}

{% trans %}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. And it's all open source under the Apache license!{% endtrans %}

unicode and emoji in Zulip
{{ _('On the platform of your choice.') }}

Mac

Windows

Linux

Android

iOS

Web

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