[![Contributors][contributors-shield]][contributors-url]
[![Forks][forks-shield]][forks-url]
[![Stargazers][stars-shield]][stars-url]
[![Issues][issues-shield]][issues-url]
[![License][license-shield]][license-url]
Table of Contents
-
About The Project
- Screenshots
-
Getting Started
- Usage Notes
- Contributing
- Support
- License
- Contact
- Acknowledgments
## About The Project
Nuvio Media Hub is a crossâplatform app for managing, discovering, and streaming your media via a flexible addon ecosystem. Built with React Native + Expo, it integrates providers and sync services while keeping a simple, fast UI.
### Key Features
* **đ Addon Ecosystem** â Integrate multiple providers and services
* **⥠Fast & Modern UI** â React Native + Expo with optimized navigation
* **đą CrossâPlatform** â iOS, Android, and Web (Expo) support
* **đ PrivacyâFirst** â No bundled content; you control sources via addons
* **đď¸ Library Sync** â Keep metadata and progress in sync across devices
* **đ§Š Extensible** â Community addons, customizations, and theme support
### Built With
React Native ⢠Expo ⢠TypeScript
## Demo
| Home | Details |
|:----:|:-------:|
|  |  |
(back to top)
## Getting Started
Follow the steps below to run the app locally.
### Installation
```bash
git clone https://github.com/tapframe/NuvioStreaming.git
cd NuvioStreaming
npm install
npx expo start
```
### Build
```bash
npx expo run:android # Android
npx expo run:ios # iOS
```
Alternative iOS Installation
### AltStore
[](https://tinyurl.com/NuvioAltstore)
### SideStore
[](https://tinyurl.com/NuvioSidestore)
**Manual URL:** `https://raw.githubusercontent.com/tapframe/NuvioStreaming/main/nuvio-source.json`
(back to top)
## Usage Notes
* Nuvio ships without builtâin content. Install addons to access sources.
* Some providers may require accounts, API keys, or region access.
* Performance depends on device and provider; enable caching where available.
(back to top)
## Contributing
Contributions make the openâsource community amazing! Any contributions are greatly appreciated.
1. Fork the project
2. Create your feature branch (`git checkout -b feature/AmazingFeature`)
3. Commit your changes (`git commit -m 'Add some AmazingFeature'`)
4. Push to the branch (`git push origin feature/AmazingFeature`)
5. Open a Pull Request
(back to top)
## Support
If you find Nuvio helpful, consider supporting development:
* **KoâFi** â `https://ko-fi.com/tapframe`
* **GitHub Star** â Star the repo to show support
* **Share** â Tell others about the project
(back to top)
## License
Distributed under the GNU GPLv3 License. See `LICENSE` for more information.
(back to top)
## Contact
**Project Links:**
* GitHub: `https://github.com/tapframe`
* Issues: `https://github.com/tapframe/NuvioStreaming/issues`
(back to top)
## Acknowledgments
* [React Native](https://reactnative.dev/)
* [Expo](https://expo.dev/)
* [TypeScript](https://www.typescriptlang.org/)
* Community contributors and testers
**Disclaimer:** This application functions as a media hub with addon/plugin support. It does not contain any builtâin content or host media content. Content access is only available through userâinstalled plugins and addons. Any legal concerns should be directed to the specific websites providing the content.
(back to top)
[contributors-shield]: https://img.shields.io/github/contributors/tapframe/NuvioStreaming.svg?style=for-the-badge
[contributors-url]: https://github.com/tapframe/NuvioStreaming/graphs/contributors
[forks-shield]: https://img.shields.io/github/forks/tapframe/NuvioStreaming.svg?style=for-the-badge
[forks-url]: https://github.com/tapframe/NuvioStreaming/network/members
[stars-shield]: https://img.shields.io/github/stars/tapframe/NuvioStreaming.svg?style=for-the-badge
[stars-url]: https://github.com/tapframe/NuvioStreaming/stargazers
[issues-shield]: https://img.shields.io/github/issues/tapframe/NuvioStreaming.svg?style=for-the-badge
[issues-url]: https://github.com/tapframe/NuvioStreaming/issues
[license-shield]: https://img.shields.io/github/license/tapframe/NuvioStreaming.svg?style=for-the-badge
[license-url]: http://www.gnu.org/licenses/gpl-3.0.en.html