AI-Bridge revolutionizes your AI interaction experience by allowing you to simultaneously interact with multiple AI services from a single, elegant interface. Send one prompt to multiple AI models and compare their responses in real-time.
- ChatGPT - OpenAI's flagship model
- Gemini - Google's advanced AI
- Claude - Anthropic's AI assistant
- Copilot - Microsoft's AI companion
- Perplexity - Research-focused AI
- Deepseek - Specialized AI chat
- Mistral - Advanced language model
- Pre-prompt Templates - Save and reuse common prompts
- Firebase Integration - Secure cloud storage for your chats
- Chat History - Persistent across sessions and devices
- Smart Organization - Chats organized by time periods
- Quick Access - Keyboard shortcuts for efficiency
- Synchronized Backup - Automatic chat backups
- Offline Support - Works without internet connection
- Google Chrome Browser
- Firebase Account (for cloud features)
-
Clone the Repository
git clone https://github.com/yourusername/AI-bridge.git cd AI-bridge -
Configure Firebase
cp config.example.js config.js # Edit config.js with your Firebase credentials -
Load in Chrome
- Open Chrome
- Go to
chrome://extensions/ - Enable "Developer mode"
- Click "Load unpacked"
- Select the extension directory
-
Launch AI-Bridge
- Click extension icon or press
Alt+A - Interface opens in a new tab
- Click extension icon or press
-
Send Prompts
- Type your prompt in the input field
- Select target AI models
- Press
Ctrl+Enteror click Send
-
Pre-prompts
- Click '+' to create new template
- Enter label and instructions
- Click template to auto-fill prompt
| Shortcut | Action |
|---|---|
Alt+A |
Open AI-Bridge |
Ctrl+Enter |
Send prompt |
Alt+I |
New chat |
- Secure Firebase integration
- Local storage encryption
- Automatic backups
- Data persistence across sessions
-
API Security
- Never commit credentials
- Use API key restrictions
- Regular key rotation
-
Firebase Security
- Authentication required
- Firestore security rules
- Usage monitoring
- Regular audits
- Frontend: HTML, CSS, JavaScript
- Storage: Firebase + Chrome Storage
- Authentication: Firebase Auth
- Real-time Sync: Firestore
AI-bridge/
├── manifest.json
├── icons/
├── _locales/
├── js/
│ ├── ai-models/
│ ├── utils/
│ └── core/
└── css/
- Pre-prompt templates
- Enhanced UI
- Improved storage handling
- Better error management
We welcome contributions! Please follow these steps:
- Fork the repository
- Create a feature branch
- Commit your changes
- Push to the branch
- Open a Pull Request
This project is licensed under the MIT License - see the LICENSE file for details.
- All supported AI platforms
- Firebase team
- Chrome Extensions community
- Our amazing contributors