← All tools
Tools
Link-in-bio store integrator
Build a simple bio page that points followers to your store and key offers. Copy the HTML and host it wherever you like.
Generate a clean link-in-bio HTML page that connects Instagram or TikTok to your store, bestsellers, and offers.
Store & social links
Generated link-in-bio HTML
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<title>Wildgood Co. | Link in bio</title>
<style>
:root { --accent: #111111; }
* { box-sizing: border-box; }
body {
margin: 0; min-height: 100vh; font-family: system-ui, sans-serif;
background: #f6f6f4; color: #111;
display: flex; justify-content: center; padding: 2.5rem 1rem;
}
.card {
width: 100%; max-width: 420px; text-align: center;
}
.mark {
width: 64px; height: 64px; margin: 0 auto 1rem; border-radius: 999px;
background: var(--accent); color: #fff; display: grid; place-items: center;
font-weight: 800; font-size: 1.25rem;
}
h1 { margin: 0 0 0.35rem; font-size: 1.5rem; }
p { margin: 0 0 1.5rem; color: #555; }
.link {
display: block; margin: 0.65rem 0; padding: 0.9rem 1rem;
border: 2px solid #111; border-radius: 999px; text-decoration: none;
color: #111; font-weight: 600; background: #fff;
transition: background .15s ease, color .15s ease;
}
.link:hover { background: var(--accent); color: #fff; border-color: var(--accent); }
</style>
</head>
<body>
<div class="card">
<div class="mark">W</div>
<h1>Wildgood Co.</h1>
<p>Shop the collection</p>
<a class="link" href="https://www.wodoo.store" target="_blank" rel="noopener noreferrer">Shop my store</a>
<a class="link" href="https://www.wodoo.store/tools" target="_blank" rel="noopener noreferrer">Best sellers</a>
<a class="link" href="https://www.wodoo.store/#start" target="_blank" rel="noopener noreferrer">Join waitlist</a>
</div>
</body>
</html>Paste into a static host, Notion embed, or your store microsite. Point Instagram / TikTok bio to that page.
Ready to sell? Open your Wodoo Store.
Launch a live storefront in minutes — no code, no hassle.