Menu
Try it
Works on all devices — BrowserAndroidiOS
Extensions for Chrome and Edge.

Features

Easy

Paste a link and go. No setup.

Fast

Lightweight and quick to open.

Free

Use it for personal or work.

How it works

1) Paste a link

Drop a supported URL in the box.

2) Get a short link

Share it anywhere.

3) Open in app

Phones try the app first.

Supported apps (23)

Facebook WhatsApp Amazon Airbnb YouTube Instagram iTunes Snapchat Telegram X Pinterest LinkedIn Walmart AliExpress Zoom Yelp TikTok Spotify Messenger Netflix Grubhub Wolt Twitch

App Opener API v3

POST : https://appopener.recut.in/v3/api

Send JSON in a POST request. Only url is required.

Parameters  — Description
url          (required) Long URL to shorten.
status       (optional) public or private (default)
             Private = analytics are not public.
             Public  = anyone with the short link can view its analytics page.
// Copy
async function shorten(url, status) {
  const response = await fetch("https://appopener.recut.in/v3/api", {
    method: 'POST',
    headers: { 'Content-Type': 'application/json' },
    body: JSON.stringify({ url: url, status: status })
  })
  const data = await response.json()
  console.log(data)
}

shorten('https://www.youtube.com/@youtube','public')
Server response
{
  "shorturl": "https://yt.rcut.in/s2tBFmML",
  "status": "public",
  "provider": "youtube",
  "domain": "https://yt.rcut.in",
  "devicetarget": [
    { "device": "iPhone", "link": "vnd.youtube://www.youtube.com/@youtube" },
    { "device": "iPad",   "link": "vnd.youtube://www.youtube.com/@youtube" },
    {
      "device": "Android",
      "link": "intent://www.youtube.com/@youtube#Intent;package=com.google.android.youtube;scheme=https;S.browser_fallback_url=https%3A%2F%2Fwww.youtube.com%2F%40youtube;end"
    }
  ],
  "deeplink": {
    "apple": "https://apps.apple.com/us/app/youtube-watch-listen-stream/id544007664",
    "google": "https://play.google.com/store/apps/details?id=com.google.android.youtube"
  },
  "powered-by": "Recut URL Shortener API, https://app.recut.in/developers"
}

How to use App Opener

Open links in the app on iPhone

Copy the link you want to share. Paste it on this page. Share the short link you get. When someone opens it on iPhone, it tries the app first. If the app is not installed, it opens the website.

Open links in the app on Android

Paste the link here and share the short link. Android devices try to open the app. If that fails, the link falls back to the website, so users still see your content.

Share links on social, chat, and QR

Use the link on WhatsApp, Instagram, SMS, email, and QR codes. It works across browsers and devices.

Tips for best results

Always paste the full URL. Keep your apps updated. Test your link on your phone before sharing it widely.

About App Opener

What it does

App Opener makes short links that try to open the right app on phones. It supports 20+ popular apps. It is free to use.

Why it helps

When links open in the app, people stay longer and engage more. You avoid the mobile browser where users may drop off.

Privacy

We keep it simple. We only use what is needed to make the link work. No signup is required to try it.

Free Forever No signup

Make your links open in the app

Share smarter links in seconds.

FAQ

Do I need the app installed?

Yes. If the app is installed, the link opens the app. If not, the link opens the website.

Does it work on iPhone and Android?

Yes. We use safe app URL schemes and intent links supported by iOS and Android.

Can I use QR codes?

Yes. Create the short link and place it in any QR code. Scans try the app first.

Is there a browser extension?

Yes. Install it from the Chrome Web Store or Microsoft Edge Add-ons.