<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Download VibeTag</title>
<style>
* {
margin: 0;
padding: 0;
box-sizing: border-box;
font-family: Inter, Arial, sans-serif;
}
body {
background: #050505;
color: #fff;
min-height: 100vh;
overflow-x: hidden;
}
.page {
position: relative;
min-height: 100vh;
padding: 32px 20px;
display: flex;
align-items: center;
justify-content: center;
}
.glow {
position: fixed;
width: 420px;
height: 420px;
border-radius: 50%;
filter: blur(120px);
opacity: 0.45;
z-index: 0;
}
.glow.one {
background: #ff8a00;
top: -120px;
left: -120px;
}
.glow.two {
background: #7b2cff;
bottom: -120px;
right: -120px;
}
.container {
position: relative;
z-index: 2;
width: 100%;
max-width: 1120px;
text-align: center;
}
.logo {
width: 220px;
max-width: 70%;
margin-bottom: 32px;
}
.badge {
display: inline-flex;
align-items: center;
gap: 8px;
padding: 10px 18px;
border-radius: 999px;
background: rgba(255, 255, 255, 0.08);
border: 1px solid rgba(255, 255, 255, 0.12);
color: #ffb347;
font-weight: 700;
margin-bottom: 24px;
backdrop-filter: blur(18px);
}
h1 {
font-size: clamp(42px, 7vw, 86px);
line-height: 0.95;
letter-spacing: -3px;
margin-bottom: 24px;
}
h1 span {
background: linear-gradient(90deg, #ff8a00, #ffcc70, #ff4d8d);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
}
.subtitle {
max-width: 760px;
margin: 0 auto 34px;
color: #cfcfcf;
font-size: clamp(17px, 2vw, 22px);
line-height: 1.55;
}
.buttons {
display: flex;
justify-content: center;
gap: 16px;
flex-wrap: wrap;
margin-bottom: 44px;
}
.store-btn {
display: inline-flex;
align-items: center;
justify-content: center;
min-width: 210px;
padding: 16px 22px;
border-radius: 18px;
text-decoration: none;
color: #fff;
font-size: 17px;
font-weight: 800;
background: linear-gradient(135deg, #ff8a00, #ffb347);
box-shadow: 0 18px 45px rgba(255, 138, 0, 0.32);
transition: 0.25s ease;
}
.store-btn.secondary {
background: rgba(255, 255, 255, 0.1);
border: 1px solid rgba(255, 255, 255, 0.18);
box-shadow: none;
backdrop-filter: blur(20px);
}
.store-btn:hover {
transform: translateY(-4px) scale(1.02);
}
.features {
display: grid;
grid-template-columns: repeat(4, 1fr);
gap: 16px;
margin-top: 30px;
}
.card {
padding: 24px 18px;
border-radius: 28px;
background: rgba(255, 255, 255, 0.075);
border: 1px solid rgba(255, 255, 255, 0.12);
backdrop-filter: blur(20px);
min-height: 150px;
}
.card .icon {
font-size: 32px;
margin-bottom: 14px;
}
.card h3 {
font-size: 18px;
margin-bottom: 10px;
}
.card p {
color: #bdbdbd;
font-size: 14px;
line-height: 1.45;
}
.section {
margin-top: 72px;
padding: 48px 28px;
border-radius: 34px;
background: linear-gradient(
135deg,
rgba(255, 138, 0, 0.18),
rgba(123, 44, 255, 0.12)
);
border: 1px solid rgba(255, 255, 255, 0.12);
backdrop-filter: blur(22px);
}
.section h2 {
font-size: clamp(30px, 5vw, 54px);
margin-bottom: 16px;
letter-spacing: -1px;
}
.section p {
max-width: 760px;
margin: 0 auto 26px;
color: #d8d8d8;
font-size: 18px;
line-height: 1.6;
}
.mini-list {
display: flex;
justify-content: center;
flex-wrap: wrap;
gap: 12px;
margin-top: 26px;
}
.mini-list span {
padding: 10px 16px;
border-radius: 999px;
background: rgba(255, 255, 255, 0.09);
color: #f2f2f2;
font-size: 14px;
border: 1px solid rgba(255, 255, 255, 0.1);
}
footer {
margin-top: 48px;
color: #888;
font-size: 14px;
}
@media (max-width: 850px) {
.features {
grid-template-columns: repeat(2, 1fr);
}
.page {
padding-top: 42px;
}
}
@media (max-width: 520px) {
.features {
grid-template-columns: 1fr;
}
.store-btn {
width: 100%;
}
h1 {
letter-spacing: -2px;
}
}
</style>
</head>
<body>
<div class="glow one"></div>
<div class="glow two"></div>
<main class="page">
<div class="container">
<img
class="logo"
src="https://media.vibetag.com/Logo%20with%20BGNEW.png"
alt="VibeTag Logo"
/>
<div class="badge">✨ Download VibeTag Today</div>
<h1>
Connect. Create.<br />
<span>Share Your World.</span>
</h1>
<p class="subtitle">
VibeTag brings social networking, live streaming, messaging, marketplace,
jobs, groups, blogs, events and creator tools together in one powerful app
built for real people and real connections.
</p>
<div class="buttons">
<a
class="store-btn"
href="https://play.google.com/store/apps/details?id=com.vibetag.vibetag"
target="_blank"
>
Get it on Google Play
</a>
<a
class="store-btn secondary"
href="https://apps.apple.com/us/app/vibetag/id6747261562"
target="_blank"
>
Download on the App Store
</a>
</div>
<div class="features">
<div class="card">
<div class="icon">❤️</div>
<h3>Real Connections</h3>
<p>Discover people, communities and creators that match your world.</p>
</div>
<div class="card">
<div class="icon">🎥</div>
<h3>Go Live</h3>
<p>Stream, join conversations and connect with your audience instantly.</p>
</div>
<div class="card">
<div class="icon">💬</div>
<h3>Private Chat</h3>
<p>Message friends, groups and communities in a smooth modern experience.</p>
</div>
<div class="card">
<div class="icon">🛍️</div>
<h3>Marketplace</h3>
<p>Buy, sell, discover products and support businesses in one place.</p>
</div>
</div>
<section class="section">
<h2>One App. Endless Possibilities.</h2>
<p>
From everyday moments to live broadcasts, from private conversations to
discovering jobs, groups and events — VibeTag gives you more ways to
express yourself, grow your audience and stay connected.
</p>
<div class="mini-list">
<span>Social Feed</span>
<span>Stories</span>
<span>Live Streaming</span>
<span>Messaging</span>
<span>Marketplace</span>
<span>Jobs</span>
<span>Groups</span>
<span>Events</span>
<span>Blogs</span>
<span>Creator Tools</span>
</div>
</section>
<section class="section">
<h2>Ready to Join?</h2>
<p>
Download VibeTag now and start discovering a new way to connect,
create and share.
</p>
<div class="buttons">
<a
class="store-btn"
href="https://play.google.com/store/apps/details?id=com.vibetag.vibetag"
target="_blank"
>
Google Play
</a>
<a
class="store-btn secondary"
href="https://apps.apple.com/us/app/vibetag/id6747261562"
target="_blank"
>
App Store
</a>
</div>
</section>
<footer>
© 2026 VibeTag. All rights reserved.
</footer>
</div>
</main>
</body>
</html>