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

# Introduction

> Welcome to Hyperbeam's documentation portal 👋

## What is Hyperbeam?

Hyperbeam allows you to embed virtual computers within your website in minutes.

Open any third-party website or application, synchronize audio and video flawlessly among multiple participants, and add multi-user control with just a few lines of code.

Watch our API demo video below:

<Example resizable>
  <video class="w-full aspect-video rounded-lg shadow-lg" src="https://hbdev-vids.hyperbeam.com/hb_api2.mp4" controls autoplay />
</Example>

### Run various applications:

* Chromium (virtual browser)
* Android emulator (<a href="https://docs.google.com/forms/d/e/1FAIpQLSdsVFZ4cQ4Q2nHNRhwb6SvmJIekv7fuQVa27zWnk_r5F48B5w/viewform?usp=pp_url&entry.126298931=Android+emulation" target="_blank" rel="noopener noreferrer">Request access</a>)
* NES emulator (<a href="https://docs.google.com/forms/d/e/1FAIpQLSdsVFZ4cQ4Q2nHNRhwb6SvmJIekv7fuQVa27zWnk_r5F48B5w/viewform?usp=pp_url" target="_blank" rel="noopener noreferrer">Request access</a>)
* Want to run something else? Let us know at [founders@hyperbeam.com](mailto:founders@hyperbeam.com) or <a href="https://docs.google.com/forms/d/e/1FAIpQLSdsVFZ4cQ4Q2nHNRhwb6SvmJIekv7fuQVa27zWnk_r5F48B5w/viewform?usp=pp_url" target="_blank" rel="noopener noreferrer">request it here</a>

## Supported 3D JS Libraries

<CardGroup cols={2}>
  <Card
    title="Three.js Example"
    icon={
  <img src="https://mintlify.s3-us-west-1.amazonaws.com/hyperbeam/assets/threejs-logo.svg" />
}
    color="#a888ff"
    href="https://github.com/hyperbeam/threejs-example"
  />

  <Card
    title="A-Frame Example"
    icon={
  <img src="https://mintlify.s3-us-west-1.amazonaws.com/hyperbeam/assets/aframe-logo.png" />
}
    color="#a888ff"
    href="https://github.com/hyperbeam/aframe-example"
  />

  <Card
    title="React Three Fiber Example"
    icon={
  <img src="https://mintlify.s3-us-west-1.amazonaws.com/hyperbeam/assets/react-logo.svg" />
}
    color="#a888ff"
    href="https://github.com/hyperbeam/react-three-fiber-example"
  />

  <Card
    title="Babylon.js Example"
    icon={
  <img src="https://mintlify.s3-us-west-1.amazonaws.com/hyperbeam/assets/babylonjs-logo.svg" />
}
    color="#a888ff"
    href="https://github.com/hyperbeam/babylonjs-example"
  />
</CardGroup>

## Client SDKs

<CardGroup cols={3}>
  <Card title="JavaScript SDK" icon="js" color="#a888ff" href="/client-sdk/javascript" />

  <Card title="Unity SDK (WebGL)" icon="unity" color="#a888ff" href="/client-sdk/unity/unity-webgl-sdk" />

  <Card title="Unity SDK (Desktop)" icon="unity" color="#a888ff" href="/client-sdk/unity/unity-desktop-sdk" />
</CardGroup>

## Other Resources

<CardGroup cols={2}>
  <Card title="REST API" icon="window" color="#a888ff" href="/rest-api/dispatch">
    Create and manage virtual computer sessions server-side.
  </Card>

  <Card title="Open Source Examples" icon="square-plus" color="#a888ff" href="/home/examples">
    A collection of open source examples that use the Hyperbeam API.
  </Card>
</CardGroup>

Have questions? Contact us at [founders@hyperbeam.com](mailto:founders@hyperbeam.com) and we'll be happy to help.
