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

# Welcome to ecge

> The developer platform for building, deploying, and scaling modern applications

## Get started

Everything you need to go from zero to production with ecge.

<Card title="Quickstart guide" href="/quickstart" horizontal>
  Set up your first project in under five minutes.
</Card>

## Explore the platform

<Columns cols={2}>
  <Card title="Configuration" href="/essentials/settings">
    Configure your project settings, environments, and deployment targets.
  </Card>

  <Card title="Project structure" href="/essentials/navigation">
    Understand how ecge projects are organized and how routing works.
  </Card>

  <Card title="Writing content" href="/essentials/markdown">
    Author pages using Markdown and MDX with built-in components.
  </Card>

  <Card title="API reference" href="/api-reference/introduction">
    Integrate with the ecge API to manage resources programmatically.
  </Card>
</Columns>

## Build with ecge

<Columns cols={2}>
  <Card title="Code examples" href="/essentials/code">
    Syntax-highlighted code blocks with multi-language support.
  </Card>

  <Card title="Media and assets" href="/essentials/images">
    Embed images, videos, and interactive content.
  </Card>

  <Card title="Reusable components" href="/essentials/reusable-snippets">
    Create shared snippets to keep content consistent across pages.
  </Card>

  <Card title="Local development" href="/development">
    Run ecge locally and preview changes in real time.
  </Card>
</Columns>
