Skip to content

irfan-za/nextjs-groqAI

Repository files navigation

Next.js + Groq AI setup project

This is a Groq Next.js setup project with a simple chat form.

Demo Image To see the live website, click here.

To get started, follow these steps:

  1. Clone the repository:
git clone https://github.com/irfan-za/nextjs-groqAI.git
  1. Install the dependencies:
cd your-repo
yarn
  1. create .env file in the root folder with this value:

GROQ_API_KEY= your_api_key

  1. Start the development server:
yarn dev
  1. Open your browser and navigate to http://localhost:3000 to see the app in action.

Feel free to modify the code in the app/page.js file to customize the chat form according to your needs.

Happy coding!

About

Next.js 14 + Groq AI setup with a simple chat form

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published