2017-06-19 00:47:02 +02:00
{% extends "zerver/portico.html" %}
2019-10-23 07:46:34 +02:00
{% set entrypoint = "landing-page" %}
2017-06-19 00:47:02 +02:00
2019-07-11 05:59:52 +02:00
{% set OPEN_GRAPH_TITLE = 'Modern chat for open source' %}
2020-08-11 01:47:49 +02:00
{% set OPEN_GRAPH_DESCRIPTION = 'No message limits, rich moderation features, Markdown support, and a conversation model that scales to thousands of users.' %}
2019-07-11 05:59:52 +02:00
2017-06-19 00:47:02 +02:00
{% block title %}
< title > Zulip: the best group chat for open source projects< / title >
{% endblock %}
{% block customhead %}
2021-04-21 00:46:14 +02:00
< meta name = "viewport" content = "width=device-width, initial-scale=1.0" / >
2017-06-19 00:47:02 +02:00
{% endblock %}
{% block portico_content %}
{% include 'zerver/landing_nav.html' %}
2019-09-12 21:45:16 +02:00
< div class = "portico-landing why-page no-slide" >
< div class = "hero bg-pycon" >
< div class = "bg-dimmer" > < / div >
< div class = "content" >
2020-03-18 00:09:39 +01:00
< h1 class = "center" > {% trans %}Zulip for open source.{% endtrans %}< / h1 >
< p > Grow your community with fun, thoughtful, and inclusive discussion.< / p >
2019-09-12 21:45:16 +02:00
< / div >
2017-07-20 22:00:23 +02:00
< / div >
2017-06-19 00:47:02 +02:00
< div class = "main" >
< div class = "padded-content" >
2019-07-22 19:22:56 +02:00
< div class = "inner-content markdown" >
2017-07-31 22:36:06 +02:00
{{ render_markdown_path('zerver/for/open-source.md') }}
2017-06-19 00:47:02 +02:00
< / div >
< / div >
< / div >
2018-12-18 22:49:01 +01:00
< div class = "testimonials" >
< div class = "padded-content" >
< div id = "os-quote-carousel" class = "carousel slide" data-ride = "carousel" >
< div class = "carousel-quotes" >
< div class = "carousel-inner" >
< div class = "item active quote-container" >
< blockquote >
Zulip helped the FHIR community grow from a
tiny group of dreamers to 500 active users
sending 6000 messages per month, all driving
the creation of better healthcare
standards. Zulip’ s topic-based threading
helps us manage simultaneous discussions
with clarity, ensuring the right people can
pay attention to the right messages. This
makes our large-group discussion far more
2020-03-18 00:09:39 +01:00
manageable than what we’ ve experienced with
2021-04-09 08:26:41 +02:00
Skype and Slack.
2018-12-18 22:49:01 +01:00
< / blockquote >
< cite > Grahame Grieve, founder, FHIR health care standards body< / cite >
< / div >
< div class = "item quote-container" >
< blockquote >
Choosing Zulip over Slack as our group chat is one
2020-03-18 00:09:39 +01:00
of the best decisions we’ ve ever made. Zulip makes
2018-12-18 22:49:01 +01:00
it easy for our community of 1000 Recursers around
the world to stay involved, even years after their
batches finish. No other tool has a user
experience that scales to a community of our
size.
< / blockquote >
< cite > Nick Bergson-Shilcock, founder and CEO, Recurse Center< / cite >
< / div >
< div class = "item quote-container" >
< blockquote >
Wikimedia uses Zulip for its participation
2020-03-18 00:09:39 +01:00
in open source mentoring programs. Zulip’ s
2018-12-18 22:49:01 +01:00
threaded discussions help busy organization
administrators and mentors stay in close
communication with students during all
phases of the programs.
< / blockquote >
< cite > Srishti Sethi, Developer Advocate, Wikimedia Foundation< / cite >
< / div >
< div class = "item quote-container" >
< blockquote >
I highly recommend Zulip to other communities.
2020-03-18 00:09:39 +01:00
We’ re coming from Freenode as our only
2018-12-18 22:49:01 +01:00
real-time communication so the difference is
night and day. Slack is a no-go for many due
2020-03-18 00:09:39 +01:00
to not being FLOSS, and I’ m concerned about
2018-12-18 22:49:01 +01:00
vendor lock-in if they were to stop being so
generous.
2020-03-18 00:09:39 +01:00
Slack’ s threading model is much worse than
Zulip’ s IMO. The streams/topics flow is an
2018-12-18 22:49:01 +01:00
incredibly intuitive way to keep track of
everything that is going on.
< / blockquote >
< cite > RJ Ryan, Mixxx Developer< / cite >
< / div >
< / div >
< / div >
< div class = "left visibility-control hide" >
< a class = "fa fa-chevron-left" aria-hidden = "true" href = "#os-quote-carousel" data-slide = "prev" > < / a >
< / div >
< div class = "right visibility-control" >
< a class = "fa fa-chevron-right" aria-hidden = "true" href = "#os-quote-carousel" data-slide = "next" > < / a >
< / div >
< / div >
2021-04-21 00:46:14 +02:00
< hr / >
2018-12-18 22:49:01 +01:00
< div class = "company-container" >
< header >
2019-01-28 23:50:20 +01:00
< h2 class = "float left" > Leading open source projects use Zulip:< / h2 >
2018-12-18 22:49:01 +01:00
< div class = "float clear" > < / div >
< / header >
< div class = "company-box" >
< div class = "company wikimedia-outreach" > < / div >
< div class = "company wildfly" > < / div >
2019-01-29 19:02:11 +01:00
< div class = "company mariadb" > < / div >
2018-12-18 22:49:01 +01:00
< div class = "company hail" > < / div >
2019-01-29 19:48:42 +01:00
< div class = "company infinispan" > < / div >
2019-01-29 20:45:29 +01:00
< div class = "company inspire-hep" > < / div >
2018-12-18 22:49:01 +01:00
< div class = "company mixxx" > < / div >
< div class = "company fhir" > < / div >
2019-03-01 07:45:49 +01:00
< div class = "company openshot" > < / div >
2018-12-18 22:49:01 +01:00
< / div >
< / div >
< / div >
< / div >
2017-06-19 00:47:02 +02:00
< / div >
{% endblock %}