Skip to content

OpenStreamPoll Documentation

Welcome to OpenStreamPoll

OpenStreamPoll is an open-source live polling platform specifically designed for streamers. It enables real-time audience engagement through interactive polls, featuring instant results and seamless integration with popular streaming tools.

Quick Start

git clone https://github.com/yoanbernabeu/OpenStreamPoll.git
cd OpenStreamPoll
make deploy
docker run -d -p 80:80 \
  -e SERVER_NAME=:80 \
  -e APP_ENV=prod \
  --name openstreampoll \
  yoanbernabeu/openstreampoll:latest
git clone https://github.com/yoanbernabeu/OpenStreamPoll.git
cd OpenStreamPoll
make first-install

Key Features

  • Live Polling System
  • Create instant polls
  • Real-time results
  • Multiple choice questions

  • Stream Integration

  • Native OBS integration
  • Customizable overlays
  • QR code display

  • Easy Administration

  • User-friendly interface
  • Poll management
  • Results tracking

Project Overview

OpenStreamPoll is built with:

  • PHP 8.3 with Symfony 7.2
  • Alpine.js & HTMX
  • Tailwind CSS with DaisyUI
  • Docker & FrankenPHP

For detailed information, check out: