Link-in-Bio Generator

Create a stunning link-in-bio page in seconds. Better than Linktree, 100% free.

100% Free Tool

Profile

Theme

Dark Navy
Clean Light
Gradient
Neon Red
Ocean
Aurora

Links

Social Icons

?
Your Name
Your bio goes here

More Social Growth Tools

Boost your social media presence with our free tools.

Browse All Tools
Post Scheduler Viral Analyzer Brand Voice Headline Tester
SPUNK.CODES
Copied!
`; } function exportHTML(){const html=generateFullHTML();const blob=new Blob([html],{type:'text/html'});const a=document.createElement('a');a.href=URL.createObjectURL(blob);a.download='my-link-in-bio.html';a.click();showToast('Downloaded!');gtag('event','export_bio',{event_category:'tool_use'});} function copyHTML(){navigator.clipboard.writeText(generateFullHTML());showToast('HTML Copied!');gtag('event','copy_bio',{event_category:'tool_use'});} function showToast(msg){const t=document.getElementById('toast');t.textContent=msg;t.classList.add('show');setTimeout(()=>t.classList.remove('show'),1500);} renderLinks();updatePreview();