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

# Introduction

> Boostify Documentation

<Card title="Get Started" icon="rocket" href="/quickstart">
  Set up Boostify in minutes using our hosted platform or self-host it yourself.
</Card>

## Why Boostify?

Boostify is a developer-to-community Discord bot focused on booster management, transparency, and modern infrastructure.

Unlike traditional Discord bots, Boostify is:

* Fully open-source
* Frequently updated
* Self-hostable
* Modular by design
* Free to use at scale

No hidden logic. No locked systems. No artificial limitations.

## Features

<CardGroup cols={2}>
  <Card title="Boost Tracking" icon="bolt">
    Track server boosts and manage booster activity automatically.
  </Card>

  <Card title="Reward Roles" icon="shield">
    Automatically reward boosters with custom roles and perks.
  </Card>

  <Card title="Auto Thank-You Messages" icon="heart">
    Welcome and appreciate boosters with configurable messages.
  </Card>

  <Card title="Moderation & Logging" icon="list">
    Built-in moderation utilities and detailed server logging.
  </Card>

  <Card title="Self Hosting" icon="server">
    Run Boostify yourself with Docker or Node.js support.
  </Card>

  <Card title="Transparent Infrastructure" icon="code">
    Every feature is open-source and fully auditable on GitHub.
  </Card>
</CardGroup>

## Deployment Options

<CardGroup cols={2}>
  <Card title="Cloud Hosted" icon="cloud" href="/quickstart">
    Use the official Boostify instance for free.
  </Card>

  <Card title="Self Hosted" icon="terminal" href="/self-hosting">
    Deploy Boostify on your own infrastructure with full control.
  </Card>
</CardGroup>

## Tech Stack

Boostify is built using:

* TypeScript
* PostgreSQL
* Prisma ORM
* discord.js
* Node.js

The project supports relational databases through Prisma compatibility.

## Philosophy

Boostify is freemium by feel — not by functionality.

We believe core infrastructure for communities should remain accessible, transparent, and customizable.

You can inspect the source code, modify the platform, self-host it, and contribute to its future.

## Links

<CardGroup cols={2}>
  <Card title="GitHub Repository" icon="github" href="https://github.com/teamboostify/boostify">
    View the source code, contribute, or self-host Boostify.
  </Card>

  <Card title="Quick Start" icon="book" href="/quickstart">
    Start configuring Boostify for your server.
  </Card>
</CardGroup>
