{% extends "content.html" %} {% set active_page = "community" %} {% block content %}

The Envoy development process is an open process. Here are the general communication channels we use to communicate.

Envoy works with the wider community to create a strong, vibrant codebase. There are a variety of projects and organizations built on top of Envoy. We will list them below in alphabetical order:

Open Source Projects Built on Envoy Proxy

{% for project in PROJECTS %}

{{ project.description }}

Learn More {% if project.github %}  |  Github {% endif %}

{% endfor %}

Commercial Support and/or Offerings Built on Envoy Proxy

{% for company in PARTNERS %}

{{ company.description }}

Learn More

{% endfor %}
{% endblock content %}