coming-soon minimal email-signup clean simple minimal
Coming Soon Minimal
Ultra-minimal coming soon page with email signup and social links.
minimal Responsive
Live Preview
Sections
logomessageemail-signupsocial-linksfooter
Patterns used
HTML
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Coming Soon — We're Building Something New</title>
<script src="https://cdn.tailwindcss.com"></script>
<link rel="stylesheet" href="https://webspire.de/webspire-tokens.css">
<link rel="stylesheet" href="https://webspire.de/webspire-components.css">
<link rel="preconnect" href="https://fonts.googleapis.com" />
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
<link href="https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&display=swap" rel="stylesheet" />
<style>
body { font-family: 'Inter', sans-serif; }
/* Brand tokens */
:root {
--ws-color-accent: oklch(0.28 0.02 270);
--ws-color-accent-hover: oklch(0.35 0.02 270);
}
</style>
</head>
<body class="bg-white text-slate-900 antialiased min-h-screen flex flex-col">
<!-- Minimal top bar -->
<header class="ws-navbar flex items-center justify-between px-6 py-5 max-w-4xl mx-auto w-full">
<div class="flex items-center gap-2.5">
<div class="w-8 h-8 rounded-lg flex items-center justify-center" style="background: var(--ws-color-accent);">
<svg class="w-4.5 h-4.5 text-white" fill="none" stroke="currentColor" viewBox="0 0 24 24"><path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M4 6a2 2 0 012-2h2a2 2 0 012 2v2a2 2 0 01-2 2H6a2 2 0 01-2-2V6zM14 6a2 2 0 012-2h2a2 2 0 012 2v2a2 2 0 01-2 2h-2a2 2 0 01-2-2V6zM4 16a2 2 0 012-2h2a2 2 0 012 2v2a2 2 0 01-2 2H6a2 2 0 01-2-2v-2zM14 16a2 2 0 012-2h2a2 2 0 012 2v2a2 2 0 01-2 2h-2a2 2 0 01-2-2v-2z"/></svg>
</div>
<span class="text-lg font-bold tracking-tight">Framecraft</span>
</div>
<a href="#notify" class="text-sm text-slate-500 hover:text-slate-900 transition-colors">Get notified</a>
</header>
<!-- Main content -->
<main class="flex-1 flex items-center justify-center px-4 py-16">
<div class="max-w-lg w-full text-center">
<!-- Status badge -->
<div class="inline-flex items-center px-3 py-1 bg-slate-100 rounded-full mb-10">
<span class="w-1.5 h-1.5 bg-emerald-500 rounded-full mr-2"></span>
<span class="text-slate-600 text-xs font-medium">In development</span>
</div>
<!-- Message -->
<h1 class="text-3xl sm:text-4xl lg:text-5xl font-bold tracking-tight leading-tight mb-5">We're building<br>something new.</h1>
<p class="text-slate-500 text-lg leading-relaxed max-w-md mx-auto mb-12">A better way to design, build, and ship digital products. Leave your email and we'll let you know when we're ready.</p>
<!-- Email form -->
<form id="notify" class="ws-forms flex flex-col sm:flex-row gap-3 mb-4 max-w-sm mx-auto">
<label for="email" class="sr-only">Email address</label>
<input id="email" type="email" placeholder="you@example.com" required class="flex-1 px-4 py-3 border border-slate-200 rounded-lg text-sm placeholder:text-slate-400 focus:outline-none focus:ring-2 focus:border-transparent transition"
style="--tw-ring-color: var(--ws-color-accent);" />
<button type="submit" class="px-6 py-3 text-sm font-semibold text-white rounded-lg transition-colors" style="background: var(--ws-color-accent);">Notify Me</button>
</form>
<p class="text-slate-400 text-xs mb-16">We'll only email you once. No spam.</p>
<!-- What to expect -->
<div class="border-t border-slate-100 pt-12">
<p class="text-slate-400 text-xs uppercase tracking-widest font-medium mb-8">What to Expect</p>
<div class="grid sm:grid-cols-3 gap-6 text-left">
<div>
<div class="w-9 h-9 flex items-center justify-center bg-slate-100 rounded-lg mb-3">
<svg class="w-4.5 h-4.5 text-slate-600" fill="none" stroke="currentColor" viewBox="0 0 24 24"><path stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5" d="M13 10V3L4 14h7v7l9-11h-7z"/></svg>
</div>
<h3 class="font-medium text-sm mb-1">Fast & Lightweight</h3>
<p class="text-slate-500 text-xs leading-relaxed">Built for speed with a focus on performance and minimal bundle size.</p>
</div>
<div>
<div class="w-9 h-9 flex items-center justify-center bg-slate-100 rounded-lg mb-3">
<svg class="w-4.5 h-4.5 text-slate-600" fill="none" stroke="currentColor" viewBox="0 0 24 24"><path stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5" d="M4 5a1 1 0 011-1h14a1 1 0 011 1v2a1 1 0 01-1 1H5a1 1 0 01-1-1V5zM4 13a1 1 0 011-1h6a1 1 0 011 1v6a1 1 0 01-1 1H5a1 1 0 01-1-1v-6zM16 13a1 1 0 011-1h2a1 1 0 011 1v6a1 1 0 01-1 1h-2a1 1 0 01-1-1v-6z"/></svg>
</div>
<h3 class="font-medium text-sm mb-1">Beautiful Defaults</h3>
<p class="text-slate-500 text-xs leading-relaxed">Thoughtfully designed components that look great out of the box.</p>
</div>
<div>
<div class="w-9 h-9 flex items-center justify-center bg-slate-100 rounded-lg mb-3">
<svg class="w-4.5 h-4.5 text-slate-600" fill="none" stroke="currentColor" viewBox="0 0 24 24"><path stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5" d="M10 20l4-16m4 4l4 4-4 4M6 16l-4-4 4-4"/></svg>
</div>
<h3 class="font-medium text-sm mb-1">Developer First</h3>
<p class="text-slate-500 text-xs leading-relaxed">Clean APIs, TypeScript support, and extensive documentation.</p>
</div>
</div>
</div>
<!-- Trust signal -->
<div class="mt-16 pt-8 border-t border-slate-100">
<p class="text-slate-400 text-xs mb-6">Backed by people from</p>
<div class="flex items-center justify-center gap-8">
<span class="text-slate-300 text-xs font-medium">Vercel</span>
<span class="text-slate-300 text-xs font-medium">Stripe</span>
<span class="text-slate-300 text-xs font-medium">Linear</span>
<span class="text-slate-300 text-xs font-medium">Figma</span>
</div>
</div>
<!-- Roadmap timeline -->
<div class="ws-steps mt-16 pt-8 border-t border-slate-100">
<p class="text-slate-400 text-xs uppercase tracking-widest font-medium mb-8">Roadmap</p>
<div class="space-y-6 text-left max-w-xs mx-auto">
<div class="flex items-start gap-4">
<div class="flex flex-col items-center">
<div class="w-3 h-3 bg-emerald-500 rounded-full"></div>
<div class="w-px h-full bg-slate-200 mt-1"></div>
</div>
<div class="pb-6">
<p class="text-xs font-semibold text-emerald-600 mb-0.5">Completed</p>
<h4 class="text-sm font-medium mb-1">Core Architecture</h4>
<p class="text-slate-400 text-xs leading-relaxed">Foundation, APIs, and data layer built and tested.</p>
</div>
</div>
<div class="flex items-start gap-4">
<div class="flex flex-col items-center">
<div class="w-3 h-3 bg-blue-500 rounded-full animate-pulse"></div>
<div class="w-px h-full bg-slate-200 mt-1"></div>
</div>
<div class="pb-6">
<p class="text-xs font-semibold text-blue-600 mb-0.5">In Progress</p>
<h4 class="text-sm font-medium mb-1">UI & Design System</h4>
<p class="text-slate-400 text-xs leading-relaxed">Component library, themes, and responsive layouts.</p>
</div>
</div>
<div class="flex items-start gap-4">
<div class="flex flex-col items-center">
<div class="w-3 h-3 bg-slate-300 rounded-full"></div>
<div class="w-px h-full bg-slate-200 mt-1"></div>
</div>
<div class="pb-6">
<p class="text-xs font-semibold text-slate-400 mb-0.5">Q2 2026</p>
<h4 class="text-sm font-medium mb-1">Beta Launch</h4>
<p class="text-slate-400 text-xs leading-relaxed">Early access for waitlist subscribers with full feature set.</p>
</div>
</div>
<div class="flex items-start gap-4">
<div class="flex flex-col items-center">
<div class="w-3 h-3 bg-slate-300 rounded-full"></div>
</div>
<div>
<p class="text-xs font-semibold text-slate-400 mb-0.5">Q3 2026</p>
<h4 class="text-sm font-medium mb-1">Public Launch</h4>
<p class="text-slate-400 text-xs leading-relaxed">General availability with integrations and marketplace.</p>
</div>
</div>
</div>
</div>
<!-- FAQ -->
<div class="ws-faq mt-16 pt-8 border-t border-slate-100">
<p class="text-slate-400 text-xs uppercase tracking-widest font-medium mb-8">Questions</p>
<div class="space-y-6 text-left max-w-sm mx-auto">
<div>
<h4 class="text-sm font-medium mb-1">When will it be available?</h4>
<p class="text-slate-500 text-xs leading-relaxed">We're targeting Q2 2026 for our beta release. Sign up above to get early access.</p>
</div>
<div>
<h4 class="text-sm font-medium mb-1">Will there be a free plan?</h4>
<p class="text-slate-500 text-xs leading-relaxed">Yes. Our core features will always be free. Premium features will be available for teams and power users.</p>
</div>
<div>
<h4 class="text-sm font-medium mb-1">What tech stack does it support?</h4>
<p class="text-slate-500 text-xs leading-relaxed">We're framework-agnostic. Works with React, Vue, Svelte, and vanilla HTML/CSS.</p>
</div>
<div>
<h4 class="text-sm font-medium mb-1">How is it different from X?</h4>
<p class="text-slate-500 text-xs leading-relaxed">We focus on developer experience and performance above all else. More details on launch day.</p>
</div>
</div>
</div>
<!-- Second CTA -->
<div class="mt-16 pt-8 border-t border-slate-100 pb-4">
<p class="text-slate-600 text-sm font-medium mb-4">Ready to get started early?</p>
<form class="ws-forms flex flex-col sm:flex-row gap-3 max-w-sm mx-auto">
<label for="email-bottom" class="sr-only">Email address</label>
<input id="email-bottom" type="email" placeholder="you@example.com" required class="flex-1 px-4 py-3 border border-slate-200 rounded-lg text-sm placeholder:text-slate-400 focus:outline-none focus:ring-2 focus:border-transparent transition" />
<button type="submit" class="px-6 py-3 text-sm font-semibold text-white rounded-lg transition-colors" style="background: var(--ws-color-accent);">Join Waitlist</button>
</form>
</div>
</div>
</main>
<!-- Footer -->
<footer class="ws-footer py-8 px-4">
<div class="max-w-lg mx-auto flex flex-col items-center gap-6">
<div class="flex items-center gap-5">
<a href="#" class="text-slate-400 hover:text-slate-600 transition-colors" aria-label="Twitter / X">
<svg class="w-4 h-4" fill="currentColor" viewBox="0 0 24 24"><path d="M18.244 2.25h3.308l-7.227 8.26 8.502 11.24H16.17l-5.214-6.817L4.99 21.75H1.68l7.73-8.835L1.254 2.25H8.08l4.713 6.231zm-1.161 17.52h1.833L7.084 4.126H5.117z"/></svg>
</a>
<a href="#" class="text-slate-400 hover:text-slate-600 transition-colors" aria-label="GitHub">
<svg class="w-4 h-4" fill="currentColor" viewBox="0 0 24 24"><path d="M12 .297c-6.63 0-12 5.373-12 12 0 5.303 3.438 9.8 8.205 11.385.6.113.82-.258.82-.577 0-.285-.01-1.04-.015-2.04-3.338.724-4.042-1.61-4.042-1.61C4.422 18.07 3.633 17.7 3.633 17.7c-1.087-.744.084-.729.084-.729 1.205.084 1.838 1.236 1.838 1.236 1.07 1.835 2.809 1.305 3.495.998.108-.776.417-1.305.76-1.605-2.665-.3-5.466-1.332-5.466-5.93 0-1.31.465-2.38 1.235-3.22-.135-.303-.54-1.523.105-3.176 0 0 1.005-.322 3.3 1.23.96-.267 1.98-.399 3-.405 1.02.006 2.04.138 3 .405 2.28-1.552 3.285-1.23 3.285-1.23.645 1.653.24 2.873.12 3.176.765.84 1.23 1.91 1.23 3.22 0 4.61-2.805 5.625-5.475 5.92.42.36.81 1.096.81 2.22 0 1.606-.015 2.896-.015 3.286 0 .315.21.69.825.57C20.565 22.092 24 17.592 24 12.297c0-6.627-5.373-12-12-12"/></svg>
</a>
<a href="#" class="text-slate-400 hover:text-slate-600 transition-colors" aria-label="LinkedIn">
<svg class="w-4 h-4" fill="currentColor" viewBox="0 0 24 24"><path d="M20.447 20.452h-3.554v-5.569c0-1.328-.027-3.037-1.852-3.037-1.853 0-2.136 1.445-2.136 2.939v5.667H9.351V9h3.414v1.561h.046c.477-.9 1.637-1.85 3.37-1.85 3.601 0 4.267 2.37 4.267 5.455v6.286zM5.337 7.433c-1.144 0-2.063-.926-2.063-2.065 0-1.138.92-2.063 2.063-2.063 1.14 0 2.064.925 2.064 2.063 0 1.139-.925 2.065-2.064 2.065zm1.782 13.019H3.555V9h3.564v11.452zM22.225 0H1.771C.792 0 0 .774 0 1.729v20.542C0 23.227.792 24 1.771 24h20.451C23.2 24 24 23.227 24 22.271V1.729C24 .774 23.2 0 22.222 0h.003z"/></svg>
</a>
<a href="#" class="text-slate-400 hover:text-slate-600 transition-colors" aria-label="Instagram">
<svg class="w-4 h-4" fill="currentColor" viewBox="0 0 24 24"><path d="M12 2.163c3.204 0 3.584.012 4.85.07 3.252.148 4.771 1.691 4.919 4.919.058 1.265.069 1.645.069 4.849 0 3.205-.012 3.584-.069 4.849-.149 3.225-1.664 4.771-4.919 4.919-1.266.058-1.644.07-4.85.07-3.204 0-3.584-.012-4.849-.07-3.26-.149-4.771-1.699-4.919-4.92-.058-1.265-.07-1.644-.07-4.849 0-3.204.013-3.583.07-4.849.149-3.227 1.664-4.771 4.919-4.919 1.266-.057 1.645-.069 4.849-.069zM12 0C8.741 0 8.333.014 7.053.072 2.695.272.273 2.69.073 7.052.014 8.333 0 8.741 0 12c0 3.259.014 3.668.072 4.948.2 4.358 2.618 6.78 6.98 6.98C8.333 23.986 8.741 24 12 24c3.259 0 3.668-.014 4.948-.072 4.354-.2 6.782-2.618 6.979-6.98.059-1.28.073-1.689.073-4.948 0-3.259-.014-3.667-.072-4.947-.196-4.354-2.617-6.78-6.979-6.98C15.668.014 15.259 0 12 0zm0 5.838a6.162 6.162 0 100 12.324 6.162 6.162 0 000-12.324zM12 16a4 4 0 110-8 4 4 0 010 8zm6.406-11.845a1.44 1.44 0 100 2.881 1.44 1.44 0 000-2.881z"/></svg>
</a>
</div>
<p class="text-slate-400 text-xs">© 2026 Framecraft. All rights reserved.</p>
</div>
</footer>
</body>
</html>
Ultra-clean, white-background coming soon page with nothing but the essentials: a logo, a single line of text, an email signup form, and social links. Perfect for pre-launch announcements that prioritize simplicity.