Turn any URI scheme into a clickable HTTP link
0io.io/
Prefix any URI with 0io.io/ and share it as a normal HTTP link.
Prepend 0io.io/ to any URI scheme
Paste the link anywhere — chat, email, docs, markdown
The browser opens the native handler for that scheme
Any valid URI scheme works. Here are the most commonly used ones:
0io.io/mailto:hi@example.com?subject=Hello
→ Use mailto: prefix to add subject, cc, bcc, body
0io.io/file:///Users/me/Documents
→ Opens Finder / Explorer at the given path
0io.io/ssh://user@192.168.1.100
→ Opens Terminal with SSH connection to the host
0io.io/facetime:user@icloud.com
→ Launches FaceTime and initiates a video call
0io.io/myapp://action/param
→ Opens the registered handler for myapp://
Two ways to build a redirect link:
# Email with subject https://0io.io/mailto:hi@example.com?subject=Hello # Open VS Code https://0io.io/vscode://file/Users/me/project # Phone call https://0io.io/tel:+18005550199
# Pass the full URI as a query parameter https://0io.io/?uri=mailto:hi@example.com