> ## Documentation Index
> Fetch the complete documentation index at: https://ngquct-worktree-statusbar-redesign.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# Development Overview

> Build TablePro from source, contribute, or write a database driver plugin.

# Development

Build TablePro from source, contribute, or write a database driver plugin.

<CardGroup cols={2}>
  <Card title="Setup" icon="wrench" href="/development/setup">
    Clone, install dependencies, open in Xcode.
  </Card>

  <Card title="Building" icon="hammer" href="/development/building">
    Build configurations, signing, release builds.
  </Card>

  <Card title="Architecture" icon="diagram-project" href="/development/architecture">
    Module layout, plugin system, editor pipeline.
  </Card>

  <Card title="Code Style" icon="indent" href="/development/code-style">
    Swift conventions, lint config, no-comment rule.
  </Card>

  <Card title="Plugin Registry" icon="box" href="/development/plugin-registry">
    Publish and distribute database driver plugins.
  </Card>
</CardGroup>
