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

# Introduction

> Welcome to CoreBase documentation.

CoreBase is a simple yet powerful backend for your apps. It gives you a database, authentication, file storage, and realtime updates — all with an easy-to-use JavaScript client.

## Why CoreBase?

<CardGroup cols={2}>
  <Card title="Simple" icon="wand-magic-sparkles">
    Commands are easy to read and write.
  </Card>

  <Card title="Fast" icon="bolt">
    Built for performance and realtime speed.
  </Card>

  <Card title="Secure" icon="shield-check">
    Manage users and permissions effortlessly.
  </Card>

  <Card title="Typed" icon="code">
    Full TypeScript support out of the box.
  </Card>
</CardGroup>

## Get Started

<Card title="Quickstart Guide" icon="rocket" href="/quickstart" horizontal>
  Install the library and connect your app in under 5 minutes.
</Card>

## Explore Features

<CardGroup cols={2}>
  <Card title="Authentication" icon="user-shield" href="/authentication">
    Secure user login and signup.
  </Card>

  <Card title="Database" icon="table" href="/database">
    CRUD operations made simple.
  </Card>

  <Card title="Storage" icon="cloud-arrow-up" href="/storage">
    File uploads and management.
  </Card>

  <Card title="Realtime" icon="bolt" href="/realtime">
    Live data sync for your UI.
  </Card>
</CardGroup>
