A SaaS application for image editing using AI

Pixiemist

A SaaS application for image editing using AI.

Technologies

  • ✨ Next js 13 App Router
  • βš’ Models from Replicate
  • πŸ’Ž Styled using Tailwind CSS
  • 🎨 Components and Theme using Shadcn/ui
  • πŸ”’ Authentication using NextAuth.js
  • 🐻 State Management using Zustand
  • πŸ“Š ORM using Prisma
  • 🧧 Database – SQL on PlanetScale
  • πŸ’³ Subscriptions using Stripe
  • πŸ”§ Form Validations using Zod
  • πŸ“· Image Storage using Cloudinary
  • πŸ“€ Drag n Drop using React-dropzone
  • πŸŒ€ Written in TypeScript

Running Locally

  1. Install dependencies using pnpm:
pnpm install
  1. Copy .env.example to .env and update the variables according to the need.
cp .env.example .env
  1. Start the development server:
pnpm dev

Note: Sometimes the generations can take upto 3 to 5 mins because of Replicate’s Cold Start. Learn More

GitHub

View Github