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

# Introduction

> Turn Intent into Deployed Applications

Lyzr Architect is an enterprise-grade **Text-to-App** platform. It transforms natural-language prompts into fully functional, full-stack agentic applications — powered by multi-agent orchestration, and ready to share with a live URL.

You describe what you want in plain English. Architect plans it with you, designs the interface, creates the AI agents that power it, writes the front-end and back-end, fixes its own errors, and deploys the result — without you touching a line of code or configuring any infrastructure.

<img src="https://mintcdn.com/lyzr-636197f6/waK5HZo52hovWKdQ/images/architect-homepage.png?fit=max&auto=format&n=waK5HZo52hovWKdQ&q=85&s=9b4c337c2207196cd463a84f390c3713" alt="Lyzr Architect Interface" className="rounded-lg border border-gray-200 shadow-sm" width="2939" height="1305" data-path="images/architect-homepage.png" />

## What makes Architect different?

Most "AI coding tools" are really just autocomplete engines — they help you write functions faster, but you're still the one stitching the system together, wiring up the backend, and figuring out how to deploy it.

**Lyzr Architect is a System Builder.** From a single prompt, it autonomously engineers the front-end, the agentic middle layer, and the data and tooling underneath — then runs, tests, and ships it as one deterministic workflow.

<CardGroup cols={2}>
  <Card title="Vibe Coding" icon="terminal">
    Stop worrying about syntax. Describe the *vibe*, the business logic, and the user flow in plain English, and Architect translates your intent into production-ready code.
  </Card>

  <Card title="Full-Stack Agentic Apps" icon="layer-group">
    It doesn't just write scripts. It builds a complete front-end, an intelligent agentic middle layer, and plugs in the tooling and knowledge bases your use case actually needs.
  </Card>

  <Card title="Agent Orchestration" icon="microchip">
    Architect uses Lyzr Studio to spin up autonomous agents — researchers, writers, analysts — and wires them directly into your app's backend.
  </Card>

  <Card title="Self-Correction Loop" icon="rotate-right">
    A built-in QA loop runs the code Architect generates. If something fails a type check or throws a console error, it rewrites the code and re-checks before ever showing you the app.
  </Card>
</CardGroup>

## How a Build Flows

Every app follows the same path — and you stay in control at each stage:

<Steps>
  <Step title="Plan & brainstorm">
    Before any code is written, you shape the idea with Architect — refine the requirements, preview how the app will look, and generate supporting artifacts. See [Planning & Brainstorming](/build/planning-brainstorming).
  </Step>

  <Step title="Build">
    Architect creates the agents, writes the UI and backend, and self-heals errors until the app runs in a live preview.
  </Step>

  <Step title="Refine">
    Chat to iterate — or flip into [Plan Mode](/build/plan-mode) to map out a bigger change before building it.
  </Step>

  <Step title="Deploy">
    Ship to a live, shareable URL, or connect your own custom domain. See [Deployment & Publishing](/build/deployment).
  </Step>
</Steps>

<Card title="Start building" icon="arrow-right" href="/build/build-guide">
  New here? The Build Guide walks you through creating your first agentic app, end to end.
</Card>
