Sublink Worker is a subscription converter and manager for proxy protocols deployable on Cloudflare Workers, Vercel, Node.js, or Docker.
The tool solves the problem of managing and converting between multiple proxy protocol subscriptions across different clients. It accepts subscriptions in multiple formats—Base64-encoded, HTTP/HTTPS URLs, and full configuration files in Sing-Box JSON, Clash YAML, or Surge INI—and converts them into formats compatible with various proxy clients including Sing-Box, Clash, Xray/V2Ray, and Surge. The core approach involves importing subscriptions from multiple sources, generating short links for sharing (with storage backed by key-value systems), and providing both a web interface and flexible API for automation.
The tool suits developers and users who work with multiple proxy protocols and clients and need a centralized conversion point. Its lightweight design and multi-platform deployment options make it accessible whether you prefer serverless infrastructure like Cloudflare Workers or Vercel, containerized deployment with Docker, or traditional Node.js hosting. The project supports a range of protocols including ShadowSocks, VMess, VLESS, Hysteria2, Trojan, and TUIC, with a web interface offering predefined rule sets, customizable policy groups, theme toggling, and multi-language support.
The project maintains active engagement with community contributions through its issues and pull requests process. Development activity shows consistent attention to feature expansion and protocol support across multiple deployment targets.