Make your photos pop out with AI-powered enhancement. Simple, fast, and completely free.
- AI Photo Enhancement: Make your photos pop out with stunning clarity
- Bulk Watermarking: Add watermarks to multiple photos at once
- Lightning Fast: Get results in under 2 seconds
- Open Source: Free to use and modify
- Frontend: Next.js 14, TypeScript, Tailwind CSS
- Backend: Python API (separate repository: pixelfly-backend)
- Authentication: Better Auth with Google OAuth
- Database: MongoDB with Prisma ORM
# Clone the repository
git clone https://github.com/romaric250/pixelfly.git
cd pixelfly
# Install dependencies
npm install
# Set up environment variables
cp .env.example .env
# Set up database
npx prisma generate
npx prisma db push
# Run development server
npm run dev
Open http://localhost:3000 in your browser.
MIT License - see LICENSE file for details.
Romaric Lonfonyuy - @romaric250