ContextIQ is a browser extension that overlays concise, AI-generated explanations for real-time price movements on trading websites like TradingView, Binance, and Yahoo Finance.
- Real-time Context: Instantly understand why a stock or crypto is moving.
- AI-Powered: Uses n8n and GenAI to synthesize news, data, and sentiment.
- Glassmorphic UI: Non-intrusive, premium overlay.
- Privacy First: No personal data collection; only analyzes public market symbols.
-
Clone the repository:
git clone https://github.com/yourusername/contextiq.git cd contextiq -
Load the Extension:
- Open Chrome/Brave/Edge and go to
chrome://extensions. - Enable Developer mode (top right).
- Click Load unpacked.
- Select the
extensionfolder in this project.
- Open Chrome/Brave/Edge and go to
-
Setup n8n Backend (Optional for Demo Mode):
- Import
n8n/ContextIQ_Workflow.jsoninto your n8n instance. - Configure the HTTP Request nodes with your API keys (e.g., NewsAPI, Yahoo Finance).
- Update
extension/background.jswith your n8n Webhook URL. - Disable "Demo Mode" in the extension popup.
- Import
- Navigate to a supported site (e.g.,
https://finance.yahoo.com/quote/AAPL). - The ContextIQ overlay should appear automatically or press
Alt+Cto toggle. - Click Analyze Now (or wait for auto-trigger if configured).
- View the AI-generated explanation.
/extension: Source code for the Chrome extension (Manifest V3)./n8n: Workflow JSON and data schemas./genai: Prompt templates for the LLM.
- Frontend: HTML, CSS (Glassmorphism), Vanilla JS.
- Backend: n8n (Workflow Automation).
- AI: OpenAI GPT-4 (via n8n).
MIT