URL wrapper service that makes custom app schemes (like obsidian://) clickable in Telegram and other messaging apps. Deployed as a Cloudflare Worker.
| Path | Target |
|---|---|
/obs/<vault>/<path> |
obsidian://open?vault=<vault>&file=<path> |
/remind/<title> |
Apple Reminders deep link |
/cal/<yyyy-mm-dd> |
Calendar.app date view |
/raw/<base64url> |
Any custom scheme (base64url-encoded) |
/key/<uuid> |
Key vault paste form (5-min TTL) |
When a user clicks a go.kj6.dev link in Telegram, the Cloudflare Worker serves an HTML page that redirects to the native app via meta refresh and JavaScript fallback.
npm install
npm testwrangler deployMIT