{% extends "zerver/portico.html" %} {% load i18n %} {% block portico_content %}
{% blocktrans %}Zulip Features{% endblocktrans %}

{% blocktrans %}Threaded group conversations{% endblocktrans %}

{% blocktrans %}Talk about multiple topics at once without getting lost or overwhelmed.{% endblocktrans %}

{% blocktrans %}One-on-one and group private conversations{% endblocktrans %}

{% blocktrans %}Have private conversations with one or as many people as you need.{% endblocktrans %}

{% trans "Persistence" %}

{% blocktrans %}We're always receiving messages for you, even when you're logged out.{% endblocktrans %}

{% trans "History" %}

{% blocktrans %}Join a stream and see its history, so even new team members are never out of the loop.{% endblocktrans %}

{% blocktrans %}Full-history search{% endblocktrans %}

{% blocktrans %}Search is both snappy and smart, helping you look for text, people, and threads of conversation, with advanced search operators for fine-grained control.{% endblocktrans %}

{% blocktrans %}Team presence and buddy list{% endblocktrans %}

{% blocktrans %}See who is online at a glance.{% endblocktrans %}

{% blocktrans %}Inline image, video, and tweet previews{% endblocktrans %}

{% blocktrans %}Send a link and we'll automatically generate an inline preview.{% endblocktrans %}

{% blocktrans %}Drag-and-drop file uploads{% endblocktrans %}

{% blocktrans %}Drag a file into the compose box and we'll upload and preview it for you. Sharing and discussing work with team mates has never been easier.{% endblocktrans %}

{% trans "@-notifications" %}

{% blocktrans %}Want someone's attention in a conversation? @-notify them and they'll be right over.{% endblocktrans %}

{% blocktrans %}Stream-wide announcements{% endblocktrans %}

{% blocktrans %}Use @all or @everyone to get the attention of everyone in a stream.{% endblocktrans %}

{% blocktrans %}Emails for important missed messages{% endblocktrans %}

{% blocktrans %}If you're missing important conversations when you're away from Zulip, we'll send you an email summary so you're always in the loop.{% endblocktrans %}

{% blocktrans %}Desktop notifications{% endblocktrans %}

{% blocktrans %}Configurable for private and stream messages.{% endblocktrans %}

{% blocktrans %}Audible notifications{% endblocktrans %}

{% blocktrans %}So you don't miss important messages even when your eyes are elsewhere.{% endblocktrans %}

{% trans "Hotkeys" %}

{% blocktrans %}Communicate as efficiently as you use your favorite text editor.{% endblocktrans %}

{% trans "Emoji" %}

{% blocktrans %}Sometimes it's the simple things in life, like being able to give a :thumbsup: while chatting.{% endblocktrans %}

{% trans "Code" %}

{% blocktrans %}Discuss code, even multi-line code, with ease, including syntax-highlighting.{% endblocktrans %}

{% blocktrans %}Lightweight markup{% endblocktrans %}

{% blocktrans %}Get bulleted lists, clickable links, and nicely-formatted e-mail pastes automatically.{% endblocktrans %}

{% blocktrans %}Message editing{% endblocktrans %}

{% blocktrans %}Don't worry, you can always fix that typo.{% endblocktrans %}

{% blocktrans %}Invite-only streams{% endblocktrans %}

{% blocktrans %}Enjoy the benefits of threaded conversations while controlling your audience and privacy.{% endblocktrans %}

{% blocktrans %}Starred messages{% endblocktrans %}

{% blocktrans %}Keep a todo list or keep track of interesting conversations.{% endblocktrans %}

{% trans "Integrations" %}

{% blocktrans %}Get alerts and updates from your favorite services with off-the-shelf integrations for Trac, Nagios, Github, Jenkins, and more.{% endblocktrans %}

{% trans "API" %}

{% blocktrans %}Want to roll your own notifications? We've got a dead-simple RESTful API and Python bindings that will make integrations—both sending and receiving—a snap!{% endblocktrans %}

{% blocktrans %}Mobile apps{% endblocktrans %}

{% blocktrans %}Check Zulip on the go with native iOS and Android apps{% endblocktrans %}.

{% blocktrans %}Desktop apps{% endblocktrans %}

{% blocktrans %}Prefer Zulip in its own window and rich, OS-level notifications? Enjoy Zulip on your desktop{% endblocktrans %}.

{% endblock %}