A playful and modern "Coming Soon" page built with Next.js, Tailwind CSS, and Framer Motion.
Perfect for showcasing your personal site, side project, or portfolio before the full version is ready.
You can fork this repo and deploy your own personal version in just a few steps.
git clone https://github.com/ftiannn/coming-soon.git
cd coming-soon
Or just click the "Fork" button on the top right of this page!
npm install
Update the links to your own profiles in:
/src/constants/social-links.ts
Replace the default entries with your actual GitHub, LinkedIn, Twitter, or any other social platforms.
These will appear in the “Let’s be internet friends” section at the bottom of the page.
npm run dev
Visit http://localhost:3000 to see it live.
Vercel, or Github Pages
You can easily make it your own:
- Main page content:
src/app/page.tsx
- Theme toggle: already included via
next-themes
- Tailwind config: customize colors in
tailwind.config.js
- Logo & favicon: replace
public/favicon.ico
Created by FT Tan
Licensed under the MIT License — free to fork, customize, and deploy!