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

# Bot Hosting Overview

> Host your Discord bots 24/7 on Breeze Hosting with support for Python and JavaScript.

# Bot Hosting

Breeze Hosting makes it easy to keep your Discord bot online around the clock. Whether you're running a bot built with **discord.py**, **discord.js**, **Pycord**, **Nextcord**, or any other library, our platform handles the infrastructure so you can focus on your code.

## What You Get

* **24/7 uptime** for your Discord bot
* **Python and JavaScript** runtime support out of the box
* **Pterodactyl panel** for managing your server, files, console, and schedules
* **SFTP access** for uploading files from your local machine
* **Database support** for bots that need persistent storage

## Supported Languages & Frameworks

<CardGroup cols={2}>
  <Card title="Python" icon="python">
    discord.py, Pycord, Nextcord, hikari, and any other Python-based bot framework. Runs on Python 3.x.
  </Card>

  <Card title="JavaScript / Node.js" icon="js">
    discord.js, Eris, Oceanic.js, and any other Node.js-based bot framework. Runs on the latest LTS Node.js.
  </Card>
</CardGroup>

## How It Works

1. **Purchase a plan** from the [dashboard](https://dash.breezehost.xyz) and select your language (Python or JavaScript)
2. **Access the Pterodactyl panel** at [panel.breezehost.xyz](https://panel.breezehost.xyz) to manage your server
3. **Upload your bot files** through the panel's file manager or via SFTP
4. **Start your bot** from the panel console and watch it come online

<Tip>
  New to bot hosting? Head to the [Getting Started](/bot-hosting/getting-started) guide for a step-by-step walkthrough of deploying your first bot.
</Tip>

## Quick Links

<CardGroup cols={2}>
  <Card title="Getting Started" icon="rocket" href="/bot-hosting/getting-started">
    Deploy your bot for the first time
  </Card>

  <Card title="File Structure" icon="folder-tree" href="/bot-hosting/file-structure">
    Set up your files correctly so your bot starts properly
  </Card>

  <Card title="Uploading Files" icon="upload" href="/bot-hosting/uploading-files">
    Upload your bot via the file manager, SFTP, or zip archives
  </Card>

  <Card title="Common Errors" icon="triangle-exclamation" href="/bot-hosting/common-errors">
    Troubleshoot startup failures, crashes, and panel errors
  </Card>
</CardGroup>
