Creative Tim UICreative Tim UI

Coming Soon Page Blocks based on shadcn/ui

Files
app/coming-soon-simple/page.tsx
import ComingSoonSimple from "@/components/creative-tim/blocks/coming-soon-simple"

export default function Page() {
  return <ComingSoonSimple />
}
Simple coming soon page with background image and email signup
coming-soon-simple
Creative Tim UI

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.

© 2024 Creative Tim UI. All rights reserved.

import ComingSoonSimple from "@/components/creative-tim/blocks/coming-soon-simple"

export default function Page() {
  return <ComingSoonSimple />
}
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
Coming soon page with countdown timer and social media links
coming-soon-with-countdown-timer
0Days
0Hours
0Mins
0Secs

Our New Look is Almost Here!

We're working hard to bring you a fresh new experience. Our updated website will be faster, smarter, and more user-friendly. Stay tuned for the big reveal!

Connect with us on:

import ComingSoonWithCountdownTimer from "@/components/creative-tim/blocks/coming-soon-with-countdown-timer"

export default function Page() {
  return <ComingSoonWithCountdownTimer />
}
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
App launch coming soon page with iOS and Android download buttons
coming-soon-with-countdown-for-apps
Creative Tim UI

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 />
}
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
Coming soon page with video/image background and waitlist signup
coming-soon-with-countdown-video
Watch Preview

Something 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

By signing up, you agree to receive updates about our launch. Unsubscribe anytime.

Free to join
Exclusive updates
Early access
import ComingSoonWithCountdownVideo from "@/components/creative-tim/blocks/coming-soon-with-countdown-video"

export default function Page() {
  return <ComingSoonWithCountdownVideo />
}