一个简单/快速/安全的链接缩短器/重定向管理,支持分析,100%运行在Cloudflare上。
- 支持域名重定向, 把不同的域名绑定到这个pages项目上, 根据用户访问的域名, 重定向到不同的地址. 比如
a.com跳转到target.com, 支持target增加路径和首页/全路径重定向
- URL 缩短: 将您的URL压缩到最小长度。
- 分析: 监控链接分析并收集有价值的统计信息。
- 无服务器: 部署时无需传统服务器。
- 可自定义的Slug: 支持个性化的slug。
- 🪄 AI Slug: 利用AI生成slug和区分大小写。
- 链接过期: 为您的链接设置到期日期。
体验演示请访问 Sink.Cool。使用以下站点令牌登录:
站点令牌:SinkCool- 框架: Nuxt
- 数据库: Cloudflare Workers KV
- 分析引擎: Cloudflare Workers Analytics Engine
- UI 组件: shadcn-vue
- 样式: Tailwind CSS
- 部署: Cloudflare
欢迎您的贡献和PR。
- 浏览器扩展 - Sink工具
- Raycast扩展 - Raycast-Sink
- 苹果快捷方式 - Sink Shortcuts
- iOS App - Sink
- Enhanced Link Management (with Cloudflare D1)
- Analytics Enhancements (Support for merging filter conditions)
- Dashboard Performance Optimization (Infinite loading)
- Units Test
视频教程: 点击观看
We currently support deployment to Cloudflare Workers (recommended) and Cloudflare Pages.
We currently do not support native MCP Server, but we have OpenAPI documentation, and you can use the following method to support MCP.
Replace the domain name in
OPENAPI_SPEC_URLwith your own domain name.The
API_KEYis the same as theNUXT_SITE_TOKENin the environment variables.
{
"mcpServers": {
"sink": {
"command": "uvx",
"args": [
"mcp-openapi-proxy"
],
"env": {
"OPENAPI_SPEC_URL": "https://sink.cool/_docs/openapi.json",
"API_KEY": "SinkCool",
"TOOL_WHITELIST": "/api/link/create"
}
}
}
}



