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

# Introduction

> Welcome to Wryft Chat - A modern real-time chat platform

## What is Wryft Chat?

Wryft Chat is a modern, real-time chat application built with React and Rust. It provides Discord-like functionality with servers, channels, direct messages, and more.

## Key Features

<CardGroup cols={2}>
  <Card title="Real-time Messaging" icon="message">
    WebSocket-based instant messaging with typing indicators
  </Card>

  <Card title="Servers & Channels" icon="server">
    Organize conversations with Discord-like server structure
  </Card>

  <Card title="Friends System" icon="users">
    Add friends, send requests, and manage your social network
  </Card>

  <Card title="Voice Channels" icon="microphone">
    Join voice channels for real-time audio communication
  </Card>
</CardGroup>

## Tech Stack

* **Frontend**: React 18, Vite, WebSocket
* **Backend**: Rust (Axum), PostgreSQL, Redis
* **Storage**: MinIO (S3-compatible)
* **Auth**: JWT tokens

## Quick Links

<CardGroup cols={2}>
  <Card title="Quickstart" icon="rocket" href="/quickstart">
    Get up and running in 5 minutes
  </Card>

  <Card title="API Reference" icon="code" href="/api/authentication">
    Explore the REST API
  </Card>

  <Card title="Deployment" icon="cloud" href="/deployment/docker">
    Deploy to production
  </Card>

  <Card title="GitHub" icon="github" href="https://github.com/Warehouser-dev/wryft-chat">
    View source code
  </Card>
</CardGroup>
