NaN_
2 min read
Groqili

Groqili is a small React application. It gives a fast and easy way to talk with Groq AI. It is built for speed and simple use. It uses the Groq SDK for very quick answers.

Key Features

  • Very Fast AI: It works with Groq SDK for quick responses.
  • New Tech: It uses React and Vite for easy development.
  • Simple Look: It has a clean design for good work and prompt making.

Project Structure

Groqili/
├── public/
│   └── vite.svg
├── src/
│   ├── assets/
│   │   └── react.svg
│   ├── components/
│   │   └── ChatMessage.jsx
│   ├── utils/
│   │   └── groq.js
│   ├── App.css
│   ├── App.jsx
│   ├── index.css
│   └── main.jsx
├── eslint.config.js
├── index.html
├── package.json
└── vite.config.js

Tech Stack

  • Frontend: React
  • Bundler: Vite
  • AI Engine: Groq SDK
  • Styling: CSS3

Licensed under the MIT License.