Skip to content

officialprakashkumarsingh/perplexity

 
 

Repository files navigation

AhamAI - Intelligent Chat Assistant

Deploy with Vercel

AhamAI is a modern, intelligent chat assistant built with React and powered by advanced AI models. It features a clean, Perplexity-inspired interface that makes AI conversations intuitive and engaging.

✨ Features

  • Modern UI/UX: Clean, responsive interface inspired by leading AI platforms
  • Multiple AI Models: Support for various AI models including GPT-3.5-turbo and GPT-4
  • Real-time Chat: Seamless conversation flow with typing indicators
  • Topic Suggestions: Quick-start topics to explore AI capabilities
  • Mobile Responsive: Optimized for all device sizes
  • One-Click Deployment: Deploy instantly to Vercel

🚀 Quick Start

Development

  1. Clone the repository
git clone https://github.com/yourusername/ahamai.git
cd ahamai
  1. Install dependencies
npm install
  1. Start the development server
npm run dev
  1. Open http://localhost:5173 in your browser

Production Build

npm run build
npm run preview

🔧 Configuration

The application is configured to use the LongCat OpenAI API endpoint. The API configuration can be found in src/services/chatApi.js.

📦 Deployment

Vercel (Recommended)

Click the deploy button above or:

  1. Connect your GitHub repository to Vercel
  2. Vercel will automatically detect the build settings
  3. Deploy with one click

Manual Deployment

  1. Build the project: npm run build
  2. Deploy the dist folder to your hosting provider

🛠️ Tech Stack

  • Frontend: React 18, Vite
  • Styling: Tailwind CSS
  • Icons: Heroicons
  • Routing: React Router DOM
  • API: Custom chat API integration

📝 License

This project is open source and available under the MIT License.

👤 Author

Prakash Kumar Singh


Made with ❤️ for the AI community

About

Tries to UI development. Clone of https://www.perplexity.ai/

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 98.7%
  • Other 1.3%