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

# Home

> Engineering wisdom and best practices for vibe coders.

<div style={{ textAlign: "center", marginBottom: "2rem" }}>
  # Vibe Coder Docs

  Get a better start on your knowledge, security, and foundations for building vibe-coded apps.
</div>

You now have the power to create real applications, deploy products, and build things that previously required years of engineering experience. That's incredible — but it's easy to fall into traps that your AI assistant might not warn you about.

This site covers the foundational knowledge you need to build software that doesn't just work — it works **well, securely, and reliably**.

<CardGroup cols={3}>
  <Card title="Introduction" icon="hand-wave" href="/get-started/introduction">
    What this site is, who's behind it, and why it exists.
  </Card>

  <Card title="Quickstart" icon="rocket" href="/get-started/quickstart">
    How to navigate, search, and integrate these docs with your AI tools.
  </Card>

  <Card title="Concepts" icon="map" href="/get-started/concepts">
    Overview of all topics covered — find what's relevant to you.
  </Card>
</CardGroup>

## What's Covered

<CardGroup cols={2}>
  <Card title="General IT" icon="server" href="/concepts/general-it">
    Networking, DNS, hosting, and the infrastructure your code runs on.
  </Card>

  <Card title="Security" icon="shield-halved" href="/concepts/security/overview">
    Infrastructure, application, AI, and localhost security.
  </Card>

  <Card title="General Programming" icon="code" href="/concepts/general-programming">
    Core concepts and patterns that AI tools assume you know.
  </Card>

  <Card title="Data Theory" icon="diagram-project" href="/concepts/data-theory">
    How data is structured, related, and transformed.
  </Card>

  <Card title="Databases & Storage" icon="database" href="/concepts/databases-storage">
    Choosing and using data persistence.
  </Card>

  <Card title="Building AI Applications" icon="microchip-ai" href="/concepts/building-ai-applications">
    Best practices for AI-powered software.
  </Card>
</CardGroup>
