Skip to content

Latest commit

 

History

9 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 

Repository files navigation

AI Chatbot

A modern, responsive AI chatbot built with Next.js, TypeScript, and OpenAI's GPT-3.5 API.

Features

  • 🎨 Clean, responsive chat interface
  • 🤖 Integration with Hugging Face API
  • 💬 Real-time message history
  • ⏳ Loading states and typing indicators
  • 🌓 Dark mode support
  • 🎯 TypeScript implementation
  • 🎨 Tailwind CSS styling
  • ⚠️ Error handling and user feedback

Getting Started

  1. Clone the repository
  2. Install dependencies:
    npm install
    # or
    bun install
  3. Create a .env file with your OpenAI API key:
    OPENAI_API_KEY=your_api_key_here
    
  4. Run the development server:
    npm run dev
    # or
    bun dev
  5. Open http://localhost:3000 with your browser

Tech Stack

  • Next.js 13+ (App Router)
  • TypeScript
  • Tailwind CSS
  • OpenAI API
  • React Icons

License

MIT

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages