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

# Welcome to Fabricate

> Build full-stack apps with AI — no coding experience required.

<Info>
  **Build Anything, Ship Faster.** Fabricate turns your ideas into production-ready full-stack apps using advanced AI, deployed on Cloudflare.
</Info>

Fabricate is an AI-powered app builder that takes your idea from prompt to deployed product. Describe what you want to build, and Fabricate generates a complete React + TypeScript + Tailwind app — with a real database, authentication, payments, and more — all running on Cloudflare's global edge network.

## Explore the Docs

<Columns cols={3}>
  <Card title="What is Fabricate?" icon="sparkles" href="/introduction/what-is-fabricate">
    Understand how Fabricate works and what it can build for you.
  </Card>

  <Card title="Quickstart" icon="rocket" href="/introduction/quickstart">
    Build and deploy your first app in under 5 minutes.
  </Card>

  <Card title="Plans & Credits" icon="credit-card" href="/introduction/plans-and-credits">
    Explore Free, Pro, and Scale plans and how credits work.
  </Card>

  <Card title="Build Mode" icon="hammer" href="/build/build-mode">
    Generate and iterate on your app with AI-powered code generation.
  </Card>

  <Card title="Discuss Mode" icon="message-circle" href="/build/discuss-mode">
    Plan, brainstorm, and get advice without spending build credits.
  </Card>

  <Card title="GitHub Sync" icon="github" href="/build/github-sync">
    Two-way sync with GitHub — push, pull, and collaborate on your code.
  </Card>
</Columns>

## What Can You Build?

Fabricate handles the full stack so you can focus on your idea. Every app includes:

* **Frontend** — React 18, TypeScript, Vite, Tailwind CSS 4, and shadcn/ui components
* **Backend** — Hono.js API routes running on Cloudflare Workers
* **Database** — Cloudflare D1 (SQLite) with auto-generated schema and migrations
* **Auth** — Secure user authentication out of the box
* **Payments** — Stripe integration for subscriptions and one-time payments
* **Deployment** — Instantly live on Cloudflare's global edge network

## Get Started

<Steps>
  <Step title="Sign up for free">
    Go to [fabricate.build](https://fabricate.build) and create your account. No credit card required.
  </Step>

  <Step title="Describe your app">
    Type what you want to build in the prompt box. Be as detailed or as brief as you like.
  </Step>

  <Step title="Build and iterate">
    Fabricate generates your app. Use **Build Mode** to make changes, and **Discuss Mode** to plan without spending credits.
  </Step>

  <Step title="Deploy">
    Hit deploy to go live on Cloudflare. Add a custom domain, configure visibility, and share your app with the world.
  </Step>
</Steps>

## Community & Support

<CardGroup cols={3}>
  <Card title="Discord Community" icon="discord" href="https://discord.gg/fabricate">
    Join the Fabricate community — get help, share what you're building, and connect with other builders.
  </Card>

  <Card title="X / Twitter" icon="twitter" href="https://x.com/fabricatedev">
    Follow @fabricatedev for product updates, tips, and inspiration.
  </Card>

  <Card title="Email Support" icon="envelope" href="mailto:support@fabricate.build">
    Need direct help? Reach us at [support@fabricate.build](mailto:support@fabricate.build).
  </Card>
</CardGroup>
