Free affiliate link generators & browser tools
Build trackable Amazon, Flipkart, UTM and Play Store links without signing up — plus file utilities for anyone fighting a strict upload portal. Everything runs in your browser, and nothing is uploaded.
Affiliate link tools
Generators for marketers and publishers. QR codes included on every result.
Amazon Generator
Build trackable Amazon Associate URLs with your tag and optional ascsubtag. India and global locales auto-detected.
Flipkart Generator
Generate Flipkart affiliate URLs with your affid plus optional Sub IDs and App deep-linking (dl=1).
Bulk UTM Builder
Tag dozens of URLs at once with all five UTM parameters. QR code download included for every tagged link.
Play Link Builder
Build trackable Google Play Store URLs with UTM parameters or install-referrer encoding. QR codes included.
Amazon Link Checker
Paste an Associates link to verify the tag, country suffix and sub-tag before you publish it.
File utilities
Fix portal upload errors — shrink, merge, trim. Files never leave your device.
Image Compressor
Shrink any photo to a specific KB or MB limit — 500 KB, 200 KB, whatever the portal demands.
PDF Merger
Combine ID front & back, multiple photos, or several PDFs into one document the portal will accept.
Video Trimmer
Cut a clip to the allowed length and remove its audio — right in your browser via FFmpeg WASM.
Video Merger
Join multiple clips into one MP4 — drop, drag to reorder, merge. Same FFmpeg WASM engine, local-only.
Practice & productivity
Free, distraction-free tools for everyday practice.
Typing Test
Measure your WPM and accuracy in 30 / 60 / 120 seconds — or paste your own text to practice. Best score saved locally.
Character Counter
Detailed text report — characters, words, sentences, reading time, readability, top words and Tweet / SMS / SEO limits.
Case Converter
Convert text between 20+ case styles — UPPERCASE, lowercase, Title Case, camelCase, snake_case, kebab-case, dot.case and more.
Text Editor
Notion-style block editor — multiple files, autosave, all-local.
JSON Viewer
Beautify, validate, tree-explore, convert to YAML/CSV — with JSONPath copy and JSONC support, all in your browser.
Need to convert links in bulk?
The Bulk Converter handles entire pasted messages — detects URLs, applies your affiliate routing pipeline, swaps in smart replacements, and one-clicks the result to Telegram or WhatsApp.
Open Bulk ConverterWhat an affiliate link generator actually does
An affiliate link generator takes an ordinary product URL and adds the parameters your affiliate programme needs in order to credit a sale to you. That is the whole job. There is no magic in it — the output is the same URL with a query string attached — but doing it by hand across dozens of links is where mistakes creep in, and a mistyped tracking ID is a sale that quietly pays someone else.
Every network names its parameters differently, which is why one generic tool rarely covers everything. The four builders here each handle one network's conventions properly, including the awkward parts — Flipkart's app deep-linking, Play Store referrer encoding, Amazon's per-country tracking IDs.
| Network | Commission parameter | Sub-ID for reporting | Builder |
|---|---|---|---|
| Amazon Associates | tag |
ascsubtag — one slot |
Amazon generator |
| Flipkart Affiliate | affid |
affExtParam1 & affExtParam2 |
Flipkart generator |
| Any site (analytics) | — none | utm_* — five slots |
UTM generator |
| Google Play | — none | referrer payload |
Play builder |
Which one should you use?
Pick by what you are being paid for, not by what you are linking to:
- →Selling a product for commission? Use the network's own builder — Amazon or Flipkart. Only their commission parameter gets you paid.
- →Measuring your own traffic? Use the UTM generator. It works on any destination and feeds Google Analytics directly.
- →Driving app installs? Use the Play builder — install attribution needs referrer encoding, which normal UTM tags cannot do.
- →Handling more than a handful of links? Skip the single-link builders and use the Bulk Converter, which applies a whole routing pipeline to pasted text.
Rules that apply to every network
Whichever builder you use, the same handful of mistakes account for most lost commission:
- ✓Shorten last, never first. Generate the complete tagged URL, then shorten it. Many shorteners discard query strings, which silently removes the parameter you are paid on.
- ✓Check the link after every redirect. If your tracking parameter is not in the final address bar, it does not exist as far as the network is concerned.
- ✓Settle on one naming convention early.
telegramandTelegramreport as two separate sources forever. Lowercase and underscores, decided once. - ✓Disclose the relationship. India's ASCI guidelines and every major affiliate agreement require visible disclosure on affiliate content.
- ×Never put personal data in a sub-ID. Sub-tags land in reports and sometimes in logs. Labels describe campaigns, not people.
Why these run in your browser
Every tool on this page is client-side JavaScript. Your tracking IDs are kept in localStorage on your own device so you do not retype them, and nothing you paste is transmitted anywhere — there is no account, no upload step and no server-side log of the links you build. For the file utilities the same applies to your documents: the image compressor and PDF merger process files entirely in the page, which is what makes them safe for identity documents.