Skip to content

zepedroc/Whatevs

Repository files navigation

Whatevs - AI Chat Application

A modern AI chat application built with Next.js 15, featuring multi-language support and integration with Groq's LLM API. This project was inspired by vercel/ai but has been extended with additional features and improvements.

Features

  • 🤖 AI Chat Interface with Groq LLM integration
  • 🌐 Internationalization support using next-intl
  • 🎨 Modern UI built with shadcn/ui components
  • 🎯 Real-time chat interactions
  • 🎭 Multiple chat modes
  • 📱 Responsive design
  • 🔄 Turbo-powered development experience

Tech Stack

  • Framework: Next.js 15 with App Router
  • AI Integration: Vercel AI SDK, Groq API
  • Styling: Tailwind CSS, tailwindcss-animate
  • UI Components: shadcn/ui
  • Language Support: next-intl
  • Development Tools:
    • TypeScript
    • ESLint
    • Prettier
    • PostCSS

Getting Started

  1. Clone the repository

  2. Install dependencies:

    npm install
  3. Add your Groq API key to .env.local

  4. Run the development server:

    npm run dev

Open http://localhost:3000 to see the application.

Available Scripts

  • npm run dev - Start development server with Turbo
  • npm run build - Build the application
  • npm run start - Start production server
  • npm run lint - Run ESLint
  • npm run type-check - Run TypeScript compiler checks

Learn More

To learn more about the technologies used in this project:

About

Everything related to AI that comes to my mind

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published