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

# FluxCRUD

> Build robust, async FastAPI backends with less boilerplate.

<div className="flex justify-center">
  <img className="block dark:hidden" src="https://mintcdn.com/mahimaiaisolutions/v3SuWWJ23CkldSt6/images/logo.png?fit=max&auto=format&n=v3SuWWJ23CkldSt6&q=85&s=4bc4251f2cd1eb7d5c3c7aa4593708aa" alt="Hero Light" width={100} height={100} data-path="images/logo.png" />

  <img className="hidden dark:block" src="https://mintcdn.com/mahimaiaisolutions/v3SuWWJ23CkldSt6/images/logo.png?fit=max&auto=format&n=v3SuWWJ23CkldSt6&q=85&s=4bc4251f2cd1eb7d5c3c7aa4593708aa" alt="Hero Dark" width={100} height={100} data-path="images/logo.png" />
</div>

## Why FluxCRUD?

**FluxCRUD** is designed to provide a "Ruby on Rails" like experience for FastAPI, but with full type safety and async support.

<CardGroup cols={2}>
  <Card title="Repository Pattern" icon="database" href="/essentials/repository">
    Type-safe database abstractions
  </Card>

  <Card title="Auto-Router" icon="route" href="/api-reference/introduction">
    Generate CRUD endpoints in one line.
  </Card>

  <Card title="Performance" icon="bolt" href="/essentials/settings">
    Built-in connection pooling, caching, and batching.
  </Card>

  <Card title="Developer Experience" icon="code" href="/quickstart">
    Focus on your business logic, not boilerplate.
  </Card>
</CardGroup>

## Getting Started

Ready to build?

<Card title="Quickstart Guide" icon="rocket" href="/quickstart">
  Install FluxCRUD and build your first API in under 5 minutes.
</Card>
