Made in Indonesia · v2.4NEW Custom domains + UTM presets
Long links, made short.{" "}
Made smart.
Shorten any URL in milliseconds, track every click, generate QR codes,
and brand your links with a custom domain. Built for marketers,
creators, and engineers who measure what matters.
);
/* ---------------- FEATURES ---------------- */
const Features = () => (
Capabilities
One tiny link. Everything you need.
Behind every short link sits a full toolkit: live analytics, branded
domains, targeting rules, QR codes, password protection, and a
no-fuss API. No surprises, no upsells for the basics.
{[
{ g:"M", t:"Marketers", p:"Campaign UTMs, deep links, A/B variants, and exportable reports your CMO will actually read." },
{ g:"C", t:"Creators", p:"One bio-link page, infinite destinations. Track which post drives which click." },
{ g:"E", t:"Engineers", p:"REST + GraphQL APIs, webhooks for every click, and SDKs for Node, Go, Python and PHP." },
{ g:"R", t:"Retail", p:"QR codes on packaging, posters, receipts — re-route stale links without re-printing a thing." },
].map((c) => (
)}
{p.cta === "Talk to sales"
? {p.cta}
: setModal("signup")}>{p.cta}}
{p.features.map((f, i) => (
${f[0]} ${f[1]}` : f[1]}}/>
))}
);
})}
);
};
/* ---------------- FAQ ---------------- */
const Faq = () => {
const [open, setOpen] = useState(0);
const items = [
{
q: "Do my short links ever expire or break?",
a: "Never. Links you create on shortenurl.id are permanent — even on the free tier. If a destination moves, you can re-point the link without changing the short URL, so anything you've already printed or posted keeps working."
},
{
q: "Can I use my own domain?",
a: "Yes. On Pro and Business you can connect any domain you own — go.yourbrand.com, l.yourbrand.id, even a single-letter root. We handle the SSL certificate and DNS validation, usually in under five minutes."
},
{
q: "How accurate are the click analytics?",
a: "We log every successful redirect server-side, so there's no ad-blocker drift. We exclude obvious bots and double-clicks within a 30-second window. You'll get country, city, device, browser, OS, referrer, and UTM parameters on every click."
},
{
q: "Is shortenurl.id GDPR / UU PDP compliant?",
a: "Yes. We don't use cookies for analytics, we anonymise IP addresses at edge, and we offer EU-only data residency on Business plans. We're registered under Indonesia's UU PDP and publish a public DPA."
},
{
q: "What happens if I cancel?",
a: "Your links keep redirecting forever — we never break a working link. You'll lose access to new analytics and the dashboard, but everything you created stays alive on a read-only basis."
},
{
q: "Do you have a free tier for nonprofits or students?",
a: "Yes. Registered nonprofits get Business for free; students with a .edu / .ac.id email get Pro for free. Send proof of status to hello@shortenurl.id and we'll flip the switch the same day."
},
];
return (
FAQ
Things people actually ask.
Can't find what you need? Email hello@shortenurl.id and a real human will reply within a working day.