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

# Introduction

> Turn any website into a type-safe API in seconds with ManyPI

## Get Started with ManyPI

Transform websites into fully-typed APIs with just a few lines of code. ManyPI makes it effortless to interact with web content programmatically.

<Card title="Quick Start Guide" icon="rocket" href="/quickstart" horizontal>
  Get up and running in under 5 minutes with our quickstart guide.
</Card>

## Core Features

Powerful capabilities to supercharge your web automation

<Columns cols={2}>
  <Card title="Website to API" icon="globe" href="/features/website-to-api">
    Convert any website into a type-safe API endpoint instantly.
  </Card>

  <Card title="Type Safety" icon="shield" href="/features/type-safety">
    Get full TypeScript support with automatically generated types.
  </Card>

  <Card title="Authentication" icon="key" href="/features/authentication">
    Handle authentication when implementing ManyPI API endpoints.
  </Card>

  <Card title="Rate Limiting" icon="gauge" href="/features/rate-limiting">
    Built-in rate limiting to prevent abuse and ensure reliability.
  </Card>
</Columns>

## Developer Resources

Everything you need to build with ManyPI

<Card title="API Reference" icon="code" href="/api-reference">
  Complete API documentation with examples.
</Card>

## Need Help?

<Card title="Contact us" icon="comments" href="https://manypi.com/contact" horizontal>
  Get support, ask questions, and share your thoughts.
</Card>
