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

# Introduction

> JavaScript SDK for streaming Unreal Engine to the browser.

The Streampixel Web SDK is a JavaScript library for embedding your Unreal Engine stream into any web page — with full programmatic control over UI, events, voice chat, and lifecycle. Use it when an iframe isn't enough.

## What you'll need

* A Streampixel account with a project (you'll need the `appId` from the dashboard)
* Node.js 16 or later
* A modern browser (Chrome, Firefox, Edge, Safari)

## Start here

|                                                                 |                                                                       |
| --------------------------------------------------------------- | --------------------------------------------------------------------- |
| [Installation](/resources/web-sdk/getting-started/installation) | Install via npm or yarn.                                              |
| [Quick start](/resources/web-sdk/getting-started/quick-start)   | A minimal working example.                                            |
| [Core concepts](/resources/web-sdk/core-concepts/overview)      | How initialization, return values, and the connection lifecycle work. |

## Resources

<CardGroup cols={2}>
  <Card title="SDK on GitHub" icon="github" href="https://github.com/infinity-void-metaverse/Streampixel-Web-SDK">
    Source, releases, changelog.
  </Card>

  <Card title="Example app" icon="github" href="https://github.com/infinity-void-metaverse/Streampixel-SDK-Example">
    A working reference implementation.
  </Card>
</CardGroup>
