diff --git a/README.en.md b/README.en.md
new file mode 100644
index 00000000..6ae74664
--- /dev/null
+++ b/README.en.md
@@ -0,0 +1,125 @@
+## Translations
+
+English | [简体中文](./README.md)
+
+---
+
+#### Disclaimer and Notice: This project is for personal learning and use only. Please comply with cybersecurity regulations, update source code in time to fix vulnerabilities, strengthen server protection, and prevent security incidents. [Reference for vertical privilege escalation fix >>](https://fastbee.cn/doc/relate/bug.html)
+
+
+
+FastBee is a **lightweight**, **easy-to-use**, and **full-stack** open-source IoT platform for SMEs and individual developers.
+
+---
+
+### 1. Project Introduction
+
+FastBee integrates device management, data monitoring, and multi-end applications. It supports [one-click containerized deployment](https://fastbee.cn/doc/install/docker.html) and is suitable for smart home, smart office, smart community, agricultural monitoring, water conservancy monitoring, industrial control, and many other scenarios. The platform is built on Spring Boot, and **comes with a built-in MQTT server, so no extra EMQX or other MQTT server is required**. The frontend uses Vue + ElementUI. The mobile side supports WeChat Mini Program, Android, iOS, and H5. Device-side access is compatible with common hardware such as ESP32, ESP8266, Raspberry Pi, and AirM2M.
+
+---
+
+### 2. System Features
+
+| Feature | Description |
+|---------|-------------|
+| Product Management | Create products, define device models, configure authentication methods, and manage categories and firmware versions |
+| Device Management | Device registration, grouping, real-time status monitoring, remote control, operation log tracing, and device sharing |
+| Device Model Management | Standardized definition of properties, functions, and events to unify data semantics between devices and platform |
+| Rule Scripts | Process raw device uplink/platform downlink data and forward it after matching interaction formats |
+| MQTT Access | Built-in MQTT Broker developed on Netty, no third-party deployment required |
+| Video Monitoring Access | Supports GB/T 28181 national standard protocol for live video and device management |
+| Permission Management | Based on mature RuoYi permission framework for fine-grained control of users, roles, departments, posts, and operation logs |
+| Multi Data Sources | Supports relational databases such as MySQL, PostgreSQL, and MSSQL |
+| Time-Series Databases | Supports TDengine, ioTDB, influxDB, and more |
+| Hardware SDK | Provides SDKs and access examples for ESP-IDF, Arduino, Raspberry Pi, AirM2M, and other common hardware platforms |
+| Multi-End Application Support | Provides Web console (Vue + ElementUI), WeChat Mini Program, Android/iOS App, and H5 interfaces |
+| One-Click Deployment | Docker containerized deployment is recommended for [quick setup](https://fastbee.cn/doc/install/docker.html) |
+
+[](https://gitee.com/beecue/FastBee-Arduino)
+
+---
+
+### 3. Quick Start
+
+1. **Prerequisites**: Make sure `Docker` and `Docker Compose` are installed on your server.
+2. **Run command**:
+ ```bash
+ sudo wget -c https://hub.fastbee.cn/resource/install.sh && bash ./install.sh
+ ```
+ Select the "Open Source Version" as prompted. The script will automatically pull and start all services.
+3. **Access system**: After deployment, open `http://your-server-ip:port` in a browser. Default account is `admin` and password is `admin123`.
+4. **Detailed guide**: Please refer to the [official installation documentation](https://fastbee.cn/doc/install/docker.html).
+
+---
+
+### 4. Tech Stack
+##### Backend
+- Technologies: Spring Boot, MyBatis, Spring Security, JWT, MySQL, Redis, TDengine, Netty, etc.
+- Development tool: IDEA
+- Source directory: under `spring-boot` folder
+
+##### Web
+- Technologies: ES6, Vue, Vuex, Vue-router, Vue-cli, Axios, Element-ui, Echart, etc.
+- Development tool: Visual Studio Code
+- Source directory: under `vue` folder
+
+##### Mobile (WeChat Mini Program / Android / iOS / H5)
+- Technologies: uniapp, [uView](https://www.uviewui.com/), [uChart](https://www.ucharts.cn/)
+- Development tool: HBuilder
+- Source repository: [https://gitee.com/beecue/fastbee-app](https://gitee.com/beecue/fastbee-app)
+
+##### Hardware
+- Technologies: ESP-IDF, Arduino, FreeRTOS, Python, Lua, etc.
+- Development tools: Visual Studio Code and Arduino, etc.
+- Source repository: [https://gitee.com/beecue/fastbee-sdk](https://gitee.com/beecue/fastbee-sdk)
+
+##### Deployment and O&M
+- Technologies: docker, docker-compose, shell
+- [Quick deployment](https://fastbee.cn/doc/install/docker.html): after installing docker and docker-compose, run `sudo wget -c https://hub.fastbee.cn/resource/install.sh && bash ./install.sh`, then select the open-source version and wait for deployment to finish.
+
+| Air Detector | IoT Dev Board | Air724 Dev Board | Smart Switch | [More >>](https://fastbee.cn/doc/device/) |
+|:------------:|:-------------:|:----------------:|:------------:|:------------------------------------------:|
+|  |  |  |  |  |
+
+---
+
+### 5. More Information
+
+1. **Commercial License**: The open-source edition is licensed under AGPL3 for personal learning and use. For commercial use, purchasing a [commercial license](https://fastbee.cn/doc/pages/sponsor/) is recommended.
+2. **Online Demo**: [Commercial version demo](https://iot.fastbee.cn/) (open-source version currently supports MQTT protocol only).
+3. **Documentation**: [https://fastbee.cn/doc/](https://fastbee.cn/doc/)
+4. **QQ Groups**: 720136372, 946029159, 1073236354
+
+---
+
+### 6. Screenshots
+
+
+
+
+
![]() |
+ ![]() |
+
![]() |
+ ![]() |
+
![]() |
+ ![]() |
+
![]() |
+ ![]() |
+
![]() |
+ ![]() |
+