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.
- 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
- Clone the repository
git clone https://github.com/yourusername/ahamai.git
cd ahamai- Install dependencies
npm install- Start the development server
npm run dev- Open http://localhost:5173 in your browser
npm run build
npm run previewThe application is configured to use the LongCat OpenAI API endpoint. The API configuration can be found in src/services/chatApi.js.
Click the deploy button above or:
- Connect your GitHub repository to Vercel
- Vercel will automatically detect the build settings
- Deploy with one click
- Build the project:
npm run build - Deploy the
distfolder to your hosting provider
- Frontend: React 18, Vite
- Styling: Tailwind CSS
- Icons: Heroicons
- Routing: React Router DOM
- API: Custom chat API integration
This project is open source and available under the MIT License.
Prakash Kumar Singh
Made with ❤️ for the AI community