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

# Introduction

> Design circuit boards blazing fast - with code

atopile brings the power of software development workflows to hardware design.
By describing electronics with code, you can leverage modularity, version control, and deep validation.

Capture design intelligence and constraints directly in your code, enabling auto-selection of
components, embedded calculations checked on every build, and reliable, configurable modules.

This allows for rapid iteration, easier collaboration, and robust designs validated through
continuous integration.

<CardGroup cols={2}>
  <Card title="Quickstart" icon="rocket" href="./quickstart/1-installation">
    Get set up and running.
  </Card>

  <Card title="Make each project faster" icon="arrows-spin" href="./essentials/4-packages">
    Confidently reuse chunks of design between projects.
  </Card>

  <Card title="Pick parts automatically" icon="bolt" href="./essentials/3-add-component">
    Tell us what you need and we'll pick discretes for you!
  </Card>

  <Card title="Validate constantly" icon="paper-plane" href="./essentials/2-the-ato-compiler">
    Recheck every calculation, tolerance and requirement on every build - all automatically.
  </Card>
</CardGroup>
