#Penseev
A simple journal AI app which kinda summarizes your feelings using AI based on your journal entry. You can then ask questions based on your journal entries.
This was kind of my first experience with next/react. Mainly wanted to see how things are done here.
If you get why it was named penseev , I already love you.
Mainly used these beautiful projects:
- Nextjs (app router)
- Prisma
- Planetscale for MySql db.
- OpenAI
- Langchain
- Clerk for authentication.
- Zod
First, run the development server:
pnpm run devSpin up your db ( I used pscale cli)
pscale connect DB_NAME DB_BRANCH --port 3309Ofcourse don't forget to set up prisma.
npx prisma db push
