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

# Introduction

> Deep learning at the speed of light.

<img className="block dark:hidden rounded-xl" src="https://mintcdn.com/luminal/XFjttMIf41qV5eoG/images/abstract_light.jpg?fit=max&auto=format&n=XFjttMIf41qV5eoG&q=85&s=298def8cca1ba50b81a83abe50dece34" alt="Hero Light" width="1344" height="768" data-path="images/abstract_light.jpg" />

<img className="hidden dark:block rounded-xl" src="https://mintcdn.com/luminal/XFjttMIf41qV5eoG/images/abstract.jpg?fit=max&auto=format&n=XFjttMIf41qV5eoG&q=85&s=961bcc492759b1fc8d3ef5b8434dd2bf" alt="Hero Dark" width="1344" height="768" data-path="images/abstract.jpg" />

Luminal is a new machine learning framework focused on **speed**, **simplicity** and **composability**. We take a new approach to ML by focusing on static graphs and leaning heavily on compilers.

## Contents

Navigate around the Luminal docs.

<CardGroup cols={2}>
  <Card title="Quickstart" icon="bolt" href="/docs/quickstart">
    Get up and running ML models in a flash.
  </Card>

  <Card title="Why Luminal" icon="lightbulb" href="/docs/why">
    Dive into why Luminal was created and the design philosophy behind it.
  </Card>

  <Card title="GraphTensor API" icon="webhook" href="/docs/graphtensor">
    High-level interface for building models.
  </Card>

  <Card title="Modules" icon="shapes" href="/docs/modules">
    Composable building blocks of complex neural networks.
  </Card>

  <Card title="Compilers" icon="microchip" href="/docs/compilers">
    Core transformations of the computation graph.
  </Card>

  <Card title="Developers" icon="code" href="/developers">
    Resources for contributors and future development.
  </Card>

  <Card title="Blog" icon="newspaper" href="/blog">
    Lessons and milestones on the way to the future of ML.
  </Card>

  <Card title="Community" icon="people-group" href="https://discord.gg/VQf3j8WWNd">
    Come join a group of builders working on ambitious problems.
  </Card>
</CardGroup>
