{% extends "zerver/portico.html" %} {% set entrypoint = "landing-page" %} {% set PAGE_TITLE = "History of the Zulip project" %} {% set PAGE_DESCRIPTION = "Learn how Zulip grew from a small startup to become the project with the most active open-source development community of any team chat software." %} {% block customhead %} {% endblock %} {% block portico_content %} {% include 'zerver/landing_nav.html' %}

History of the Zulip project

Zulip at the PyCon Sprints in Portland, Oregon. Over seventy-five people sprinted during the four day event.
{{ render_markdown_path('corporate/history.md') }}
{% endblock %}