# fastshort **Repository Path**: chenshaogui/fastshort ## Basic Information - **Project Name**: fastshort - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2025-09-10 - **Last Updated**: 2025-09-10 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Fast Short 开源的短剧 APP 解决方案,支持 IOS , Android , 微信小程序 , H5 , 抖音小程序。 > 计划未来支持Windows、MacOS、Linux等客户端。 * 支持类似抖音的随机播放 * 支持谷歌、Facebook、Apple、微信第三方登录 * 支持谷歌、PayPal、Apple、微信第三方支付 * 支持微信、微博、Twitter 分享 * 支持视频资源S3存储加速 * 支持自动下一集 * 支持用户留言交互 * 基本就是 ReelShort 有的功能咱都有 ## 线上演示环境 #### H5 演示地址,账号可以自行注册 https://h5.fastshort.top #### Andorid 演示 [APK 下载](https://github.com/romejiang/fastshort/releases/download/v0.1.0-alpha/__UNI__961D650__20231220070657.apk) #### 管理后台地址 https://admin.fastshort.top #### 管理后台账号 admin/1qazxsw2 ## Docker 部署到本地 ```shell wget https://raw.githubusercontent.com/romejiang/fastshort/main/docker-compose.yml docker compose up -d # 然后打开浏览器访问管理后台 http://localhost:3001 ``` ## 具体更详细的功能特性看官方主页 [官方网站 https://fastshort.top](https://fastshort.top) ## 文档和功能逐渐完善中...