Planning
Link-in-Bio Generator
Enter your links, pick the colours, then download a single HTML file ready to upload to any host.
What this is
A link-in-bio page is one page holding a set of links, used because most social platforms give a profile only a single link slot. This tool produces that page as a single HTML file — all styling embedded, no supporting files, no third-party scripts. The difference from a hosted link-in-bio service: the file is yours, it lives on your own address, and nobody can switch it off or insert ads into it.
How it works
The file is fully self-contained. The CSS is written inside the HTML, there is no JavaScript, and opening the page makes no request to any other server — so it appears fast even on a slow connection, and keeps working years from now with nothing to update.
To publish it, upload the file as index.html to any static host — GitHub Pages, Cloudflare Pages, Netlify, or ordinary hosting you already pay for. All of them accept a single HTML file with no extra configuration, and most are free for a page this small.
Order decides the outcome. The first link gets the most attention, so put the one thing you most want people to do at the top rather than a complete list of every account you own. Three to six links usually work better than twelve.
How to use it
- Add your name and a short description Both appear at the top of the page, above the link list.
- Add your links one at a time Each row holds a label and its destination; the order is yours to set.
- Pick the colours and check the preview The preview beside it is the actual page, not an approximation.
- Download and upload the file Save it as index.html, then upload it to the static host of your choice.
Common questions
- Where can I host the page?
- On any static host that accepts an HTML file, including GitHub Pages, Cloudflare Pages and Netlify, all of which have free tiers. Because the page is one file with no dependencies, there is no setup step beyond uploading it.
- Can I edit the page later?
- Yes — come back to this tool, rebuild your list and download a fresh file to replace the old one. The HTML can also be opened and edited directly in any text editor if you only want to change one link.
- Does the page track who clicks?
- No — the generated page contains no analytics script or tracker of any kind. If you want to know which link gets clicked most, add UTM parameters to your destination addresses and read the results in the destination site's own analytics.
- Are my links sent to a server?
- No — the whole page is assembled inside your browser and the file is created on your own device. No link, name or description leaves your computer.
Notes
- The page is assembled in your browser; no data is sent to our servers.
- The generated file carries no trackers, ads or third-party scripts.