
Shorten any link.
Paste a URL. Get a short dar.vin link. Then take the rest of your sharing further.
A SHORTENER IS WHERE IT STARTS
All four are included with a free account.
THE SUITE BEGINS HERE
Go beyond link shortening.
Same free account — here is each part up close.
CHAPTER 00 / WHAT IT COSTS
Everything, and what it costs.
One account, four steps. Every link feature is already free — the steps only buy screenshot room.
All of darvin, with room to try screenshots.
FreeNo card needed- 250 MB screenshot storage
- Up to 20 MB per file
- Screenshots stay 7 days
Room for a steady screenshot habit.
$4/moor $39 a year- 20 GB screenshot storage
- Up to 25 MB per file
- Kept while you subscribe
For capturing every day, and bigger files.
$8/moor $79 a year- 100 GB screenshot storage
- Up to 50 MB per file
- Kept while you subscribe
For an archive you never have to prune.
$15/moor $149 a year- 500 GB screenshot storage
- Up to 50 MB per file
- Kept while you subscribe
Links are free forever. Plans only grow screenshot storage.
CHAPTER 01 / SHORT LINKS / FREE
Links that report back.
Give every link its own address, 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.
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