{% extends "zerver/portico.html" %} {% set entrypoint = "landing-page" %} {% set OPEN_GRAPH_TITLE = 'Modern team chat for researchers' %} {% set OPEN_GRAPH_DESCRIPTION = 'No message limits, rich moderation features, LaTeX support, and a threading model that supports both conversations and focus work.' %} {% block title %} Zulip: team chat for thoughtful distributed collaboration {% endblock %} {% block customhead %} {% endblock %} {% block portico_content %} {% include 'zerver/landing_nav.html' %}

{% trans %}Zulip for researchers.{% endtrans %}

Modern team chat with native LaTeX support. Free for academic research.

{{ render_markdown_path('zerver/for/research.md') }}
{% endblock %}