Shortener routing layer

Connect once. Route automatically. Monetize everywhere.

ShortSync sits one layer above the URL shorteners you already use. Connect them once, pick a rotation strategy, and drop a single script into your site — every outbound link is routed, encrypted and tracked from there.

  • Four rotation modes
  • Encrypted link payloads
  • One-script install
rotation · round_robin Routing
YOUR WEBSITE outbound link ROTATION ENGINE ShortSync encrypt · pick provider · track provider-01 adlinkfly provider-02 adlinkfly provider-03 custom_api provider-04 direct final destination YOUR CONTENT
provider-01 38%
provider-02 27%
provider-03 21%
provider-04 14%
  • Multi-provider integrations
  • Automatic & manual rotation
  • Encrypted destinations
  • REST API + drop-in script
  • Click & device analytics
01 The problem

Every shortener is its own little island.

Separate dashboards, separate API keys, separate reporting. Multiply that by the number of sites you run and link management stops being a task and becomes an operations problem.

Managing them by hand
  • 01Provider accounts, one by onen logins
  • 02Links pasted in manuallyper link
  • 03Reporting split across tabsfragmented
  • 04Switching providers by handreactive
  • 05Raw destinations exposedscrapeable
  • 06Edits on every pageongoing
Managing them with ShortSync
  • 01Providers connected onceone setup
  • 02Links rewritten on loadautomatic
  • 03One analytics surfaceunified
  • 04Rotation picks the providerrules-based
  • 05Destinations encryptedopaque
  • 06One script, then nothingset once
02 How it works

Four steps, then it runs itself.

No migration, no rebuild. Your pages, your links and your existing URLs stay exactly where they are.

01 — CONNECT

Connect

Add each shortener with its API base URL and key. Every provider can be test-fired from the dashboard before it goes live.

02 — CONFIGURE

Configure

Pick a rotation mode, then tune each provider's priority and weight to decide how much traffic it should carry.

03 — INTEGRATE

Integrate

Drop one script tag into your site, or call the REST API directly if you generate links server-side.

04 — MONETIZE

Monetize

Outbound links route through your connected providers. Clicks, devices and completions are recorded as they happen.

03 Capabilities

Built for the person who runs the site.

Less busywork for publishers, and a clean API underneath for whoever maintains the code.

Rotation engine

Each request picks a provider by the strategy you set, skipping anything marked inactive.

4 modes

Priority & weight

Rank providers 1–10 and give each a weight, so your best-paying provider carries the most traffic.

per provider

Provider types

AdLinkFly-compatible services, any custom REST endpoint, or a direct pass-through with no shortener at all.

adlinkfly · custom_api · direct

Encrypted destinations

Destination URLs are encrypted into an opaque payload, and the raw href is stripped from the DOM before the page is interactive.

no scrapeable hrefs

Drop-in script

One tag rewrites matching links on load and keeps watching for anything your theme injects afterwards.

WordPress-ready

Batch REST API

Convert up to 500 URLs in a single authenticated call. CORS is open, so it works from any domain you own.

Bearer token

Click analytics

Every routed request records device, browser, OS and country, plus whether the visitor completed the ad step.

per click

Ad-free access tier

Subscribers skip the countdown entirely and land on the destination instantly, metered against their monthly allowance.

premium bypass

Manual payments

UPI with QR, a payment screenshot and admin approval — built for markets where card-on-file is not the default.

UPI · verified
04 Rotation

Four strategies. Pick one, change it anytime.

The mode is a single global setting, evaluated server-side on every request. Priority and weight are set per provider, so you shape the distribution without touching code.

Round robin Walks the provider list in order and hands each request to the next one, wrapping at the end. An even, predictable spread. round_robin
Random Picks uniformly at random from everything currently active. Useful when you want no discernible pattern. random
Weighted Each provider carries a weight, and traffic is split in proportion. Send more volume to whoever pays best. weighted
Priority Always uses the highest-ranked active provider, so the rest sit behind it as standby capacity. priority
05 Integration

One script. No rebuild.

ShortSync rewrites outbound links in place. Your theme, your markup and your existing URLs stay untouched — the script decides what to convert using a domain list you control.

  • Domain allowlist or blocklist — convert only the hosts you name, with *.wildcard support.
  • Handles dynamic content — a MutationObserver catches links added by AJAX, infinite scroll or lazy-loaded blocks.
  • No race window — clicks fired before conversion finishes are queued and replayed, never leaked.
  • Degrades safely — if the API is unreachable the script falls back rather than breaking your links.
install.html
<!-- Configure, then load. Nothing else changes. -->
<script>
  var app_url       = 'https://shortsync-platform.orewanj.com';
  var app_api_token = 'YOUR_API_TOKEN';
  var app_domains   = ["drive.google.com", "mega.nz", "*.mediafire.com"];
</script>
<script src="https://shortsync-platform.orewanj.com/code.js" defer></script>

// Every <a> pointing at a listed host is rewritten to:
//   https://shortsync-platform.orewanj.com/go/<encrypted-payload>
AdLinkFly-compatible Custom REST endpoint Direct pass-through WordPress Static HTML Server-side REST + any API-backed shortener
06 Analytics

See where the traffic actually went.

Every routed request is recorded with its provider, device, browser, OS and country — and whether the visitor made it through the ad step or dropped out.

Total opens
0
sample data
Premium bypasses
0
sample data
Completion rate
0
of free opens
Active providers
0
sample data

Figures above are illustrative sample data, not customer metrics.

07 Access & payment

Billing you can actually follow.

A plan buys a window of ad-free access and a monthly allowance of opens. No credit bundles to decode, no metered surprises — when the window ends, access simply lapses until it is renewed.

Manual UPI payment

Pay to the displayed UPI ID or QR, upload the screenshot, and access is activated once an admin verifies it.

UPIQRscreenshotapproval

Renewal reminders

Expiry warnings and confirmations are emailed automatically, so a lapse is never a surprise.

emailexpiry warningreceipts
planMonthly · 30 days
opens / month2,000
used this cycle1,240 · 62%
remaining760 opens
access ends11 Oct 2026
1,240 used760 remaining

Illustrative values.

08 Pricing

Plans, straight from the billing table.

What you see here is exactly what checkout charges — this grid is rendered from the live plans, not a marketing copy of them.

Starter
₹49 / 30 days

500 opens / month

Get started
  • Ad-free instant redirects
  • 500 opens per month
  • 30 days of access
  • Usage dashboard & history
  • Email expiry reminders
POPULAR
Monthly
₹99 / 30 days

2,000 opens / month

Get started
  • Ad-free instant redirects
  • 2,000 opens per month
  • 30 days of access
  • Usage dashboard & history
  • Email expiry reminders
Quarterly
₹249 ₹297 / 90 days

5,000 opens / month

Get started
  • Ad-free instant redirects
  • 5,000 opens per month
  • 90 days of access
  • Usage dashboard & history
  • Email expiry reminders
Half-Yearly
₹449 ₹594 / 180 days

8,000 opens / month

Get started
  • Ad-free instant redirects
  • 8,000 opens per month
  • 180 days of access
  • Usage dashboard & history
  • Email expiry reminders
Yearly
₹799 ₹1,188 / 365 days

unlimited opens

Get started
  • Ad-free instant redirects
  • No monthly cap
  • 365 days of access
  • Usage dashboard & history
  • Email expiry reminders

Prices are charged in INR. Payment is made manually by UPI and activated after verification — there is no card on file and nothing auto-renews, so a plan ends when its window ends.

09 Questions

The things people ask first.

Is this a URL shortener?
No — and that distinction matters. ShortSync sits above the shorteners you already use. Those providers still create the final links and still pay you. This is the layer that decides which one handles each request, hides the destination, and keeps the reporting in one place.
Which shorteners can I connect?
Anything with an API. There are three provider types: adlinkfly for the many AdLinkFly-compatible services, custom_api for any REST endpoint that returns a short URL, and direct for pass-through with no shortener in the path.
How does the rotation actually work?
On every request the engine loads your active providers ordered by priority, then applies the configured mode — round_robin, random, weighted or priority. Round robin keeps a stored cursor so the rotation survives across requests rather than restarting each time.
Can I control how much traffic each provider gets?
Yes. Every provider has a priority from 1 to 10 and a weight. In weighted mode traffic splits in proportion to those weights; in priority mode the highest-ranked active provider takes everything and the rest act as standby.
Do I have to rebuild my website?
No. You add one configuration block and one script tag. The script rewrites matching outbound links in place, including links added later by AJAX or lazy loading, and leaves everything else alone.
Is there an API?
Yes — POST /api/encrypt-links, authenticated with a Bearer token. It converts up to 500 URLs per call and is rate limited to 60 requests per minute per IP. CORS is open so you can call it from any domain you own.
Are webhooks or SDKs available?
Not today. The integration surface is the drop-in script and the REST endpoint above. We would rather list what exists than advertise a roadmap as if it had already shipped.
Can visitors see my destination URLs?
The destination is encrypted into an opaque payload, and the original href is cleared from the DOM before the page becomes interactive — so right-click, middle-click and "copy link address" cannot expose it while conversion is still in flight.
What does a subscription actually buy?
Ad-free access. Subscribers skip the countdown and go straight to the destination, up to their plan's monthly allowance of opens, for the duration of the plan. Everyone else passes through the normal ad step.
How do payments work?
Manually, by UPI. You pay the displayed UPI ID or scan the QR, upload a screenshot as proof, and an admin verifies it — access is activated on approval and you are emailed either way. There is no card on file.
Does my plan renew automatically?
No. Because payment is manual, nothing auto-charges. You get an email warning before the window closes and renew when you choose. That is a deliberate trade-off, not an oversight.
What happens if the API is down?
The script falls back to an unencrypted encoding rather than breaking your links, and logs a warning to the console. Your pages keep working; you lose only the payload encryption until the API responds again.

Stop wiring shorteners one link at a time.

Connect the providers you already use, choose how traffic should be split between them, and let the router handle everything after that.