diff --git a/README_EN.md b/README_EN.md
new file mode 100644
index 0000000..c3787d7
--- /dev/null
+++ b/README_EN.md
@@ -0,0 +1,47 @@
+
+
+
+
+## StreamFlow: Web-Based Multi-Platform Streaming
+
+[](https://github.com/bangtutorial/streamflow/releases)
+[](https://github.com/bangtutorial/streamflow/blob/main/LICENSE)
+[](https://github.com/bangtutorial/streamflow/blob/main/CONTRIBUTING.md)
+[](https://github.com/bangtutorial/streamflow/stargazers)
+[](https://github.com/bangtutorial/streamflow/network/members)
+
+**StreamFlow** is a powerful and easy-to-use web-based live streaming platform. Stream to YouTube, Facebook, and other RTMP platforms simultaneously with a single application. Equipped with video management, scheduled streaming, and real-time monitoring for a professional streaming experience.
+
+[🚀 Installation](#-quick-installation) • [📖 Documentation](#-manual-installation) • [🐳 Docker](#-docker-deployment) • [🪛 Troubleshooting](#-troubleshooting) • [💬 Community](https://github.com/bangtutorial/streamflow/discussions)
+
+
+
+
+
+---
+
+## ✨ Key Features
+
+- **Multi-Platform Streaming** - Stream to various popular platforms simultaneously.
+- **Video Gallery** - Manage video collections with an intuitive interface.
+- **Video Upload** - Upload from local storage or import directly from Google Drive.
+- **Scheduled Streaming** - Schedule streams with flexible time settings.
+- **Advanced Settings** - Full control over bitrate, resolution, FPS, and video orientation.
+- **Real-time Monitoring** - Monitor stream status with a real-time dashboard.
+- **Video Analytics** - Monitor video statistics and performance directly from the app.
+- **Responsive UI** - Modern interface that is responsive on all devices.
+
+## 💻 System Requirements
+
+- **Node.js** v18 or newer
+- **FFmpeg** for video processing
+- **SQLite3** (included in the package)
+- **VPS/Server** with at least 1 Core CPU & 1GB RAM
+- **Port** 7575 (customizable in the [.env](.env) file)
+
+## ⚡ Quick Installation
+
+For automatic installation, run the following command:
+
+```bash
+curl -o install.sh [https://raw.githubusercontent.com/bangtutorial/streamflow/main/install.sh](https://raw.githubusercontent.com/bangtutorial/streamflow/main/install.sh) && chmod +x install.sh && ./install.sh