Obs Web

screenshot of Obs Web
svelte
bulma
scss

OBS-web - the easiest way to control OBS remotely

Overview

OBS-web is a tool that allows users to control OBS (Open Broadcaster Software) remotely through any modern web browser, including both desktop and mobile devices. It offers a range of features that enhance the usability and flexibility of OBS for content creators.

Features

  • No Installation Required: Works in any modern browser without the need for additional software.
  • Local and Internet Control: Supports control over local network and internet through WSS tunnels.
  • Scene Control: Easily switch scenes, start/stop streaming and recording, and supports Studio Mode.
  • Virtual Camera and Live Preview: Supports Virtual Camera, live view of preview and output, and fullscreen button with wakelock support.
  • Replay Buffer and Bookmarking: Replay Buffer button, easy bookmarking by specifying host in URL.
  • Profile and Scene Collections Support: Profile switching, scene collections switching, and custom transition support.
  • Additional Features: Hide scenes with specific names, switch sources visually by thumbnails.
svelte
Svelte

Svelte is a modern front-end framework that compiles your code at build time, resulting in smaller and faster applications. It uses a reactive approach to update the DOM, allowing for high performance and a smoother user experience.

bulma
Bulma

Bulma is a free, open source CSS framework based on Flexbox and built with Sass. It's 100% responsive, fully modular, and available for free.

scss
SCSS

SCSS is a preprocessor scripting language that extends the capabilities of CSS by adding features such as variables, nesting, and mixins. It allows developers to write more efficient and maintainable CSS code, and helps to streamline the development process by reducing repetition and increasing reusability.

postcss
Postcss

PostCSS is a popular open-source tool that enables web developers to transform CSS styles with JavaScript plugins. It allows for efficient processing of CSS styles, from applying vendor prefixes to improving browser compatibility, ultimately resulting in cleaner, faster, and more maintainable code.

rollup
Rollup

RollupJS is a popular and efficient JavaScript module bundler that takes the code from multiple modules and packages them into a single optimized file, minimizing the overall size of the application and improving its performance.