rowboat

Navigating the streams! [Desktop application for viewing both Twitch and Youtube live streams]

View the Project on GitHub TheBrockEllis/rowboat

Screenshot 2024-02-13 at 11 57 34 AM

Rowboat

Helping you navigate the streams!

Stack

Stencil

The main application is built with stenciljs. Stencil providers a spiffy framework for building out page components and app architecture with jsx. It’s main strength is outputting vanilla web components, which is awesome #usetheplatform #ihatereact.

Ionic Framework

The component library is the Ionic Framework. Ionic provides a ton of components that are ready to use out of the box like list views, form fields, etc. I’ve used Ionic for many hybrid mobile apps and love the product and team behind it.

Neutralino

The tool used to build desktop application is Neutralino. It uses the existing web library on the native device instead of bundling Chromium, resulting in much smaler file sizes. This is the first time using this tool, but it seems promising thus far.

Commands

Running locally