This is a personal portfolio website currently under development. The project is built with Next.js and styled using Tailwind CSS, following a modern, component-based architecture. The landing page includes an animated background, a "Coming Soon" message, custom branding, and social media links to maintain online presence during development.
Ensure the following tools are installed before getting started:
git clone https://github.com/mrakbari91/comming-soon.git
cd your-portfolioUsing PNPM:
pnpm installUsing Bun:
bun install💡 Bun offers faster installs and is compatible with most common packages. If using Bun, ensure your codebase does not depend on unsupported Node APIs.
PNPM:
pnpm devBun:
bun run devOnce running, visit your development server at: 🔗 http://localhost:3000
PNPM:
pnpm buildBun:
bun run buildThis will generate an optimized production build of the Next.js application.
You can deploy this Next.js project on any platform that supports Node.js. Recommended platforms:
- Vercel – seamless with Next.js
- Netlify
- Cloudflare Pages (with adapter)
- Render, Railway, or your own server
After connecting your GitHub repo, most platforms auto-detect Next.js and configure builds for you.
For future integration (e.g., contact form, analytics, or CMS), create a .env.local file in the root directory:
NEXT_PUBLIC_SITE_URL=https://yourdomain.com
NEXT_PUBLIC_GA_ID=G-XXXXXXXXXXNever commit
.env.localto version control.
- ✅ "Coming Soon" landing page with animation
- ✅ Responsive design using Tailwind CSS
- ✅ Social media links
- ✅ Custom logo component
- 🛠️ Light/dark theme support
- 🛠️ Contact form (with validation & email integration)
- 🛠️ Projects and resume sections
- 🛠️ CMS integration (e.g., Notion, Sanity, or Contentful)
- 🛠️ SEO optimization and metadata setup
🚧 This website is currently under construction. Development is active, and more sections will be released incrementally.
© 2025 Dhruv Akbari. All rights reserved. This project is licensed for personal use. Contact the author for reuse or collaboration.
At this stage, contributions are limited. If you'd like to offer feedback or collaborate in the future, feel free to reach out via social links or email.