hypr.link

📱 Save Links from iOS

iOS Safari doesn't support the Web Share Target API yet, but you can still quickly save links to hypr.link using one of these methods:

Recommended

1. iOS Shortcut

Install the shortcut with one tap:

Install Shortcut
Or create manually
  1. Open the Shortcuts app on your iPhone
  2. Tap the + button to create a new shortcut
  3. Tap Add Action
  4. Search for "Get URLs from Input" and select it
  5. Tap the info button (or settings icon at top-right)
  6. Enable "Show in Share Sheet" (a "Receive" action will be added automatically at the top)
  7. Tap Done to close settings
  8. Tap + to add another action
  9. Search for "Text" and select the "Text" action
  10. In the text field, type: https://hypr.link/add?url=
  11. Tap at the end of the text (after url=)
  12. Tap the variables button and select "Shortcut Input"
  13. Tap + to add another action
  14. Search for "Open URLs" and select it
  15. Make sure it's set to open the "Text" from the previous step
  16. Tap the shortcut name at the top and rename it to "Save to hypr.link"
  17. Tap Done

After installing, when viewing any webpage, tap Share → "Save to hypr.link" to quickly save the link!

2. Safari Bookmarklet

Add a bookmark that saves the current page with one tap:

  1. Copy the code below
  2. Create a new bookmark in Safari (any page)
  3. Edit the bookmark and paste the code as the URL
  4. Name it "Save to hypr.link"
  5. When viewing a page, tap the bookmark to save it
javascript:(function(){const url=encodeURIComponent(location.href);const title=encodeURIComponent(document.title);window.location.href='https://hypr.link/add?url='+url+'&title='+title;})();

3. Direct Add Link

Bookmark the add page for quick access:

  1. Bookmark this page: hypr.link/add
  2. When you find a link to save, copy it
  3. Open your bookmark and paste the URL
Open Add Page

📝 Note

The iOS Shortcut and bookmarklet work from Safari, Chrome, Firefox, and other iOS browsers. Android users can use the native Share Target API which appears automatically in the share sheet.