SAASPOCALYPSEverdict #LINKTREE-D041
scanned 2026.04.27 · 14:41
subject of investigation
linktree.com
▸ link-in-bio page builder for creators
verdict: WEEKEND
buildability score
78
/100
tier · weekend
the blunt take
“Linktree is 70 million users of people clicking a list of links. That list did not need to be a $144/yr SaaS — and yet, here we are.”
The core product is literally a public profile page with an ordered list of URLs, a vanity slug, and a click counter. The moat is brand recognition and network trust, not engineering. You can ship the v1 before your coffee gets cold.
cost breakdown.
their price ←→ your price
what they charge●
Pro plan
$9
/ user/mo
※ free tier exists; Pro unlocks analytics, custom themes, no Linktree branding
annual:$108
what it costs you✦
01 · Vercel (hobby tier)$0.00
02 · Supabase free tier (auth + Postgres)$0.00
03 · Cloudflare (QR + short links)$0.00
04 · Resend (transactional email)$0.00
05 · Domain (linkr.whatever)$7.00
TOTAL / mo7
▸ break-even:1 paying user at $9/mo covers your stack indefinitely. Break-even is essentially immediate.
or, you know, use one of these.
if building feels spicy
option A
Carrd (free tier)
one-page sites for $0. No code. Prettier than Linktree. Genuinely good enough for most creators.
option B
Bio.link (self-host fork)
open-source Linktree clone on GitHub. Just deploy it. Seriously.
option C
A plain Next.js static page
your personal /links page. Free forever. Zero lock-in. Zero recurring cost.
what'll actually be hard.
est. total: 18 hours
▸ 2 hours auth + slug routing · 4 hours profile + link CRUD UI · 3 hours custom themes/colors · 4 hours analytics (click counting) · 3 hours QR code + short link · 2 hours deploy + polish
easy
medium
hard
nightmare
01
easy
Slug routing + public profile page
Next.js dynamic routes. linktree.com/[slug] is one file. Done before lunch.
02
easy
Link CRUD + drag-to-reorder
Supabase table + dnd-kit for reordering. Two hours, tops.
03
medium
Custom themes + Canva-style background editor
CSS variables + a color picker gets you 80% there. Canva import is a stretch goal.
04
medium
Click analytics + UTM tracking
Increment a counter on each redirect. Chart it with Recharts. Not hard, just requires a redirect proxy route.
05
hard
Instagram auto-reply / DM automation
Instagram Graph API + webhooks. Meta's approval process is slow and capricious. Budget a week just for review.
06
nightmare
Affiliate commerce + sponsored link payouts
Stripe Connect, tax forms (1099s), affiliate network integrations. This is where 'link page' becomes 'fintech startup'.
recommended stack
Next.js 15 (App Router + dynamic [slug] routes)Supabase (auth + Postgres for links/analytics)dnd-kit (drag-to-reorder links)qrcode.react + Cloudflare Workers (short links)Recharts (click analytics dashboard)
ready to build?
We'll email you the build guide. You'll be done by Sunday.
▸ generated with love, by a heartless robotverdict v2.1 · saaspocalypse.dev