--- layout: default id: thanks permalink: /thanks/ title: Thanks - Open Source used in this site ---

Hundreds of thousands of open source projects are used across Microsoft's products and services, many contributed to by Microsoft engineers and teams along the way.

Thousands of projects power this simple website alone. Thanks to all of the participants of these communities for building great technology together.

Powering this site

{% for featured in site.data.dependencies %} {% for project in featured.featured %}
{% if project.repo %}

{{ project.title }}

{% else %}

{{ project.title }}

{% endif %} {% if project.description %}

{{ project.description }}

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

Web dependencies

{% for components in site.data.dependencies %} {% for project in components.components %}
{% if project.repo %}

{{ project.title }}

{% else %}

{{ project.title }}

{% endif %} {% if project.description %}

{{ project.description }}

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

Development and build dependencies

{% for dependencies in site.data.dependencies %} {% for project in dependencies.dependencies %}
{% if project.repo %}

{{ project.title }}

{% else %}

{{ project.title }}

{% endif %} {% if project.description %}

{{ project.description }}

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