diff --git a/README.md b/README.md
index 1386451..c5b344b 100644
--- a/README.md
+++ b/README.md
@@ -1,137 +1,153 @@
-# Nuvio Streaming App
+# Nuvio Streaming App
- A cross‑platform streaming client built with React Native and Expo, featuring Stremio addon support and Trakt synchronization.
+ A modern streaming application built with React Native and Expo, featuring comprehensive Stremio addon integration and Trakt.tv synchronization.
---
-## Status and Downloads
-- This project is currently in Beta. Issues and PRs are welcome.
-- Download: [Releases](https://github.com/tapframe/NuvioStreaming/tags)
+## ⚠️ Beta Release
+This application is currently in beta. Please report any issues you encounter.
+
+[Download Latest Release](https://github.com/tapframe/NuvioStreaming/tags)
---
-## Installation
+## 📱 Installation
-### AltStore
-
[Add to AltStore](https://tinyurl.com/NuvioAltstore)
+### AltStore Installation
+
[](https://tinyurl.com/NuvioAltstore)
-### SideStore
-
[Add to SideStore](https://tinyurl.com/NuvioSidestore)
+### SideStore Installation
+
[](https://tinyurl.com/NuvioSidestore)
-Manual source URL: `https://raw.githubusercontent.com/tapframe/NuvioStreaming/main/nuvio-source.json`
+**Manual URL:** `https://raw.githubusercontent.com/tapframe/NuvioStreaming/main/nuvio-source.json`
---
-## Core Capabilities
+## ✨ Core Features
-- **Streaming and Playback**
- - Built‑in React Native Video player with gesture controls
- - External player handoff for broader compatibility
- - Subtitle selection and basic quality preferences
+### 🎬 Content Discovery
+- **Personalized Recommendations:** Smart home screen with continue watching functionality
+- **Advanced Search:** Comprehensive filtering and instant search results
+- **Rich Metadata:** Detailed content information, cast, crew, and ratings
+- **Calendar Integration:** Track upcoming episodes and releases
+- **Library Management:** Personal collections with watch history tracking
-- **Discovery and Library**
- - Search with filters and rich title/episode metadata
- - Continue watching and progress tracking
- - Cast and crew details, similar titles
+### 🎥 Streaming Experience
+- **Dual Player Support:** Built-in video player with gesture controls and external player integration
+- **Intelligent Quality Selection:** Automatic stream optimization and subtitle support
+- **Trailer Playback:** Seamless trailer integration with preloading
+- **Continuous Playback:** Auto-play functionality for uninterrupted viewing
+- **Progress Synchronization:** Resume playback across devices
-- **Integrations**
- - Trakt: watch history, ratings, library sync (foreground and background)
- - Stremio addons: multiple content sources and addon management
- - TMDB: imagery and metadata; MDBList ratings support
- - Local scraper provider support
+### 🔗 Platform Integrations
+- **Trakt.tv Sync:** Complete watch history, ratings, and library synchronization
+- **Stremio Ecosystem:** Full addon compatibility with easy management
+- **TMDB Integration:** Comprehensive metadata and high-quality imagery
+- **MDBList Support:** Enhanced ratings and recommendations
+- **Custom Scrapers:** Local content source integration
-- **UX and Performance**
- - Modern UI with dynamic theming from artwork
- - Optimized image caching and list virtualization
- - iOS and Android support
+### 🎨 User Interface
+- **Material Design:** Clean, modern interface with smooth animations
+- **Dynamic Theming:** Content-based color extraction and customization
+- **Cross-Platform:** Native experience on iOS and Android
+- **Performance Optimized:** Efficient rendering and image caching
+
+### 🔔 Advanced Features
+- **Push Notifications:** New episode alerts and content reminders
+- **Background Synchronization:** Automatic data updates and content sync
---
-## Screenshots
+## 📸 Screenshots
-| Home | Details | Library |
-|:----:|:-------:|:-------:|
-|  |  |  |
+| Home Screen | Details Page | Home Screen 2 |
+|:-----------:|:------------:|:-------------:|
+|  |  |  |
-Additional images are available in `screesnhots/`.
+| Library | Player Loading | Video Player |
+|:-------:|:--------------:|:------------:|
+|  |  |  |
+
+| Ratings | Episodes & Seasons | Search & Details |
+|:-------:|:------------------:|:----------------:|
+|  |  |  |
---
-## Tech Stack
-- React Native, Expo, TypeScript
-- React Navigation, Reanimated/Gesture Handler
-- react-native-video, MMKV/AsyncStorage, FastImage
-- Tooling: Metro, EAS, GitHub Actions
+## 🧰 Tools & Technologies
+
+
+
+
+
+
---
-## Development
+## 🛠️ Development
### Prerequisites
- Node.js 18+
- npm or yarn
-- Android Studio (Android) and/or Xcode (iOS)
+- Expo CLI
### Setup
-1. Clone the repository:
- ```bash
- git clone https://github.com/tapframe/NuvioStreaming.git
- cd NuvioStreaming
- ```
-2. Install dependencies:
- ```bash
- npm install
- # or
- yarn install
- ```
-3. Start development server:
- ```bash
- npx expo start
- ```
-4. Run on device/simulator:
- ```bash
- npx expo run:android
- # or
- npx expo run:ios
- ```
+```bash
+git clone https://github.com/tapframe/NuvioStreaming.git
+cd NuvioStreaming
+npm install
+npx expo start
+```
+
+### Build Commands
+```bash
+npx expo run:android # Android build
+npx expo run:ios # iOS build
+```
---
-## Contributing
-Contributions are welcome. Please open an issue to discuss significant changes before submitting a PR.
+## 🤝 Contributing
+
+1. Fork the repository
+2. Create a feature branch
+3. Make your changes
+4. Submit a pull request
---
-## Support and Feedback
-For bugs and feature requests, open an issue: `https://github.com/tapframe/NuvioStreaming/issues`
+## 🐛 Issues
-Please include a clear description, reproduction steps, expected behavior, and screenshots if applicable.
+Report bugs and request features via [GitHub Issues](https://github.com/tapframe/NuvioStreaming/issues)
---
-## License
-[](http://www.gnu.org/licenses/gpl-3.0.en.html)
-This application is distributed under the [GNU GPLv3 or later](https://www.gnu.org/licenses/gpl.html).
+## 📄 License
+
+[](http://www.gnu.org/licenses/gpl-3.0.en.html)
+
+This project is licensed under the GNU General Public License v3.0 - see the [LICENSE](LICENSE) file for details.
---
-## Legal
-- No content is hosted by this repository or the Nuvio application.
-- Any content accessed is hosted by third‑party websites. Users are responsible for compliance with local laws.
-- For takedown requests, contact the hosting providers, not the Nuvio developers.
+## ⚖️ Disclaimer
+
+This application functions as a content aggregator, accessing publicly available streams from third-party sources. No media content is hosted by this application. Users are responsible for compliance with applicable laws and regulations.
---
-## Acknowledgments
+## 🙏 Acknowledgments
+
+Built with support from:
- React Native & Expo
-- TMDB
+- TMDB API
- Trakt.tv
- Stremio
\ No newline at end of file