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

# Introduction

> The AI Backend Engineer.

Backdrift is an AI-powered platform that architects, validates, and deploys production-grade cloud backends from natural language.

We bridge the gap between AI frontend builders (like **Lovable**, **Bolt**, and **v0**) and serious cloud infrastructure. You describe the logic; we handle the infrastructure complexity.

## The Backdrift Approach

<CardGroup cols={2}>
  <Card title="Prompt to Cloud" icon="sparkles">
    Describe your application ("A multi-tenant CRM") and get a fully deployed backend in minutes.
  </Card>

  <Card title="React Frontend Included" icon="react">
    We don't just build the API. We deploy a full **React + Vite** admin application to let you manage your data immediately.
  </Card>

  <Card title="Validation Engine" icon="shield-check">
    Our AI agents run hundreds of checks—security, cost, and architecture—before a single resource is deployed.
  </Card>

  <Card title="No Lock-in" icon="lock-open">
    We deploy standard cloud resources. You can export the raw Infrastructure-as-Code (CDK) at any time.
  </Card>
</CardGroup>

## Who is Backdrift for?

Backdrift is designed for:

* **Frontend developers** who want to add a backend to their AI-generated UIs without learning cloud infrastructure
* **Startup founders** who need to move fast but can't afford security mistakes
* **Agencies** building MVPs for clients who need production-ready backends
* **Solo developers** who want enterprise-grade infrastructure without a DevOps team

## How it Works

<Steps>
  <Step title="Describe Your Backend">
    Use natural language to describe your application's entities, relationships, and business logic.
  </Step>

  <Step title="Review & Refine">
    Chat with the AI to iterate on your spec. Add features, adjust permissions, or clarify requirements.
  </Step>

  <Step title="Validate">
    Our Validation Engine checks your design against security best practices, cost efficiency, and architectural patterns.
  </Step>

  <Step title="Deploy">
    One click deploys your entire backend—database, API, authentication, and frontend—to the cloud.
  </Step>
</Steps>

## What You Get

Every Backdrift project includes:

| Artifact           | Description                                                                   |
| ------------------ | ----------------------------------------------------------------------------- |
| **REST API**       | A fully documented API with authentication, CRUD endpoints, and health checks |
| **React Frontend** | A Vite + React admin app with login, data browser, and entity management      |
| **Authentication** | User signup, login, password reset, and role-based access control             |
| **Database**       | DynamoDB (NoSQL) or RDS PostgreSQL with automatic schema generation           |
| **SDKs**           | Python and TypeScript client libraries                                        |
| **Design Docs**    | LLM-optimized documentation for AI coding assistants                          |

## Next Steps

<CardGroup cols={2}>
  <Card title="Quickstart" icon="rocket" href="/quickstart">
    Deploy your first backend in 5 minutes.
  </Card>

  <Card title="Blueprints" icon="blueprint" href="/concepts/blueprints">
    Understand the universal spec that powers everything.
  </Card>
</CardGroup>
