Skip to content

m0rty01/ContextIQ

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ContextIQ for Markets

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.

Features

  • 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.

Installation (Developer Mode)

  1. Clone the repository:

    git clone https://github.com/yourusername/contextiq.git
    cd contextiq
  2. Load the Extension:

    • Open Chrome/Brave/Edge and go to chrome://extensions.
    • Enable Developer mode (top right).
    • Click Load unpacked.
    • Select the extension folder in this project.
  3. Setup n8n Backend (Optional for Demo Mode):

    • Import n8n/ContextIQ_Workflow.json into your n8n instance.
    • Configure the HTTP Request nodes with your API keys (e.g., NewsAPI, Yahoo Finance).
    • Update extension/background.js with your n8n Webhook URL.
    • Disable "Demo Mode" in the extension popup.

Usage

  1. Navigate to a supported site (e.g., https://finance.yahoo.com/quote/AAPL).
  2. The ContextIQ overlay should appear automatically or press Alt+C to toggle.
  3. Click Analyze Now (or wait for auto-trigger if configured).
  4. View the AI-generated explanation.

Project Structure

  • /extension: Source code for the Chrome extension (Manifest V3).
  • /n8n: Workflow JSON and data schemas.
  • /genai: Prompt templates for the LLM.

Tech Stack

  • Frontend: HTML, CSS (Glassmorphism), Vanilla JS.
  • Backend: n8n (Workflow Automation).
  • AI: OpenAI GPT-4 (via n8n).

License

MIT

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors