PhotoFi is an AI-powered image editor built with Next.js, Convex, TailwindCSS, shadcn/ui, and Gemini AI.
It allows users to edit, enhance, and transform images with modern AI tools, a beautiful UI, and real-time storage/optimization.
- 🎨 Canvas Editing – Interactive editing with Fabric.js
- 🌙 Dark Mode – Seamless light/dark theme with
next-themes - ⚡ AI-Powered Editing – Gemini integration for smart enhancements and transformations
- ☁️ Media Storage & Optimization – Upload, store, and optimize images via ImageKit
- 🗄️ Real-Time Backend – Convex for serverless database + APIs
- 📱 Responsive Design – Fully optimized across devices
- 🔧 Extensible Architecture – Easy to add new tools & AI features
- Next.js 14 – React framework for building apps
- TailwindCSS – Utility-first CSS
- shadcn/ui – Reusable UI components
- next-themes – Theme switching
git clone https://github.com/your-username/photofi.git
cd photofi
2️⃣ Install dependencies
```bash
bun install
3️⃣ Run the development server
```bash
bun dev