AxiomAI is a modern, lightweight AI chat application that provides instant access to advanced language models without requiring any sign-up or authentication. Experience seamless conversations with state-of-the-art AI models in a beautiful, responsive interface.
- No account required
- Start chatting immediately
- Zero setup time
- No data storage
- No conversation history saved on servers
- Complete privacy protection
- Llama 3.3 70B - Advanced language model for complex tasks
- DeepSeek R1 - Specialized in analytical thinking
- Llama Vision - Image analysis capabilities
- Gemma 2 27B - Google's latest language model
- Upload and analyze images
- AI-powered image understanding
- Visual context in conversations
- Clean, intuitive interface
- Dark/Light mode support
- Responsive design for all devices
- Real-time streaming responses
- Markdown support with syntax highlighting
- React 18
- TypeScript
- Tailwind CSS
- Vite
- Shadcn/ui components
- Node.js 18+
- npm or yarn
- Clone the repository
git clone https://github.com/meet447/axiomai.git
cd axiomai
- Install dependencies
npm install
# or
yarn install
- Start the development server
npm run dev
# or
yarn dev
- Open your browser and visit
http://localhost:8080
src/
├── components/ # Reusable UI components
├── pages/ # Page components
├── hooks/ # Custom React hooks
├── lib/ # Utility functions
└── styles/ # Global styles and Tailwind config
Chat.tsx
: Main chat interfaceChatSidebar.tsx
: Chat history and model selectionNavbar.tsx
: Application navigation
npm run build
# or
yarn build
The built files will be in the dist
directory.
Contributions are welcome! Please feel free to submit a Pull Request.
- Fork the repository
- Create your feature branch (
git checkout -b feature/AmazingFeature
) - Commit your changes (
git commit -m 'Add some AmazingFeature'
) - Push to the branch (
git push origin feature/AmazingFeature
) - Open a Pull Request
This project is licensed under the MIT License - see the LICENSE file for details.
- Shadcn/ui for the beautiful UI components
- Tailwind CSS for the utility-first CSS framework
- Vite for the blazing fast build tool