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

# What software we use

> The software we use when developing with Quntem.

## What we use for development

We use Docker as our main development environment. This allows us to create a consistent and reproducible environment for all our projects. We also use GitHub for version control,
which helps us keep track of changes and be able to collaborate with other developers.

<CardGroup cols={2}>
  <Card title="Docker" icon="docker" href="https://www.docker.com/">
    We use Docker for our main development environment.
  </Card>

  <Card title="GitHub" icon="github" href="https://www.github.com/Quntem">
    We use GitHub for version control and for others to view our open source projects.
  </Card>
</CardGroup>

## What we use for designs

We use Figma as our main design tool. This is followed by Aseprite, which is used for pixel art.

<Note>Aseprite is a paid software. You can compile it or download Libresprite to use it for free.</Note>

<CardGroup cols={2}>
  <Card title="Figma" icon="figma" href="https://www.figma.com/">
    We use Figma for our main design tool. This is used for all of our designs.
  </Card>

  <Card title="Aseprite" icon="alien-8bit" href="https://www.aseprite.org/">
    We use Aseprite for pixel art. This is used for all of our pixel art designs.
  </Card>

  <Card title="Lucide Icons" icon="icons" href="https://lucide.dev/">
    We use Lucide Icons as our icons. This is used for all of our icons¹.
  </Card>
</CardGroup>

<Note>¹ We used Material Icons for our icons before. This is used before v1.0 (≤ v0.9.0).</Note>

## What we use for our Documentation

We use Mintlify for our documentation. You can edit our documentation at our GitHub page.

<Note>We use the free plan of Mintlify.</Note>

<CardGroup cols={2}>
  <Card title="Mintlify" icon="book" href="https://www.mintlify.com/">
    We use Mintlify for our documentation. This is used for all of our documentation.
  </Card>

  <Card title="Quntem Docs" icon="book-open-cover" href="https://www.github.com/Quntem/docs">
    Quntem Docs is our documentation. You are reading it right now. It is open sourced.
  </Card>
</CardGroup>
