Brain-Buddy-AI is a full-stack AI chatbot application built with Next.js, leveraging the powerful Groq API with Llama 3.1 to deliver intelligent, lightning-fast conversations.
- ⚡ Ultra-fast AI responses (1-2 seconds) powered by Groq
- 🤖 AI-powered chatbot with natural language understanding
- 💬 Multiple conversation modes: Chat, Email Assistant, Daily Planner, Fun Facts
- 🎨 Seamless Next.js frontend with React 19
- 🔌 Groq API integration using Axios
- 🎯 Tailwind CSS for sleek UI design
- ⚡ Optimized performance with Next.js 15
- Framework: Next.js 15
- Frontend: React 19, Tailwind CSS
- API Handling: Axios
- AI Model: Llama 3.1 8B Instant (via Groq API)
- Deployment: Vercel
git clone https://github.com/Sanjoy-droid/Brain-Buddy-AI
cd Brain-Buddy-AInpm installCreate a .env.local file in the root directory and add the following:
GROQ_API_KEY=your_groq_api_key_hereGet your free Groq API key:
- Visit console.groq.com
- Sign up for a free account
- Generate an API key
- Copy and paste it into your
.env.localfile
npm run devOpen http://localhost:3000 in your browser to access the app.
To create a production build:
npm run buildTo start the production server:
npm run startThe easiest way to deploy Brain-Buddy-AI is via Vercel:
- Push your code to GitHub
- Connect your repository to Vercel
- Add the
GROQ_API_KEYenvironment variable in Vercel's project settings - Deploy!
For more details, check out Next.js Deployment Documentation.
Engage in natural conversations with AI assistance.
Generate professional emails with AI help.
Plan your day with AI-powered suggestions.
Discover interesting facts powered by AI.
- Lightning Fast: 1-2 second response times (10x faster than traditional LLMs)
- Free Tier: Generous free usage limits
- High Quality: Powered by Meta's Llama 3.1 model
- Reliable: Perfect for production deployments on Vercel
- Next.js Documentation - Learn about Next.js features and API
- React Documentation - Get started with React 19
- Groq Documentation - Explore Groq API capabilities
- Llama 3.1 Model Card - Learn about the AI model
Feel free to contribute by opening an issue or submitting a pull request!
MIT License
Made with ❤️ using Next.js and Groq