Coming Soon Page Blocks based on shadcn/ui
Clean coming soon page with full-screen background image, centered headline, description text, and email notification signup form. Perfect for product launches and website launches.
Something Extraordinary
is Coming Soon
We're crafting an exceptional experience that will transform the way you build modern web applications. Innovative components, seamless integration, and unmatched design quality.
Join the waitlist to get exclusive early access
We respect your privacy. Unsubscribe at any time.
import ComingSoonSimple from "@/components/creative-tim/blocks/coming-soon-simple"
export default function Page() {
return <ComingSoonSimple />
}
Two-column coming soon page featuring countdown timer cards (days/hours/minutes/seconds), email notification form, social media links (Twitter, YouTube, Instagram, GitHub), and background pattern image. Perfect for website redesign launches.
PRO Blocks
This is a PRO block. Upgrade your account to access the source code and install this block via CLI/MCP.
Upgrade to PROimport ComingSoonWithCountdownTimer from "@/components/creative-tim/blocks/coming-soon-with-countdown-timer"
export default function Page() {
return <ComingSoonWithCountdownTimer />
}
Mobile app launch page with gradient background pattern, compelling headline, email early access signup, and iOS/Android platform buttons. Perfect for mobile app pre-launch campaigns.
PRO Blocks
This is a PRO block. Upgrade your account to access the source code and install this block via CLI/MCP.
Upgrade to PRO
Your New Favorite App is Coming Soon!
Experience the future of mobile development. We're crafting an innovative app that will transform the way you work and create. Join the waitlist for exclusive early access.
Available On
By signing up, you agree to receive updates about our app launch. Unsubscribe anytime.
import ComingSoonWithCountdownForApps from "@/components/creative-tim/blocks/coming-soon-with-countdown-for-apps"
export default function Page() {
return <ComingSoonWithCountdownForApps />
}
Centered coming soon page with large hero image/video background, headline, description text, and waitlist email signup form. Perfect for course launches and product announcements.
PRO Blocks
This is a PRO block. Upgrade your account to access the source code and install this block via CLI/MCP.
Upgrade to PROSomething Amazing is Coming Soon!
Get a sneak peek at what we've been building. Watch the video below and join the waitlist to be notified when we launch.
Be the First to Know
Join our exclusive waitlist and get early access when we launch
import ComingSoonWithCountdownVideo from "@/components/creative-tim/blocks/coming-soon-with-countdown-video"
export default function Page() {
return <ComingSoonWithCountdownVideo />
}