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

# Welcome to Shard Cloud Tutorials

> Explore comprehensive tutorials for deploying your applications on Shard Cloud. From web frameworks to bots, we've got you covered.

## Available Tutorials

<AccordionGroup>
  <Accordion title="Platform Features" icon="gear">
    <CardGroup cols={2}>
      <Card title="Custom Domain" icon="globe" href="/tutorials/platform/custom-domain">
        Configure your own domain with SSL.
      </Card>

      <Card title="Git Integration" icon="github" href="/tutorials/platform/git-integration">
        Set up automatic deployments from GitHub.
      </Card>

      <Card title="Lavalink" icon="music" href="/tutorials/platform/lavalink">
        Host your own Lavalink music server.
      </Card>

      <Card title="Puppeteer" icon="browser" href="/tutorials/platform/puppeteer">
        Run Puppeteer browser automation.
      </Card>

      <Card title="Selenium" icon="browser" href="/tutorials/platform/selenium">
        Run Selenium automation scripts.
      </Card>

      <Card title="GitHub Actions" icon="github" href="/tutorials/platform/github-actions">
        Deploy with GitHub Actions CI/CD workflows.
      </Card>
    </CardGroup>
  </Accordion>

  <Accordion title="API Frameworks" icon="server">
    <CardGroup cols={2}>
      <Card title="Express" icon="js" href="/tutorials/api/express">
        Build and deploy Express.js REST APIs.
      </Card>

      <Card title="Fastify" icon="bolt" href="/tutorials/api/fastify">
        Deploy high-performance Fastify applications.
      </Card>

      <Card title="Gin" icon="golang" href="/tutorials/api/gin">
        Host high-performance Go Gin APIs.
      </Card>

      <Card title="Flask" icon="flask" href="/tutorials/api/flask">
        Deploy Python Flask web applications.
      </Card>

      <Card title="Django" icon="python" href="/tutorials/api/django">
        Host full-stack Django applications.
      </Card>
    </CardGroup>
  </Accordion>

  <Accordion title="Website Frameworks" icon="globe">
    <CardGroup cols={2}>
      <Card title="Next.js" icon="react" href="/tutorials/website/nextjs">
        Deploy React-based Next.js applications.
      </Card>

      <Card title="React" icon="react" href="/tutorials/website/react">
        Host React single-page applications.
      </Card>

      <Card title="Vue" icon="vuejs" href="/tutorials/website/vue">
        Deploy Vue.js applications.
      </Card>

      <Card title="Nuxt" icon="vuejs" href="/tutorials/website/nuxt">
        Host Vue-based Nuxt applications.
      </Card>

      <Card title="Vite" icon="bolt" href="/tutorials/website/vite">
        Deploy Vite-powered applications.
      </Card>

      <Card title="Angular" icon="angular" href="/tutorials/website/angular">
        Host Angular applications.
      </Card>

      <Card title="Astro" icon="rocket" href="/tutorials/website/astro">
        Deploy Astro static sites.
      </Card>

      <Card title="Remix" icon="react" href="/tutorials/website/remix">
        Host Remix full-stack applications.
      </Card>
    </CardGroup>
  </Accordion>

  <Accordion title="Bot Platforms" icon="robot">
    <CardGroup cols={2}>
      <Card title="Discord" icon="discord" href="/tutorials/bots/discord">
        Create and host Discord bots.
      </Card>

      <Card title="Telegram" icon="telegram" href="/tutorials/bots/telegram">
        Deploy Telegram bots.
      </Card>

      <Card title="WhatsApp" icon="whatsapp" href="/tutorials/bots/whatsapp">
        Host WhatsApp bots.
      </Card>

      <Card title="Slack" icon="slack" href="/tutorials/bots/slack">
        Deploy Slack bots.
      </Card>

      <Card title="X (Twitter)" icon="x-twitter" href="/tutorials/bots/x-twitter">
        Create X/Twitter bots.
      </Card>
    </CardGroup>
  </Accordion>
</AccordionGroup>

***

## Getting Help

Join our community on Discord to get help from other developers and share your experiences.

<Card title="Shard Cloud Community" icon="discord" color="#7289DA" href="https://discord.gg/jjdYayFu5Q">
  Chat with developers, ask questions, and share feedback in our community
  Discord server.
</Card>
