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

# REG121: AI-Powered Website Builder for Small Businesses

> REG121 builds real, working React websites for small businesses — complete with AI editing, form data storage, and fully managed hosting.

Welcome to the REG121 documentation. REG121 is an AI-powered website builder that generates real, production-ready React web applications tailored to your business — no coding required. These docs cover everything from creating your first site and editing content to publishing, managing form submissions, and extending your site as a developer.

<CardGroup cols={2}>
  <Card title="Getting Started" icon="rocket" href="/platform/getting-started">
    Create your first site using the Site Wizard or the import wizard, and go live in minutes.
  </Card>

  <Card title="Editing Your Site" icon="pen-to-square" href="/platform/editing-your-site">
    Use the chat-based AI editor or click directly on any element to update your content and design.
  </Card>

  <Card title="Forms & Data" icon="table" href="/platform/forms-and-data">
    Collect form submissions saved automatically to a real database and view them in your dashboard.
  </Card>

  <Card title="Developer Overview" icon="code" href="/developer/overview">
    Explore the managed backend platform, custom database tables, and the full auth infrastructure.
  </Card>

  <Card title="Architecture" icon="layer-group" href="/developer/architecture">
    Understand how tenant-isolated Postgres schemas, the managed backend, and hosting all fit together.
  </Card>

  <Card title="Account & Billing" icon="credit-card" href="/platform/account-and-billing">
    Compare the Free, Pro, and Agency plans — every tier includes the full managed backend.
  </Card>
</CardGroup>

## Get Up and Running

<Steps>
  <Step title="Describe your business">
    Choose **Site Wizard** and enter a short description of your business. REG121's AI uses this to generate a complete, working React site customised for you — typically ready in just a few minutes.
  </Step>

  <Step title="Review and edit your site">
    Open the AI chat editor to request changes in plain English, or click directly on any element to edit it on the spot. Your site updates in real time as you work.
  </Step>

  <Step title="Connect your forms and data">
    Any forms on your site automatically save submissions to a dedicated database. Head to the dashboard to view responses and manage the custom database tables generated for your business.
  </Step>

  <Step title="Publish with one action">
    When you're happy, hit **Publish**. REG121 handles hosting, SSL, and your managed backend — there's nothing to configure and nothing to deploy manually.
  </Step>
</Steps>

<Note>
  These docs are organised into two sections: **Platform Docs** for business owners who want to build and manage their site, and **Developer Docs** for developers and agencies who want to explore the underlying architecture and extend their site. Use the tabs at the top of the page to switch between them.
</Note>
