
Frames is a modern SVOD (Streaming Video on Demand) streaming service built with React and NestJS. It allows you to stream MP4 files from virtually any provider including local storage, S3, Dropbox, Google Drive, and more.
Frames revolutionizes the way you manage and stream your personal media collection. Designed to eliminate the limitations and high costs of proprietary streaming platforms, this modern subscription video on demand (SVOD) service allows users to access their media library from virtually anywhere. Embracing the latest web technologies, Frames ensures a seamless and visually stunning user experience while providing remarkable flexibility in how you consume your favorite shows and movies.
What sets Frames apart is its universal media support, enabling streaming from various sources, including local storage and multiple cloud services like S3 and Google Drive. With an attractive interface and a host of innovative features, Frames not only organizes your media efficiently but also enhances the overall viewing experience by bringing comprehensive information, recommendations, and social viewing options to the forefront.

Next.js is a React-based web framework that enables server-side rendering, static site generation, and other powerful features for building modern web applications.
React is a widely used JavaScript library for building user interfaces and single-page applications. It follows a component-based architecture and uses a virtual DOM to efficiently update and render UI components
TypeScript is a superset of JavaScript, providing optional static typing, classes, interfaces, and other features that help developers write more maintainable and scalable code. TypeScript's static typing system can catch errors at compile-time, making it easier to build and maintain large applications.