The Neural Firewall for the Post-Truth Era.
Redefining verification in the age of synthetic reality.
We live in a synthetic reality. Deepfakes, hallucinatory text, and information warfare are the new norm.
VECTORA is not just a tool—it's a weapon of verification. A local-first, privacy-preserving AI engine designed to dissect truth from digital noise.
"In a world where seeing is no longer believing, verification is the new currency of trust."
┌─────────────────────────────────────────────────────────────┐
│ │
│ 🌐 WEB APPLICATION 🧩 CHROME EXTENSION │
│ ├─ Real-time Analysis ├─ One-Click Detection │
│ ├─ Multi-Modal Support ├─ Text/Image/Screenshot │
│ ├─ PDF Processing ├─ Usage History Tracking │
│ └─ Advanced Dashboard └─ Auto API Key Sync │
│ │
│ 🎨 3D GLASSMORPHIC UI 🤖 TRIPLE AI ENGINE │
│ ├─ Liquid Gradient BG ├─ Google Gemini 2.0 │
│ ├─ Floating Orbs ├─ Groq LPU (500+ tok/s) │
│ ├─ Dynamic Particles ├─ Cerebras Wafer-Scale │
│ └─ Responsive Design └─ Multi-Provider Fallback │
│ │
└─────────────────────────────────────────────────────────────┘
|
|
| Feature | Description | Tech |
|---|---|---|
| 📝 Text Detection | Select any text → Instant AI check | Content Script Injection |
| 🖼️ Image Analysis | Click-to-analyze images on any website | DOM Overlay System |
| 📸 Screen Capture | Draw & crop → Analyze screenshots | Canvas API + ImageBitmap |
| 📊 Usage History | Track all detections with clickable links | Chrome Storage API |
| 🔑 Auto API Sync | One-click API key fetch from server | Fetch API Integration |
| 🎨 Model Capabilities | Live display of model features | Real-time Model Metadata |
✨ Zero Setup Mode: Toggle "Use Vectora API" → Extension auto-fetches keys from server → No manual configuration needed!
┌──────────────────────────────────────────────────────────┐
│ │
│ 🌊 LIQUID GRADIENTS 🔮 3D DEPTH │
│ Animated, flowing Layered glassmorphism │
│ color transitions with depth perception │
│ │
│ ✨ PARTICLE EFFECTS 🎭 MICRO-ANIMATIONS │
│ Dynamic floating orbs Smooth state transitions │
│ responding to scroll delightful interactions │
│ │
│ 🌈 PREMIUM PALETTE 📐 ROUNDED CORNERS │
│ HSL-tuned colors 20px border-radius │
│ not generic RGB soft, modern aesthetic │
│ │
└──────────────────────────────────────────────────────────┘
Key Design Elements:
- ✅ Custom 3D Icons - Notepad, Image Camera, Web Search with depth
- ✅ Glassmorphism - Frosted glass effects with blur
- ✅ Dynamic Island - macOS-inspired expandable notification
- ✅ Gradient Mesh - Multi-layered animated backgrounds
- ✅ Smooth Animations - CSS transitions + GSAP for complex effects
- ✅ Responsive Typography - Inter/Roboto with perfect spacing
| Provider | Model | Speed | Capabilities | Best For |
|---|---|---|---|---|
| 🔷 Google Gemini | 2.0 Flash | Fast | Text + Image + Web | All-purpose |
| ⚡ Groq | Llama Vision | 500+ tok/s | Text + Image | Real-time |
| 🧠 Cerebras | Llama 3.1 | Ultra-Fast | Text Only | Text analysis |
DETECTION_METHODS = {
"syntactic_analysis": "Pattern recognition in generated text",
"watermark_detection": "SynthID and hidden markers",
"visual_forensics": "Image manipulation artifacts",
"contextual_reasoning": "Semantic plausibility checks",
"web_verification": "Live fact-checking against sources"
}# 1. Clone Repository
git clone https://github.com/namandhakad712/vectora.git
cd vectora
# 2. Install Dependencies
pip install -r requirements.txt
# 3. Configure Environment
cp .env.example .env
# Add your API keys:
# GEMINI_API_KEY=...
# GROQ_API_KEY=...
# CEREBRAS_API_KEY=...
# 4. Launch Application
python main.py
# 🎉 Access at http://localhost:5001For Production (Vercel):
vercel --prod- Download extension from releases
- Go to
chrome://extensions/ - Enable Developer Mode
- Click Load Unpacked → Select
extensionfolder - Open extension → Toggle "Use Vectora API"
- ✅ Done! No API keys needed!
- Get API keys:
- Open extension → Click Settings
- Enter keys → Save
- ✅ Ready to use!
┌────────────────────────────────────────────────────────┐
│ VECTORA AI CHECK [🔄] │
├────────────────────────────────────────────────────────┤
│ │
│ ┌──────────────────────────────────────────────────┐ │
│ │ 🧠 SELECT AI PROVIDER │ │
│ │ [Gemini 2.0] [Groq Llama] [Cerebras] │ │
│ └──────────────────────────────────────────────────┘ │
│ │
│ ┌──────────────────────────────────────────────────┐ │
│ │ 📝 TEXT ANALYSIS │ │
│ │ Enter text to check... │ │
│ │ [Analyze] │ │
│ └──────────────────────────────────────────────────┘ │
│ │
│ ┌──────────────────────────────────────────────────┐ │
│ │ 📊 RESULT: 85% AI-Generated │ │
│ │ The text exhibits high probability of synthetic │ │
│ │ origin based on pattern analysis... │ │
│ └──────────────────────────────────────────────────┘ │
│ │
└────────────────────────────────────────────────────────┘
┌───────────────────┐
│ VECTORA │
│ AI Detection │
├───────────────────┤
│ Groq │
│ llama-4-maverick │
├───────────────────┤
│ ┌─────┐┌─────┐┌─────┐
│ │ 📝 ││ 📷 ││ 📸 │
│ │Text ││Image││Screen│
│ └─────┘└─────┘└─────┘
├───────────────────┤
│ ⚙️ Settings │
└───────────────────┘
20px rounded corners
Soft shadows
Minimalist design
| Metric | Value | Details |
|---|---|---|
| ⚡ Response Time | <500ms | Groq LPU ultra-low latency |
| 🎯 Accuracy | 92%+ | Multi-model ensemble |
| 📊 Uptime | 99.9% | Vercel edge deployment |
| 🔒 Privacy | 100% | No data retention |
| 💾 Storage | Zero | Serverless architecture |
- ✅ No Tracking - Zero analytics or cookies
- ✅ Local Processing - API keys stored locally
- ✅ HTTPS Only - Encrypted communication
- ✅ No Logs - No request/response storage
- ✅ Open Source - Fully auditable code
GET https://vectoraai.vercel.app/api/extension/keys
Response:
{
"gemini_api_key": "AIzaSy...",
"groq_api_key": "gsk_...",
"cerebras_api_key": "csk_..."
}POST https://vectoraai.vercel.app/check
Request:
{
"provider": "gemini",
"model": "gemini-2.0-flash",
"input_text": "Sample text...",
// OR
"image_url": "https://...",
// OR
"pdf_file": <file>
}
Response:
{
"ai_percent": 85,
"message": "Detailed analysis..."
}- Multi-provider AI support
- Chrome extension with auto-sync
- PDF processing
- Usage history tracking
- Model capabilities display
- Firefox extension
- Desktop application (Electron)
- API rate limiting dashboard
- Batch processing API
- Plugin ecosystem
![]() "The code is the law. We write the laws of verification."Full-Stack • AI/ML • System Architecture |
"We don't follow systems, we define them."UI/UX Design • Frontend • Visual Excellence |
MIT License © 2026 Vectora AI
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.
Powered by:
- Google Gemini - Multimodal AI
- Groq - Ultra-fast LPU inference
- Cerebras - Wafer-scale AI
Built with:
- Flask, Vercel, Chrome APIs
- GSAP, CSS3 Animations
- Modern Web Standards


