{% extends "zerver/portico.html" %} {% block customhead %} {{ super() }} {% stylesheet 'portico' %} {% stylesheet 'landing-page' %} {{ minified_js('landing-page')|safe }} {% endblock %} {% block hello_page_container %} hello-main{% endblock %} {% block os_announcement %} {% if show_oss_announcement %}
{{ _('Zulip balloon') }}
{{ _('Zulip has been released as open source software!') }} {% trans %}Read the announcement or go to the Zulip open source project website.{% endtrans %}
{% endif %} {% endblock %} {% block portico_content %} {% include 'zerver/landing_nav.html' %}

With Zulip integrations, your team can stay up-to-date on code changes, issue tickets, build system results, tweets about your project, and much more.

Many of these integrations require creating a Zulip bot. You can do so on your {{ settings_html|safe }}. Be sure to note its username and API key.

If an integration you want isn't available yet, you can contribute an integration or open an issue on GitHub and tag it with the "integrations" label (so you can get notified when that integration becomes available).

{% for integration in integrations_dict.values() %} {% if integration.is_enabled() %} {% endif %} {% endfor %}

The official Hubot integration provides an extension point for additional Zulip integrations.

A non-comprehensive list of integrations available through Hubot follows below:

{% for integration in hubot_lozenges_dict.values() %} {% endfor %}
{% for integration in integrations_dict.values() %} {% if integration.is_enabled() %}
{{ integration.help_content }}

Logos are trademarks of their respective owners. None of the integrations on this page are created by, affiliated with, or supported by the companies represented by the logos.

{% endif %} {% endfor %}
{% endblock %}