Sanjay-Ganapathi / Pixiemist

Pixiemist - AI SaaS for Image editing

Home Page:https://pixiemist.vercel.app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Pixiemist

A SaaS application for image editing using AI.

Project Image

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

About

Pixiemist - AI SaaS for Image editing

https://pixiemist.vercel.app


Languages

Language:TypeScript 97.3%Language:JavaScript 1.8%Language:CSS 0.9%