A modern portfolio site built with cutting-edge technologies to showcase projects, blog posts. Features a clean design, command bar interface, and interactive elements.
- Next.js - React framework for production
- TailwindCSS - Utility-first CSS framework
- Contentlayer - Content SDK for type-safe content
- Vercel - Deployment platform
- 🎨 Modern and clean design
- ⌨️ Command bar interface (press
Cmd+KorCtrl+K) - 📱 Fully responsive
- 📝 MDX-based blog posts
- 💼 Project showcase
- 📚 Guestbook with comments
- 🌙 Dark mode optimized
- ⚡ Fast page loads and navigation
- 🔍 SEO optimized
- Clone the repository:
git clone https://github.com/chai-dev682/portfolio-ai.git
cd portfolio-ai- Install dependencies:
yarn-
Create a
.envfile in the root directory from.env.exampleand update with your own values -
Run the development server:
yarn dev- Open http://localhost:3000 in your browser.
- Projects: Add MDX files in
data/projects/ - Blog Posts: Add MDX files in
data/blog/ - Achievements: Add MDX files in
data/achievements/
Contributions are welcome! Please feel free to submit a Pull Request. For major changes, please open an issue first to discuss what you would like to change.
- Fork the repository
- Create your feature branch (
git checkout -b feature/AmazingFeature) - Commit your changes (
git commit -m 'Add some AmazingFeature') - Push to the branch (
git push origin feature/AmazingFeature) - Open a Pull Request
This project is licensed under the GNU General Public License v3.0 - see the LICENSE file for details.
- Thanks to all contributors who have helped shape this project
- Built with inspiration from the developer community
Made with ❤️ by Chai Dev