{% extends "zerver/portico.html" %} {% block customhead %} {% stylesheet 'portico' %} {% stylesheet 'landing-page' %} {{ minified_js('landing-page')|safe }} {% endblock %} {% block portico_content %} {% include 'zerver/landing_nav.html' %}
{% trans %}Zulip features{% endtrans %}

{% trans %}Threaded group conversations{% endtrans %}

{% trans %}Talk about multiple topics at once without getting lost or overwhelmed.{% endtrans %}

{% trans %}One-on-one and group private conversations{% endtrans %}

{% trans %}Have private conversations with one or as many people as you need.{% endtrans %}

{{ _("Persistence") }}

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

{{ _("History") }}

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

{% trans %}Full-history search{% endtrans %}

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

{% trans %}Team presence{% endtrans %}

{% trans %}See who is online at a glance.{% endtrans %}

{% trans %}Inline image, video, and tweet previews{% endtrans %}

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

{% trans %}Drag-and-drop file uploads{% endtrans %}

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

{{ _("@-notifications") }}

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

{% trans %}Stream-wide announcements{% endtrans %}

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

{% trans %}Emails for important missed messages{% endtrans %}

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

{% trans %}Desktop notifications{% endtrans %}

{% trans %}Configurable for private and stream messages.{% endtrans %}

{% trans %}Audible notifications{% endtrans %}

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

{{ _("Hotkeys") }}

{% trans %}Communicate as efficiently as you use your favorite text editor.{% endtrans %}

{{ _("Emoji") }}

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

{{ _("Code") }}

{% trans %}Discuss code with ease using Markdown code blocks with syntax highlighting.{% endtrans %}

{% trans %}Lightweight markup{% endtrans %}

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

{% trans %}Message editing{% endtrans %}

{% trans %}Don't worry, you can always fix that typo.{% endtrans %}

{% trans %}Invite-only streams{% endtrans %}

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

{% trans %}Starred messages{% endtrans %}

{% trans %}Keep a todo list or keep track of interesting conversations.{% endtrans %}

{{ _("Integrations") }}

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

{{ _("API") }}

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

{% trans %}Mobile apps{% endtrans %}

{% trans %}Check Zulip on the go with native iOS and Android apps.{% endtrans %}

{% trans %}Desktop apps{% endtrans %}

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

{% endblock %}