A modern portfolio website built with Next.js, featuring MDX support for content creation and interactive features.
- 📝 MDX Support for dynamic content
- 🎨 Modern and clean design
- 💨 TailwindCSS for styling
- 🚀 Next.js 15 for optimal performance
- 📱 Fully responsive design
- 💬 AI-powered chat integration
- 🔖 Bookmark system
- 📚 Interactive blog posts
- 🤖 AI assistant for visitor interactions
- Next.js 15
- TypeScript
- TailwindCSS
- MDX
- Supabase (for upcoming features)
- shadcn/ui
# Install dependencies
pnpm install
# Run development server
pnpm dev
# Build for production
pnpm build
# Start production server
pnpm startVisit http://localhost:3000 to see the site.
Content is written in MDX format, allowing for:
- Interactive components within markdown
- Custom React components
- Dynamic content rendering
This project follows modern development practices:
- TypeScript for type safety
- ESLint for code quality
- Prettier for code formatting
- Husky for git hooks
This project is licensed under the MIT License - see the LICENSE file for details.