A modern streaming web application for movies and TV shows.
I do not endorse piracy of any kind I simply enjoy programming and large user counts.
git clone https://github.com/Beam-Archive/Beam-web.git
cd Beam-web
pnpm install
pnpm run devVisit http://localhost:5173
- Installation Guide - Complete installation instructions
- Quick Start - Get running in 5 minutes
- Configuration Guide - Environment setup and customization
- Features Overview - Complete feature list
- Architecture - Technical architecture and design
- Development Guide - Contributing and development workflow
- Supabase Setup - Profile picture setup guide
- Setup Checklist - Verification checklist
- How It Works - Technical implementation details
- SQL Setup Script - Database setup
NOTE: To self-host, more setup is required. Check the installation guide to properly set up!
- Stream movies and TV shows
- Custom video player with HLS support
- User accounts with encrypted sync
- Bookmarks and watch history
- Profile pictures with Supabase
- Multiple themes
- Multi-language support
- PWA support
- Chromecast support
- Keyboard shortcuts
See FEATURES.md for complete feature list.
VITE_TMDB_READ_API_KEY=your_tmdb_api_keyVITE_BACKEND_URL=https://your-backend-url.com
VITE_SUPABASE_URL=https://your-project.supabase.co
VITE_SUPABASE_ANON_KEY=your_supabase_anon_keySee CONFIGURATION.md for all configuration options.
# Install dependencies
pnpm install
# Start dev server
pnpm run dev
# Run tests
pnpm run test
# Lint code
pnpm run lint
# Build for production
pnpm run buildSee DEVELOPMENT.md for detailed development guide.
Beam-web/
├── docs/ # Documentation
├── src/
│ ├── backend/ # Backend integration
│ ├── components/ # React components
│ ├── pages/ # Page components
│ ├── stores/ # State management
│ └── utils/ # Utilities
├── themes/ # Theme definitions
└── public/ # Static assets
See ARCHITECTURE.md for detailed architecture.
| Service | Link | Source Code |
|---|---|---|
| P-Stream Docs | docs | source code |
| Extension | extension | source code |
| Proxy | simple-proxy | source code |
| Backend | backend | source code |
| Frontend | P-Stream | source code |
| Weblate | weblate |
- FMHY (Voted as #1 multi-server streaming site of 2024)
- Piracy Subreddit Megathread
- Toon's Instances
- Entertainment Empire
- Search Engines: DuckDuckGo, Bing, Google
- Rentry.co
See LICENSE.md
