Deploy a VLESS over WebSocket proxy service on Vercel for bypassing censorship.

Stars

9

7-day growth

No data

Forks

28

Open issues

0

License

No data

Last updated

2026-07-27

AI repository intelligence
FR-AI / ANALYSIS

Why it is worth attention

Leverages Vercel's free serverless platform to create an easy-to-deploy proxy with custom domain support, overcoming Vercel's default domain blocking in China.

Who it is for

  • Users in China needing internet censorship circumvention
  • Vercel users looking for practical serverless applications
  • Developers familiar with VLESS and WebSocket protocols
  • Individuals seeking a low-cost or free self-hosted proxy

Use cases

  • Bypassing internet censorship and accessing blocked websites
  • Setting up a personal proxy server with minimal infrastructure cost
  • Testing Vercel's WebSocket and Fluid Compute capabilities
  • Creating a custom proxy subscription for multiple devices

Strengths

  • Free deployment on Vercel with simple fork and environment variable setup
  • Custom domain support ensures accessibility in restrictive networks
  • Automatic subscription link generation for easy client configuration
  • Fluid Compute enabled by default for WebSocket support on new projects

Considerations

  • Vercel's default *.vercel.app domain is blocked in China; a custom domain is mandatory
  • WebSocket connections timeout after 300 seconds, requiring client reconnection
  • Subscription key (UUID path) must be kept private to prevent unauthorized use

README quick start

verlay

Vercel 上部署 VLESS over WebSocket 代理服务。

部署

  1. Fork 本仓库到你的 GitHub 账号。
  2. 登录 Vercel,点击 Add New Project,导入 Fork 后的仓库。
  3. 在部署配置页展开 Environment Variables,添加以下变量:
变量是否必填含义
UUID客户端 UUID,自行生成一个即可
DOMAIN实际使用的访问域名,不含协议;建议使用自定义域名(见下方说明)
REMARKS订阅备注名,默认 vercel-ws
  1. 点击 Deploy 完成首次部署。
  2. 到项目 SettingsDomains 添加自定义域名,并将 DOMAIN 环境变量设为该域名后重新部署。

重要: Vercel 默认分配的 *.vercel.app 域名在国内可能无法访问,请务必绑定自定义域名后再使用。DOMAIN 需与最终访问域名保持一致。

获取订阅链接

部署成功后,访问以下地址获取订阅信息(返回内容为 Base64 编码):

https:///

  • ``:环境变量 DOMAIN 的值
  • ``:环境变量 UUID 的值

该路径同时作为订阅密钥,请勿公开分享。

说明

  • WebSocket 需要 Fluid Compute,2025 年 4 月 23 日后创建的项目默认已开启。
  • 连接最长维持 300 秒,超时后客户端需自行重连;更多限制见 Vercel Functions 文档

Description

A relay service running on Vercel

Related repositories

Similar projects matched by category, topics, and programming language.

react
Featured
react GitHub avatar

react

React is a JavaScript library for building user interfaces with declarative, component-based, and cross-platform design.

Web DevelopmentFrontend Frameworks
246,741
tandpfun
Featured
tandpfun GitHub avatar

wardrobe

A GPT‑image powered app that extracts individual garment cutouts from photos, organizes them into a digital wardrobe, and generates modeled outfit previews.

JavaScript
1,570
mshumer
Featured
mshumer GitHub avatar

Claude-of-Duty

A browser-based first-person shooter built entirely with procedural generation and orchestrated AI agents, featuring 55k lines of Three.js/WebGL2 code and no art assets.

AI & Machine LearningAI Agents
1,234