> ## Documentation Index
> Fetch the complete documentation index at: https://tyk.io/docs/llms.txt
> Use this file to discover all available pages before exploring further.

# Tyk Stack

> Overview of Tyk Stack components, both open-source and closed-source.

export const linkStyle = {
  fontWeight: 'normal',
  textDecoration: 'none',
  borderBottom: 'none',
  color: 'rgb(var(--primary))',
  transition: 'border-bottom 0.2s ease'
};

export const handleMouseEnter = e => {
  e.target.style.borderBottom = '1px solid rgb(var(--primary))';
};

export const handleMouseLeave = e => {
  e.target.style.borderBottom = 'none';
};

## Tyk Open Source

The Tyk Team has created and maintains the following components, which are fully Open Source and available under Mozilla Public License 2.0 (MPL). Star the Tyk components you use by clicking the appropriate button:

<Columns cols={2}>
  <Card title="Tyk Gateway" href="https://github.com/TykTechnologies/tyk" cta="⭐️ Github" arrow={true}>
    Fully fledged API Gateway.

    <a href="/5.12/tyk-oss-gateway" style={linkStyle} onMouseEnter={handleMouseEnter} onMouseLeave={handleMouseLeave}>Learn more</a>
  </Card>

  <Card title="Tyk Pump" href="https://github.com/TykTechnologies/tyk-pump" cta="⭐️ Github" arrow={true}>
    Send API analytics data to your chosen backend.

    <a href="/5.12/api-management/tyk-pump" style={linkStyle} onMouseEnter={handleMouseEnter} onMouseLeave={handleMouseLeave}>Learn more</a>
  </Card>

  <Card title="Tyk Identity Broker" href="https://github.com/TykTechnologies/tyk-identity-broker" cta="⭐️ Github" arrow={true}>
    Connect your third-party IdP systems.

    <a href="/5.12/api-management/external-service-integration#what-is-tyk-identity-broker-tib-" style={linkStyle} onMouseEnter={handleMouseEnter} onMouseLeave={handleMouseLeave}>Learn more</a>
  </Card>

  <Card title="Tyk Helm Chart" href="https://github.com/TykTechnologies/tyk-charts" cta="⭐️ Github" arrow={true}>
    Deploy Tyk in K8S.

    <a href="/5.12/product-stack/tyk-charts/overview" style={linkStyle} onMouseEnter={handleMouseEnter} onMouseLeave={handleMouseLeave}>Learn more</a>
  </Card>
</Columns>

MPL is a copyleft license that is easy to comply with. You must make the source code for any of your changes available under MPL, but you can combine the MPL software with proprietary code, as long as you keep the MPL code in separate files. Version 2.0 is, by default, compatible with LGPL and GPL version 2 or greater. You can distribute binaries under a proprietary license, as long as you make the source available under MPL. This is just a brief overview of MPL, you should refer to the MPL license in full and if you are in any doubt about how this license impacts you, please contact us to discuss.

You can find additional FAQs regarding the MPL license [here](https://www.mozilla.org/en-US/MPL/2.0/FAQ/).

## Closed Source

The following Tyk components, created and maintained by the Tyk Team, are proprietary and closed-source:

* [Tyk Dashboard](/5.12/api-management/dashboard-configuration)
* [Tyk Developer Portal](/5.12/portal/overview/intro)
* [Tyk Multi Data Center Bridge](/5.12/api-management/mdcb#managing-geographically-distributed-gateways-to-minimize-latency-and-protect-data-sovereignty)
* [Universal Data Graph](/5.12/api-management/data-graph#overview)
* [Tyk Operator](/5.12/api-management/automations/operator#what-is-tyk-operator)
* [Tyk Sync](/5.12/api-management/automations/sync)

If you plan to deploy and use the above components On-premise, license keys are required.
