# LinkSense Overview

LinkSense is a dynamic link management platform for mobile and web apps. It creates a single short URL that routes each user to the best destination based on their device: open the iOS or Android app if installed, send them to the App Store or Play Store if not, and fall back to a web URL on desktop.

## What it does

- **Smart device routing.** One link, correct destination per platform (iOS, Android, desktop).
- **iOS Universal Links and Android App Links.** Opens the native app when installed; no intermediate browser redirect.
- **Social media previews.** Serves Open Graph tags to crawlers (Slack, Discord, Twitter, WhatsApp, etc.) while still redirecting real users.
- **Custom short domains.** Every project gets a `<subdomain>.linksense.net` URL, with optional custom apex/subdomain via CNAME.
- **Analytics.** Click counts, device/browser/country breakdown, per-link performance.
- **REST API.** Manage projects, links, and apps programmatically (Pro plan).

## Who it's for

- iOS / Android developers who need device-aware deep links into their native apps.
- Marketing teams running multi-platform campaigns who want a single shareable link.
- SaaS products that need deep linking into their mobile apps from email, push notifications, or ads.

## Core concepts

- **Project** — a container for links. Each project has a unique subdomain (e.g. `myapp.linksense.net`) and optionally one or more iOS and Android apps registered to it.
- **Dynamic link** — a URL under a project subdomain that encodes the per-platform destination rules.
- **iOS app / Android app** — registered identifiers (bundle ID, package name, team ID, SHA-256) used to enable Universal Links / App Links for that project.

## Plans

- **Free (Starter)** — 1 project, up to 1,000 links, 7-day analytics history.
- **Pro ($19.99/month)** — unlimited projects and links, full analytics history, REST API access, custom domains. 7-day money-back guarantee.
- **Enterprise** — self-hosting, custom integrations, priority support. Contact `support@linksense.net`.

## Quick links

- Sign up: https://linksense.net/register
- Pricing: https://linksense.net/pricing
- Docs: https://linksense.net/docs
- API reference: https://linksense.net/docs/api
- Support: support@linksense.net
