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
- Install dependencies using pnpm:
pnpm install
- Copy
.env.example
to.env
and update the variables according to the need.
cp .env.example .env
- 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