Brainiac is an AI chat app powered by Google's Gemini AI. It is designed to help you in your everyday life. It can be used for tasks such as:
- Writing Emails or Articles
- Helping with coding or programming tasks or issues
- History narrating
- Movie script writing
- Story-telling among others
- To use Brainiac you have to be a user by registering and or signing up with your email and password or google account
- After verification and logging in you have brainiac to help you with your daily tasks
- Nuxt 3 - The frontend
- Firebase - Backend
- Gemini AI - AI Model
- Shiki - Syntax Highlighting
- Markdown It - Markdown Parser
- UnoCss - CSS Framework
- pinia - State Management
- Nuxt UI - UI Components
- Icones - Icons
- Zod - Validation
Yes Brainiac is open source
To get brainiac running locally
- Clone the repository by running
git clone https://github.com/favorodera/brainiac.git
- Install the dependencies by running
npm install
- Run the server by running
npm run dev