2013-07-29 23:03:31 +02:00
|
|
|
|
{% extends "zerver/portico.html" %}
|
2019-10-23 07:46:34 +02:00
|
|
|
|
{% set entrypoint = "landing-page" %}
|
2013-05-05 01:24:38 +02:00
|
|
|
|
|
2022-09-05 17:24:21 +02:00
|
|
|
|
{% set PAGE_TITLE = "Features | Zulip" %}
|
|
|
|
|
|
|
|
|
|
{% set PAGE_DESCRIPTION = "From highly configurable notifications, to powerful
|
|
|
|
|
formatting and flexible administration, Zulip has you covered." %}
|
2019-07-11 05:59:52 +02:00
|
|
|
|
|
2013-05-05 01:24:38 +02:00
|
|
|
|
{% block portico_content %}
|
2017-02-28 01:45:25 +01:00
|
|
|
|
|
2017-03-09 02:30:44 +01:00
|
|
|
|
{% include 'zerver/landing_nav.html' %}
|
2017-02-28 01:45:25 +01:00
|
|
|
|
|
|
|
|
|
<div class="portico-landing features-app">
|
2021-11-17 18:40:25 +01:00
|
|
|
|
{% include 'zerver/gradients.html' %}
|
2017-07-19 19:41:23 +02:00
|
|
|
|
<section class="hero">
|
|
|
|
|
<div class="copy">
|
2020-03-18 00:09:39 +01:00
|
|
|
|
<h1>Powerful group chat.</h1>
|
2017-08-24 18:42:52 +02:00
|
|
|
|
<h2>First class threading on top of everything you could want from real-time chat.</h2>
|
2017-07-19 19:41:23 +02:00
|
|
|
|
</div>
|
|
|
|
|
</section>
|
|
|
|
|
|
|
|
|
|
<section class="messages">
|
|
|
|
|
<div class="features">
|
2020-03-18 00:09:39 +01:00
|
|
|
|
<h2>Beautiful messaging.</h2>
|
2017-07-19 19:41:23 +02:00
|
|
|
|
|
2017-02-28 01:45:25 +01:00
|
|
|
|
<div class="feature-block">
|
2017-07-19 19:41:23 +02:00
|
|
|
|
<h3>MARKDOWN OPTIMIZED FOR CHAT</h3>
|
|
|
|
|
<p>
|
2022-04-07 00:17:06 +02:00
|
|
|
|
Express your ideas clearly with
|
|
|
|
|
<a href="/help/format-your-message-using-markdown#quotes">quote blocks</a>,
|
2021-05-06 01:22:08 +02:00
|
|
|
|
<a href="/help/format-your-message-using-markdown#spoilers">spoilers</a>,
|
2022-04-07 00:17:06 +02:00
|
|
|
|
<a href="/help/format-your-message-using-markdown#latex">LaTeX/math blocks</a>,
|
|
|
|
|
<a href="/help/create-a-poll">polls</a>,
|
|
|
|
|
<a href="/help/format-your-message-using-markdown#global-times">global times</a>,
|
|
|
|
|
and <a href="/help/format-your-message-using-markdown">much more</a>.
|
2017-07-19 19:41:23 +02:00
|
|
|
|
</p>
|
2017-02-28 01:45:25 +01:00
|
|
|
|
</div>
|
2017-08-11 17:03:00 +02:00
|
|
|
|
<div class="feature-block">
|
|
|
|
|
<h3>EMOJI AND EMOJI REACTIONS</h3>
|
|
|
|
|
<p>Have fun expressing yourself with emoji!</p>
|
|
|
|
|
</div>
|
2017-02-28 01:45:25 +01:00
|
|
|
|
<div class="feature-block">
|
2017-07-19 19:41:23 +02:00
|
|
|
|
<h3>INLINE IMAGE, VIDEO, AND TWEET PREVIEWS</h3>
|
2020-03-18 00:09:39 +01:00
|
|
|
|
<p>Send a link and we’ll automatically generate a
|
2017-07-19 19:41:23 +02:00
|
|
|
|
preview; click the preview to see it at full scale.</p>
|
2017-02-28 01:45:25 +01:00
|
|
|
|
</div>
|
|
|
|
|
<div class="feature-block">
|
2017-07-19 19:41:23 +02:00
|
|
|
|
<h3>DRAG-AND-DROP FILE UPLOADS</h3>
|
2017-10-20 23:50:09 +02:00
|
|
|
|
<p>
|
2020-03-18 00:09:39 +01:00
|
|
|
|
Drag a file into the compose box and we’ll upload
|
2017-07-19 19:41:23 +02:00
|
|
|
|
and preview it for you. Sharing and discussing
|
2017-10-20 23:50:09 +02:00
|
|
|
|
work with team mates has never been easier.
|
|
|
|
|
</p>
|
2017-02-28 01:45:25 +01:00
|
|
|
|
</div>
|
|
|
|
|
<div class="feature-block">
|
2021-05-06 01:22:08 +02:00
|
|
|
|
<h3>CODE BLOCKS</h3>
|
2017-10-20 23:50:09 +02:00
|
|
|
|
<p>
|
2021-05-06 01:22:08 +02:00
|
|
|
|
Discuss code with ease using Markdown code blocks,
|
|
|
|
|
syntax highlighting, and
|
|
|
|
|
<a href="/help/code-blocks#code-playgrounds">code playgrounds</a>.
|
2017-10-20 23:50:09 +02:00
|
|
|
|
</p>
|
2017-02-28 01:45:25 +01:00
|
|
|
|
</div>
|
|
|
|
|
<div class="feature-block">
|
2017-07-19 19:41:23 +02:00
|
|
|
|
<h3>CUSTOMIZABLE AUTOMATIC LINKIFICATION</h3>
|
2017-10-20 23:50:09 +02:00
|
|
|
|
<p>
|
|
|
|
|
Customize Zulip’s markup to automatically link back
|
2017-07-19 19:41:23 +02:00
|
|
|
|
to your issue tracker or GitHub when you type
|
2017-10-20 23:50:09 +02:00
|
|
|
|
“#1235” or a commit ID.
|
|
|
|
|
</p>
|
2017-02-28 01:45:25 +01:00
|
|
|
|
</div>
|
2017-07-19 19:41:23 +02:00
|
|
|
|
</div>
|
2023-01-25 00:08:42 +01:00
|
|
|
|
<img class="image" src="{{ static('images/landing-page/features/message-formatting.png') }}" alt="" />
|
2017-07-19 19:41:23 +02:00
|
|
|
|
</section>
|
|
|
|
|
|
|
|
|
|
<section class="notifications">
|
|
|
|
|
<svg class="envelope" height="500" width="100" preserveAspectRatio="none" viewBox="0 0 100 100">
|
|
|
|
|
<polygon points="0,0 100,0 50,50" style="fill: #fafafa;" />
|
|
|
|
|
</svg>
|
2020-03-18 00:09:39 +01:00
|
|
|
|
<h2>Highly configurable notifications.</h2>
|
2017-07-19 19:41:23 +02:00
|
|
|
|
|
|
|
|
|
<div class="center">
|
|
|
|
|
<div class="image-block"></div>
|
|
|
|
|
<div class="feature-list">
|
|
|
|
|
<h3>@-mentions</h3>
|
|
|
|
|
<h3>Stream-wide announcements</h3>
|
|
|
|
|
<h3>Desktop notifications</h3>
|
|
|
|
|
<h3>Audible notifications</h3>
|
2022-11-09 02:00:47 +01:00
|
|
|
|
<h3>Message notification emails</h3>
|
2017-07-19 19:41:23 +02:00
|
|
|
|
<h3>Alert words</h3>
|
|
|
|
|
<h3>Optional weekly digest emails</h3>
|
2017-02-28 01:45:25 +01:00
|
|
|
|
</div>
|
|
|
|
|
</div>
|
2017-07-19 19:41:23 +02:00
|
|
|
|
</section>
|
|
|
|
|
|
|
|
|
|
<section class="keyboard-shortcuts">
|
2023-01-25 00:08:42 +01:00
|
|
|
|
<img class="overflow-wave" src="{{ static('images/landing-page/features/wave.png') }}" alt="" />
|
2017-07-19 19:41:23 +02:00
|
|
|
|
<div class="feature-block">
|
2020-03-18 00:09:39 +01:00
|
|
|
|
<h3>Keyboard shortcuts.</h3>
|
2017-07-19 19:41:23 +02:00
|
|
|
|
<p>Communicate as efficiently as you use your favorite
|
|
|
|
|
text editor. Anything you can do with a mouse, you
|
|
|
|
|
can do even faster from the keyboard.
|
2020-05-26 05:15:21 +02:00
|
|
|
|
<a class="cta" href="/help/keyboard-shortcuts" target="_blank" rel="noopener noreferrer">
|
2021-12-02 17:10:42 +01:00
|
|
|
|
Learn more about keyboard shortcuts.</a>
|
2017-07-19 19:41:23 +02:00
|
|
|
|
</p>
|
|
|
|
|
</div>
|
2023-01-25 00:08:42 +01:00
|
|
|
|
<img class="image" src="{{ static('images/landing-page/features/love-keyboard-shortcuts.svg') }}" alt="" />
|
2017-07-19 19:41:23 +02:00
|
|
|
|
</section>
|
|
|
|
|
|
|
|
|
|
<section>
|
2020-03-18 00:09:39 +01:00
|
|
|
|
<h2>Apps, integrations, and API.</h2>
|
2017-07-19 19:41:23 +02:00
|
|
|
|
|
2023-03-23 03:47:14 +01:00
|
|
|
|
<a class="feature-block" href="/integrations/" target="_blank" rel="noopener noreferrer">
|
2017-07-19 19:41:23 +02:00
|
|
|
|
<h3>INTEGRATIONS</h3>
|
2017-10-20 23:50:09 +02:00
|
|
|
|
<p>
|
|
|
|
|
Get alerts and updates from your favorite services with
|
2017-07-19 19:41:23 +02:00
|
|
|
|
off-the-shelf integrations for Trac, Nagios, GitHub,
|
2017-10-20 23:50:09 +02:00
|
|
|
|
Jenkins, and more.
|
|
|
|
|
</p>
|
2019-07-11 00:01:01 +02:00
|
|
|
|
</a>
|
2020-05-26 05:15:21 +02:00
|
|
|
|
<a class="feature-block" href="/api" target="_blank" rel="noopener noreferrer">
|
2017-07-19 19:41:23 +02:00
|
|
|
|
<h3>API</h3>
|
2017-10-20 23:50:09 +02:00
|
|
|
|
<p>
|
2022-04-07 00:17:06 +02:00
|
|
|
|
Rolling your own integrations—both sending and receiving—is a
|
|
|
|
|
snap with our simple RESTful API and Python bindings.
|
2017-10-20 23:50:09 +02:00
|
|
|
|
</p>
|
2019-07-11 00:01:01 +02:00
|
|
|
|
</a>
|
2023-03-23 03:59:33 +01:00
|
|
|
|
<a class="feature-block" href="/apps/" target="_blank" rel="noopener noreferrer">
|
2017-07-19 19:41:23 +02:00
|
|
|
|
<h3>MOBILE APPS</h3>
|
2022-04-07 00:17:06 +02:00
|
|
|
|
<p>Keep up while on the go with Zulip's iOS and Android apps.</p>
|
2019-07-11 00:01:01 +02:00
|
|
|
|
</a>
|
2023-03-23 03:59:33 +01:00
|
|
|
|
<a class="feature-block" href="/apps/" target="_blank" rel="noopener noreferrer">
|
2017-07-19 19:41:23 +02:00
|
|
|
|
<h3>DESKTOP APPS</h3>
|
2022-04-07 00:17:06 +02:00
|
|
|
|
<p>Even better than Zulip on the web, our desktop apps offer native
|
|
|
|
|
notifications and support for multiple Zulip accounts.</p>
|
2019-07-11 00:01:01 +02:00
|
|
|
|
</a>
|
2022-04-07 00:17:06 +02:00
|
|
|
|
<a class="feature-block" href="https://github.com/zulip/zulip-terminal#readme" target="_blank" rel="noopener noreferrer">
|
|
|
|
|
<h3>TERMINAL APP</h3>
|
|
|
|
|
<p>Terminal fans will love Zulip's official terminal client.</p>
|
|
|
|
|
</a>
|
|
|
|
|
<!--Hack: These 3 pseudo elements are here to ensure the flex
|
|
|
|
|
arrangement uses the proper cell size with 5 elements in 2 rows.-->
|
|
|
|
|
<div class="feature-block"></div>
|
2018-02-27 10:49:30 +01:00
|
|
|
|
<div class="feature-block"></div>
|
|
|
|
|
<div class="feature-block"></div>
|
2017-07-19 19:41:23 +02:00
|
|
|
|
</section>
|
|
|
|
|
|
|
|
|
|
<section>
|
2020-03-18 00:09:39 +01:00
|
|
|
|
<h2>And everything else you need…</h2>
|
2017-07-19 19:41:23 +02:00
|
|
|
|
|
2023-03-23 04:25:58 +01:00
|
|
|
|
<a class="feature-block" href="/security/" target="_blank" rel="noopener noreferrer">
|
2018-11-01 06:57:06 +01:00
|
|
|
|
<h3>ENTERPRISE-GRADE SECURITY</h3>
|
|
|
|
|
<p>
|
|
|
|
|
Zulip is used by some of the most security-conscious
|
|
|
|
|
organizations in the world.
|
|
|
|
|
</p>
|
2019-07-11 00:01:01 +02:00
|
|
|
|
</a>
|
2020-05-26 05:15:21 +02:00
|
|
|
|
<a class="feature-block" href="/help/search-for-messages" target="_blank" rel="noopener noreferrer">
|
2022-04-07 00:17:06 +02:00
|
|
|
|
<h3>POWERFUL FULL-TEXT SEARCH</h3>
|
2017-10-20 23:50:09 +02:00
|
|
|
|
<p>
|
|
|
|
|
Search is both snappy and smart, helping you look for
|
2017-07-19 19:41:23 +02:00
|
|
|
|
text, people, and threads of conversation, with advanced
|
2022-12-09 22:19:28 +01:00
|
|
|
|
search filters for fine-grained control.
|
2017-10-20 23:50:09 +02:00
|
|
|
|
</p>
|
2019-07-11 00:01:01 +02:00
|
|
|
|
</a>
|
2020-05-26 05:15:21 +02:00
|
|
|
|
<a class="feature-block" href="/help/stream-permissions" target="_blank" rel="noopener noreferrer">
|
2022-04-07 00:17:06 +02:00
|
|
|
|
<h3>COMPLETE HISTORY</h3>
|
2017-07-19 19:41:23 +02:00
|
|
|
|
<p>Join a stream and see its history, so even new team
|
|
|
|
|
members are never out of the loop.</p>
|
2019-07-11 00:01:01 +02:00
|
|
|
|
</a>
|
2020-05-26 05:15:21 +02:00
|
|
|
|
<a class="feature-block" href="/help/star-a-message" target="_blank" rel="noopener noreferrer">
|
2017-07-19 19:41:23 +02:00
|
|
|
|
<h3>STARRED MESSAGES</h3>
|
2022-11-09 02:00:47 +01:00
|
|
|
|
<p>Use starred messages as a todo list, or keep track of interesting
|
|
|
|
|
conversations.</p>
|
|
|
|
|
</a>
|
|
|
|
|
<a class="feature-block" href="/help/marking-messages-as-unread" target="_blank" rel="noopener noreferrer">
|
|
|
|
|
<h3>MARK AS UNREAD</h3>
|
|
|
|
|
<p>Mark messages as unread to return to them later.</p>
|
2019-07-11 00:01:01 +02:00
|
|
|
|
</a>
|
2020-05-26 05:15:21 +02:00
|
|
|
|
<a class="feature-block" href="/help/analytics" target="_blank" rel="noopener noreferrer">
|
2017-07-19 19:41:23 +02:00
|
|
|
|
<h3>STATISTICS</h3>
|
|
|
|
|
<p>Zulip has a powerful set of analytics available to
|
|
|
|
|
help you see how your organization communicates.</p>
|
2019-07-11 00:01:01 +02:00
|
|
|
|
</a>
|
2024-01-11 22:14:59 +01:00
|
|
|
|
<a class="feature-block" href="/help/direct-messages" target="_blank" rel="noopener noreferrer">
|
2017-07-19 19:41:23 +02:00
|
|
|
|
<h3>ONE-ON-ONE AND GROUP PRIVATE CONVERSATIONS</h3>
|
|
|
|
|
<p>Lightweight private conversations with one or as many people as you need.</p>
|
2019-07-11 00:01:01 +02:00
|
|
|
|
</a>
|
2020-05-26 05:15:21 +02:00
|
|
|
|
<a class="feature-block" href="/help/status-and-availability" target="_blank" rel="noopener noreferrer">
|
2019-02-22 01:36:23 +01:00
|
|
|
|
<h3>TEAM AVAILABILITY</h3>
|
2022-11-09 02:00:47 +01:00
|
|
|
|
<p>Let others know whether you're around with emoji statuses and
|
|
|
|
|
availability, or choose “invisible” mode.</p>
|
2019-07-11 00:01:01 +02:00
|
|
|
|
</a>
|
2020-05-26 05:15:21 +02:00
|
|
|
|
<a class="feature-block" href="/help/stream-permissions" target="_blank" rel="noopener noreferrer">
|
2018-06-27 00:04:03 +02:00
|
|
|
|
<h3>PRIVATE STREAMS</h3>
|
2017-07-19 19:41:23 +02:00
|
|
|
|
<p>Enjoy the benefits of threaded conversations while
|
|
|
|
|
controlling your audience and privacy.</p>
|
2019-07-11 00:01:01 +02:00
|
|
|
|
</a>
|
2023-08-29 03:09:41 +02:00
|
|
|
|
<a class="feature-block" href="/help/edit-a-message" target="_blank" rel="noopener noreferrer">
|
2017-07-19 19:41:23 +02:00
|
|
|
|
<h3>MESSAGE EDITING</h3>
|
2020-03-18 00:09:39 +01:00
|
|
|
|
<p>Don’t worry, you can always fix that typo, either in
|
2023-08-29 03:09:41 +02:00
|
|
|
|
the body of a message or its topic.</p>
|
2019-07-11 00:01:01 +02:00
|
|
|
|
</a>
|
2022-04-07 00:17:06 +02:00
|
|
|
|
<a class="feature-block" href="/help/move-content-to-another-stream" target="_blank" rel="noopener noreferrer">
|
|
|
|
|
<h3>MOVING MESSAGES</h3>
|
|
|
|
|
<p>
|
|
|
|
|
Organize conversations by easily moving messages to the
|
|
|
|
|
right stream and topic.
|
|
|
|
|
</p>
|
|
|
|
|
</a>
|
2022-07-07 01:23:51 +02:00
|
|
|
|
<a class="feature-block" href="/help/typing-notifications" target="_blank" rel="noopener noreferrer">
|
2017-07-19 19:41:23 +02:00
|
|
|
|
<h3>TYPING NOTIFICATIONS</h3>
|
|
|
|
|
<p>Know when other users are composing messages to you.</p>
|
2021-06-05 01:12:22 +02:00
|
|
|
|
</a>
|
2022-11-09 02:00:47 +01:00
|
|
|
|
<a class="feature-block" href="/help/read-receipts" target="_blank" rel="noopener noreferrer">
|
|
|
|
|
<h3>READ RECEIPTS</h3>
|
|
|
|
|
<p>Check who has read any message, no matter who sent it.</p>
|
|
|
|
|
</a>
|
2020-05-26 05:15:21 +02:00
|
|
|
|
<a class="feature-block" href="/help/view-and-edit-your-message-drafts" target="_blank" rel="noopener noreferrer">
|
2017-07-19 19:41:23 +02:00
|
|
|
|
<h3>SAVED DRAFTS</h3>
|
2020-03-18 00:09:39 +01:00
|
|
|
|
<p>Zulip’s drafts make it easy to write longer messages
|
2017-07-19 19:41:23 +02:00
|
|
|
|
without worrying about losing your work.</p>
|
2019-07-11 00:01:01 +02:00
|
|
|
|
</a>
|
2023-05-12 22:03:40 +02:00
|
|
|
|
<a class="feature-block" href="/help/schedule-a-message" target="_blank" rel="noopener noreferrer">
|
|
|
|
|
<h3>MESSAGE SCHEDULING</h3>
|
|
|
|
|
<p>Schedule a message to be sent later, when others are working.</p>
|
|
|
|
|
</a>
|
2021-09-15 01:42:35 +02:00
|
|
|
|
<a class="feature-block" href="/help/streams-and-topics" target="_blank" rel="noopener noreferrer">
|
2017-07-19 19:41:23 +02:00
|
|
|
|
<h3>CONVERSATIONS THREADED BY TOPIC</h3>
|
|
|
|
|
<p>Participate in several conversations with the same
|
|
|
|
|
group at once, without getting lost or overwhelmed.</p>
|
2019-07-11 00:01:01 +02:00
|
|
|
|
</a>
|
2022-04-07 00:17:06 +02:00
|
|
|
|
<a class="feature-block" href="/help/resolve-a-topic" target="_blank" rel="noopener noreferrer">
|
|
|
|
|
<h3>RESOLVE TOPIC</h3>
|
|
|
|
|
<p>Mark topics as ✔ completed. A lightweight way to manage support
|
|
|
|
|
interactions, investigating issues, and more.</p>
|
|
|
|
|
</a>
|
2020-05-26 05:15:21 +02:00
|
|
|
|
<a class="feature-block" href="/help/reading-strategies" target="_blank" rel="noopener noreferrer">
|
2017-07-19 19:41:23 +02:00
|
|
|
|
<h3>CATCH UP IN NO TIME</h3>
|
|
|
|
|
<p>With topics, hotkeys and snappy performance, usefully
|
|
|
|
|
reviewing hundreds of messages takes just minutes.</p>
|
2019-07-11 00:01:01 +02:00
|
|
|
|
</a>
|
2023-05-12 22:03:40 +02:00
|
|
|
|
<a class="feature-block" href="/help/mute-a-stream" target="_blank" rel="noopener noreferrer">
|
|
|
|
|
<h3>MUTE STREAM OR TOPIC</h3>
|
|
|
|
|
<p>Manage notifications by muting streams and topics that don't
|
|
|
|
|
require your attention.</p>
|
|
|
|
|
</a>
|
|
|
|
|
<a class="feature-block" href="/help/mute-a-user" target="_blank" rel="noopener noreferrer">
|
|
|
|
|
<h3>MUTE USER</h3>
|
|
|
|
|
<p>Users can mute anyone they'd rather not interact with.</p>
|
|
|
|
|
</a>
|
2022-04-07 00:17:06 +02:00
|
|
|
|
<a class="feature-block"
|
|
|
|
|
href="/help/link-to-a-message-or-conversation#link-to-zulip-from-anywhere"
|
|
|
|
|
target="_blank" rel="noopener noreferrer">
|
|
|
|
|
<h3>PERMANENT LINKS</h3>
|
|
|
|
|
<p>Permanently link to a Zulip conversation or a message in context
|
|
|
|
|
from your issue tracker, emails, documents, or anywhere else.</p>
|
|
|
|
|
</a>
|
2020-05-26 05:15:21 +02:00
|
|
|
|
<a class="feature-block" href="/help/change-your-language" target="_blank" rel="noopener noreferrer">
|
2018-07-29 01:33:28 +02:00
|
|
|
|
<h3>FULLY INTERNATIONALIZED</h3>
|
2017-07-19 19:41:23 +02:00
|
|
|
|
<p>The Zulip UI is fully internationalized and has been
|
2022-04-07 00:17:06 +02:00
|
|
|
|
translated into 23 languages.</p>
|
2019-07-11 00:01:01 +02:00
|
|
|
|
</a>
|
2020-05-26 05:15:21 +02:00
|
|
|
|
<a class="feature-block" href="/help/start-a-call" target="_blank" rel="noopener noreferrer">
|
2017-11-20 05:51:25 +01:00
|
|
|
|
<h3>VIDEO CALLS</h3>
|
|
|
|
|
<p>
|
|
|
|
|
Create and join video calls with a single click. Powered
|
2021-07-06 00:23:51 +02:00
|
|
|
|
by your choice of Zoom, Jitsi Meet, or BigBlueButton.
|
2017-11-20 05:51:25 +01:00
|
|
|
|
</p>
|
2019-07-11 00:01:01 +02:00
|
|
|
|
</a>
|
2020-05-26 05:15:21 +02:00
|
|
|
|
<a class="feature-block" href="/help/configure-authentication-methods" target="_blank" rel="noopener noreferrer">
|
2019-10-30 00:23:07 +01:00
|
|
|
|
<h3>FLEXIBLE AUTHENTICATION</h3>
|
|
|
|
|
<p>
|
|
|
|
|
Supported authentication providers include LDAP, SAML,
|
2022-04-07 00:17:06 +02:00
|
|
|
|
OIDC, Google, GitHub, GitLab, Apple, and more.
|
|
|
|
|
</p>
|
|
|
|
|
</a>
|
|
|
|
|
<a class="feature-block" href="/help/roles-and-permissions" target="_blank" rel="noopener noreferrer">
|
|
|
|
|
<h3>FLEXIBLE PERMISSIONS</h3>
|
|
|
|
|
<p>
|
|
|
|
|
Fine-grained permission settings for administrators and
|
|
|
|
|
moderators, and custom viewing and posting permissions for
|
|
|
|
|
streams.
|
|
|
|
|
</p>
|
|
|
|
|
</a>
|
|
|
|
|
<a class="feature-block" href="/help/add-or-remove-users-from-a-stream" target="_blank" rel="noopener noreferrer">
|
|
|
|
|
<h3>CONVENIENT SUBSCRIPTION MANAGEMENT</h3>
|
|
|
|
|
<p>
|
|
|
|
|
Subscribe a group of users to a stream, or copy membership from another stream.
|
|
|
|
|
</p>
|
|
|
|
|
</a>
|
|
|
|
|
<a class="feature-block" href="/help/invite-new-users" target="_blank" rel="noopener noreferrer">
|
|
|
|
|
<h3>CUSTOMIZABLE INVITATIONS</h3>
|
|
|
|
|
<p>
|
|
|
|
|
Configure user role, stream subscriptions and invite expiration
|
|
|
|
|
time when inviting new users.
|
2019-10-30 00:23:07 +01:00
|
|
|
|
</p>
|
|
|
|
|
</a>
|
2020-05-26 05:15:21 +02:00
|
|
|
|
<a class="feature-block" href="/help/import-from-slack" target="_blank" rel="noopener noreferrer">
|
2019-04-04 13:16:02 +02:00
|
|
|
|
<h3>DATA IMPORT</h3>
|
2018-05-02 19:05:53 +02:00
|
|
|
|
<p>
|
2021-07-24 23:39:05 +02:00
|
|
|
|
Import an existing Slack, Mattermost, Gitter or Rocket.Chat workspace into Zulip.
|
2018-05-02 19:05:53 +02:00
|
|
|
|
</p>
|
2019-07-11 00:01:01 +02:00
|
|
|
|
</a>
|
2022-10-17 23:28:33 +02:00
|
|
|
|
<a class="feature-block" href="/help/custom-profile-fields" target="_blank" rel="noopener noreferrer">
|
2018-08-14 22:04:35 +02:00
|
|
|
|
<h3>CUSTOM PROFILE FIELDS</h3>
|
|
|
|
|
<p>
|
2022-11-09 02:00:47 +01:00
|
|
|
|
Use Zulip to store directory information, pronouns, birthdays,
|
|
|
|
|
links to external accounts, or anything else.
|
2018-08-14 22:04:35 +02:00
|
|
|
|
</p>
|
2019-07-11 00:01:01 +02:00
|
|
|
|
</a>
|
2020-05-26 05:15:21 +02:00
|
|
|
|
<a class="feature-block" href="/help/roles-and-permissions" target="_blank" rel="noopener noreferrer">
|
2019-02-01 18:20:51 +01:00
|
|
|
|
<h3>GUESTS</h3>
|
|
|
|
|
<p>
|
2022-04-07 00:17:06 +02:00
|
|
|
|
Guests cannot access streams unless they are
|
|
|
|
|
explicitly added. Perfect for partners, vendors, and
|
|
|
|
|
temporary contractors.
|
2019-02-01 18:20:51 +01:00
|
|
|
|
</p>
|
2019-07-11 00:01:01 +02:00
|
|
|
|
</a>
|
2020-05-26 05:15:21 +02:00
|
|
|
|
<a class="feature-block" href="/help/create-your-organization-profile" target="_blank" rel="noopener noreferrer">
|
2019-02-22 01:36:23 +01:00
|
|
|
|
<h3>CUSTOM BRANDING</h3>
|
2019-02-01 18:47:45 +01:00
|
|
|
|
<p>
|
2021-05-14 00:16:30 +02:00
|
|
|
|
Use your logo instead of Zulip’s in the desktop and web app.
|
2019-02-01 18:47:45 +01:00
|
|
|
|
</p>
|
2019-07-11 00:01:01 +02:00
|
|
|
|
</a>
|
2022-04-07 00:17:06 +02:00
|
|
|
|
<a class="feature-block" href="https://github.com/42wim/matterbridge#readme" target="_blank" rel="noopener noreferrer">
|
|
|
|
|
<h3>CHAT BRIDGES</h3>
|
2019-02-22 01:36:45 +01:00
|
|
|
|
<p>
|
2022-04-07 00:17:06 +02:00
|
|
|
|
Mirror messages between Zulip and Slack, Microsoft
|
|
|
|
|
Teams, Discord, Matrix, and other tools.
|
2019-02-22 01:36:45 +01:00
|
|
|
|
</p>
|
2019-07-11 00:01:01 +02:00
|
|
|
|
</a>
|
2020-05-26 05:15:21 +02:00
|
|
|
|
<a class="feature-block" href="/help/moderating-open-organizations" target="_blank" rel="noopener noreferrer">
|
2019-05-21 06:37:40 +02:00
|
|
|
|
<h3>MODERATION</h3>
|
|
|
|
|
<p>
|
|
|
|
|
A full suite of tools for moderating open communities.
|
|
|
|
|
</p>
|
2019-07-11 00:01:01 +02:00
|
|
|
|
</a>
|
2022-04-28 12:49:40 +02:00
|
|
|
|
<a class="feature-block" href="/help/public-access-option" target="_blank" rel="noopener noreferrer">
|
2022-04-07 00:17:06 +02:00
|
|
|
|
<h3>PUBLIC ACCESS OPTION</h3>
|
|
|
|
|
<p>
|
|
|
|
|
Enable transparency by setting streams to be viewable
|
|
|
|
|
and searchable by anyone on the Internet, without
|
|
|
|
|
creating an account.
|
|
|
|
|
</p>
|
|
|
|
|
</a>
|
2020-05-26 05:15:21 +02:00
|
|
|
|
<a class="feature-block" href="/help/export-your-organization" target="_blank" rel="noopener noreferrer">
|
2019-08-14 22:43:00 +02:00
|
|
|
|
<h3>DATA EXPORTS</h3>
|
|
|
|
|
<p>
|
|
|
|
|
No vendor lock-in. Export your hosted Zulip to an
|
2023-05-12 22:03:40 +02:00
|
|
|
|
on-premises installation at any time. You can also request a
|
|
|
|
|
compliance export.
|
2019-08-14 22:43:00 +02:00
|
|
|
|
</p>
|
|
|
|
|
</a>
|
2021-03-19 13:21:18 +01:00
|
|
|
|
<a class="feature-block" href="/help/animated-gifs-from-giphy" target="_blank" rel="noopener noreferrer">
|
|
|
|
|
<h3>GIPHY INTEGRATION</h3>
|
|
|
|
|
<p>
|
|
|
|
|
Enjoy animated GIFs with Zulip's native GIPHY
|
|
|
|
|
integration.
|
|
|
|
|
</p>
|
|
|
|
|
</a>
|
2023-05-12 22:03:40 +02:00
|
|
|
|
<a class="feature-block" href="/help" target="_blank" rel="noopener noreferrer">
|
|
|
|
|
<h3>HELP CENTER</h3>
|
|
|
|
|
<p>
|
|
|
|
|
It's easy to get started with detailed documentation and
|
|
|
|
|
onboarding guides in the Zulip help center.
|
|
|
|
|
</p>
|
|
|
|
|
</a>
|
2020-05-26 05:15:21 +02:00
|
|
|
|
<a class="feature-block" href="https://github.com/zulip/zulip/" target="_blank" rel="noopener noreferrer">
|
2017-07-19 19:41:23 +02:00
|
|
|
|
<h3>YOUR FEATURE HERE</h3>
|
|
|
|
|
<p>Zulip is open source, so if something important for
|
|
|
|
|
your use case is missing, you can make it happen!</p>
|
2019-07-11 00:01:01 +02:00
|
|
|
|
</a>
|
2018-03-26 19:09:22 +02:00
|
|
|
|
<!--Hack: These two pseudo elements are here to ensure the flex
|
2020-03-28 01:25:56 +01:00
|
|
|
|
arrangement uses the proper cell size with 4 elements in 2 rows.-->
|
2018-03-26 19:09:22 +02:00
|
|
|
|
<div class="feature-block"></div>
|
2020-07-28 01:41:41 +02:00
|
|
|
|
<div class="feature-block"></div>
|
2022-04-07 00:17:06 +02:00
|
|
|
|
<div class="feature-block"></div>
|
2017-07-19 19:41:23 +02:00
|
|
|
|
</section>
|
2017-02-28 01:45:25 +01:00
|
|
|
|
</div>
|
2013-05-05 01:24:38 +02:00
|
|
|
|
{% endblock %}
|