Write down or copy/paste a review related to a construction service, the AI assistant shall analyze the sentiment of the review.
This is a Next.js project bootstrapped with create-next-app
.
- Init
Next.js
app - Install
ShadCN UI
and try the library - Setup construction services reviews analyzer AI Chatbot using
/api/chat
endpoint withuseChat()
hook - Convert from api endpoint usage into server actions calls
- Improve the Chat UI
- run
npm install
to install dependencies - Copy content from
.env.example
into a new file.env
- Paste your
ÒPENAI API
inside the.env
file - Run
npm run build
to build the project - Lunch the app by running
npm start
- The app should be served on
http://localhost:3000
- run
npm run dev
to launch the development live-refresh server
- Next.js
- Tailwind CSS
- ShadCN UI
- Vercel AI SDK
First Next.js
project!
It was a fun experience trying out Next.js, I really liked the framework and the architecture. Tribute to the well written Next.js documentation