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

# Welcome to Tangent

> Stream processing without DSLs. Shareable, sandboxed, fast.

## Get Started

<Columns cols={2}>
  <Card title="Install Tangent" icon="download" href="/install">
    Install Tangent on your platform
  </Card>

  <Card title="Quickstart" icon="code" href="/quickstart">
    See it in action in 5 minutes
  </Card>
</Columns>

***

## Learn More

<Columns cols={2}>
  <Card title="CLI" icon="terminal" href="/cli/overview">
    Create new plugins, test, compile, and start the runtime
  </Card>

  <Card title="Configuration" icon="settings" href="/configuration/tangent-yaml">
    Configure Tangent's settings for the runtime, plugins, and tests
  </Card>

  <Card title="Authoring Plugins" icon="plug-zap" href="/plugins/authoring">
    Learn more about how to create a plugin
  </Card>

  <Card title="Runtime" icon="flame" href="/runtime">
    Deep dive into the Tangent runtime
  </Card>
</Columns>
