Skip to content

jtaavola/plant-care-ai

Repository files navigation

Plant Care AI 🪴

Next.js OpenAI Vercel

A simple web app for generating plant care guides using OpenAI's GPT API.

Development 🤖

npm install

Installs the necessary packages.

Add .env.local file

Add a .env.local file to the root directory of the project. Set OPENAI_API_KEY with your API key.

OPENAI_API_KEY=<YOUR_KEY>

npm run dev

Runs the app in the development mode.
Open http://localhost:3000 to view it in your browser.

The page will reload when you make changes.
You may also see any lint errors in the console.

Deploy 🚀

Host your own live version of Plant Care AI with Vercel.

Deploy with Vercel

Releases

No releases published

Packages

No packages published