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

# EazeMyAPI Documentation

Build backend APIs instantly using AI.

**Describe your app → AI creates database → APIs ready instantly.**

***

## Quick Start

<div className="grid grid-cols-1 md:grid-cols-2 gap-4">
  <a href="/docs/getting-started">
    <div className="border rounded-lg p-4 hover:shadow">
      <h3>Getting Started</h3>
      <p>Create your first project and generate backend APIs.</p>
    </div>
  </a>

  <a href="/docs/api-quick-start">
    <div className="border rounded-lg p-4 hover:shadow">
      <h3>API Quick Start</h3>
      <p>Test your first API request in minutes.</p>
    </div>
  </a>

  <a href="/docs/authentication">
    <div className="border rounded-lg p-4 hover:shadow">
      <h3>Authentication</h3>
      <p>Secure your APIs using the X-API-SIGNATURE header.</p>
    </div>
  </a>

  <a href="/docs/frontend-integration">
    <div className="border rounded-lg p-4 hover:shadow">
      <h3>Frontend Integration</h3>
      <p>Connect React, Next.js, Flutter, Android, and iOS apps.</p>
    </div>
  </a>
</div>

***

## What is EazeMyAPI?

EazeMyAPI is an AI-powered backend builder that allows developers to generate databases and REST APIs instantly without writing backend server code.

With EazeMyAPI you can:

* Create projects and databases quickly
* Generate REST APIs automatically
* Use custom queries for advanced logic
* Connect frontend apps instantly

***

## Explore the Guides

* [Build Backend with AI](guides/build-backend-with-ai)
* [Build Backend Without Coding](guides/build-backend-without-coding)
* [Build SaaS MVP in 48 Hours](guides/build-saas-mvp-in-48-hours)
* [Backend Architecture for Startup MVP](guides/backend-architecture-for-startup-mvp)
