This is a Next.js project bootstrapped with create-next-app
.
The UI is Shadcn UI, a dark mode compatible, accessible, and customizable theme for Tailwind CSS.
AI generation capabilities are provided by OpenAI's API and Replicate.
The project is hosted on Vercel.
After changing the provider in the Prisma schema, run
npx prisma generate
to update Prisma Client code, and npx prisma migrate dev --preview-feature
to update database schema.
Kudos to Antonio for his invaluable tutorials, which played a crucial role in making this project possible.