
Shorten any link.
Paste a URL. Get a short dar.vin link. Then take the rest of your sharing further.
THE SUITE BEGINS HERE
Go beyond link shortening.
Short links, bio pages, screenshots, live analytics, and an API. One account.
CHAPTER 01 / SHORT LINKS / FREE
Links that report back.
Shape every link, protect it, organize it, and see what happens after the click.
CHAPTER 02 / LINK-IN-BIO / FREE
Your whole internet, one door.
Claim a handle, arrange the moments that matter, and let every visit tell you more.
12+ block types with YouTube, TikTok, Spotify, Instagram, X, and more. Six themes, custom fonts and gradients, email subscriber collection, and its own analytics.
CHAPTER 03 / DARVIN'S SELECTION
One keystroke from screen to short link.
Select what matters, explain it in place, and keep moving with an unlisted link already copied.
- 1Select region
- 2Annotate or redact
- 3Link on clipboard
curl -fsSL https://dar.vin/install.sh | shSCREENSHOT STORAGE
The neon ladder.
Links are free forever. Plans only grow screenshot storage.
CHAPTER 04 / LIVE ANALYTICS / FREE
Know what earns attention.
See the signal as it arrives, then export it when you need to look closer.
CountriesIllustrative mix
ReferrersBot-filtered
Live click streamDemo
Bot-filtered clicks, unique visitors, countries, referrers, devices, UTM breakdowns, and CSV export.
CHAPTER 05 / BUILDERS
Wired for builders.
Use REST API v3, scoped keys, and signed events to make darvin part of your own workflow.
curl -X POST \
https://dar.vin/api/v3/links \
-H "Authorization: Bearer $DARVIN_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"url": "https://example.com/long",
"custom": "launch"
}'{
"event": "link.created",
"data": {
"short_url": "dar.vin/launch",
"status": "active"
}
}Documented endpoints, scoped access, and verifiable delivery.
Read the docs