Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mdkamran04/aura-ai
https://github.com/mdkamran04/aura-ai
Last synced: 10 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/mdkamran04/aura-ai
- Owner: mdkamran04
- Created: 2024-11-01T17:18:42.000Z (14 days ago)
- Default Branch: main
- Last Pushed: 2024-11-01T17:27:13.000Z (14 days ago)
- Last Synced: 2024-11-01T18:24:58.841Z (14 days ago)
- Language: JavaScript
- Homepage: https://aura-ai-psi.vercel.app
- Size: 110 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Aura AI
Aura AI is a personal chatbot powered by the Gemini API, designed to provide users with an interactive and personalized experience. Built using Next.js and Tailwind CSS, Aura AI offers a modern and responsive interface that adapts seamlessly to any device.
## Features
- **Personalized Chat Experience**: Engage in conversations powered by the Gemini API, tailored to meet individual user needs.
- **Responsive Design**: A fully responsive UI built with Tailwind CSS, ensuring a smooth experience on both desktop and mobile devices.
- **User-Friendly Interface**: Intuitive layout and navigation for easy interaction.
- **Lightweight and Fast**: Optimized for performance with a focus on quick load times.## Technologies Used
- **Next.js**: A React framework for building server-side rendered and static web applications.
- **Tailwind CSS**: A utility-first CSS framework for rapid UI development.
- **Gemini API**: The core API for powering the chatbot interactions.
- **shadcn**: A component library for building user interfaces with React.
- **Lucide React**: A collection of open-source icons for React applications.## Getting Started
To run this project locally, follow these steps:
1. **Clone the repository**:
```bash
git clone https://github.com/yourusername/aura-ai.git
cd aura-ai
Install dependencies:
npm installSet up environment variables: Create a .env.local file in the root directory and add your environment variables (like your Gemini API key):
GEMINI_API_KEY=your_api_key_hereRun the development server:
npm run dev
Open your browser and go to http://localhost:3000.Contributing
Contributions are welcome! If you have suggestions or improvements, feel free to open an issue or submit a pull request.