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

# Blitzy Platform

> AI-native software development platform for code generation, modernization, and documentation

<Card title="Get Started" icon="rocket" horizontal href="/introduction">
  Onboard your first repository and generate production-ready code with Blitzy.
</Card>

***

## What Blitzy Does

Blitzy generates code from your prompts, validates it in isolated environments, and opens a pull request for your review. You control every step — from the implementation plan to the final merge.

<Frame caption="You review every decision before code ships">
  <img src="https://mintcdn.com/blitzy-c2eefe5a/zW1V6gp28Dv1LcG8/images/blitzy-human-in-the-loop.webp?fit=max&auto=format&n=zW1V6gp28Dv1LcG8&q=85&s=ff07fa73b2db833f3784b92605d07eb1" alt="Blitzy Human-in-the-Loop Workflow" width="2196" height="948" data-path="images/blitzy-human-in-the-loop.webp" />
</Frame>

***

## Who Uses Blitzy

<Tabs>
  <Tab title="Technical Debt">
    * Large-scale refactoring that would take quarters to complete manually
    * Security vulnerabilities requiring systematic remediation across codebases
    * Architectural improvements that keep getting deprioritized
  </Tab>

  <Tab title="Legacy Codebases">
    * Modernization projects requiring months of engineering effort
    * Undocumented systems needing comprehensive documentation
    * Pattern migrations across hundreds or thousands of files
  </Tab>

  <Tab title="Scaling Teams">
    * Adding features without expanding headcount
    * Launching products that wouldn't otherwise be feasible
    * Maintaining consistent code quality across large teams
  </Tab>

  <Tab title="Engineering Leaders">
    * Shipping critical work without pulling senior engineers off roadmap items
    * Compressing development timelines from months to days
    * Freeing teams to focus on high-value problems
  </Tab>
</Tabs>

***

## Explore the Docs

### Platform

<CardGroup cols={2}>
  <Card title="Workspace" icon="computer" href="/platform/workspace">
    Write prompts, review plans, and manage code generation.
  </Card>

  <Card title="Knowledge Base" icon="book-atlas" href="/platform/knowledge-base">
    Browse technical specifications by repository and branch.
  </Card>
</CardGroup>

### Workflows

<CardGroup cols={2}>
  <Card title="Project Lifecycle" icon="diagram-project" href="/project-lifecycle/sharing">
    Set up repos, review specs, validate plans, and verify output.
  </Card>

  <Card title="Administration" icon="gear" href="/administration/environments">
    Environments, teams, SSO, submodules, and usage metering.
  </Card>

  <Card title="Prompt Engineering" icon="wand-magic-sparkles" href="/prompt-engineering/ingestion">
    Ingestion, generation, refinement, and validation.
  </Card>

  <Card title="Pull Request Review" icon="code-pull-request" href="/pull-request-review/merge">
    Merge, close, and refine decisions for generated code.
  </Card>
</CardGroup>

### Integrations

<CardGroup cols={2}>
  <Card title="Integrations" icon="plug" href="/integrations/integrations-welcome">
    Connect GitHub, GitLab, Azure DevOps, and Figma to your Blitzy projects.
  </Card>
</CardGroup>

### Guides & Templates

<CardGroup cols={2}>
  <Card title="Use Cases" icon="lightbulb" href="/use-cases/development-modernization/add-feature">
    Step-by-step examples for features, refactoring, bug fixes, security, and testing.
  </Card>

  <Card title="Templates" icon="file-lines" href="/templates/feature-product-development/new-product">
    Ready-to-use prompt templates for common scenarios.
  </Card>
</CardGroup>

***

<Card title="Log In to Blitzy" icon="arrow-right" href="https://platform.blitzy.com">
  Open the platform and start generating code.
</Card>
