# ============================================================================= # VibeQuant (vquant) — AI-Powered Financial Intelligence Platform # ----------------------------------------------------------------------------- # File: .env.example # # Author: Simon-Pierre Boucher # Contact: contact@spboucher.ai # Website: https://www.spboucher.ai # Demo: https://www.vquant.ai # License: MIT (see LICENSE) # # Copyright © 2026 Simon-Pierre Boucher. All rights reserved. # ============================================================================= # ─── Required ────────────────────────────────────────── ANTHROPIC_API_KEY=sk-ant-api03-your-key-here FMP_API_KEY=your-fmp-key-here # ─── Recommended ─────────────────────────────────────── FIRECRAWL_API_KEY=fc-your-key-here TAVILY_API_KEY=tvly-your-key-here # ─── Optional ────────────────────────────────────────── EXA_API_KEY=your-exa-key-here SERPAPI_API_KEY=your-serpapi-key-here ELEVENLABS_API_KEY=your-elevenlabs-key-here # ─── Server Config ───────────────────────────────────── DATABASE_URL=sqlite://local.db SESSION_SECRET=generate-a-strong-random-secret-here PORT=5000 NODE_ENV=development # ─── Python (optional, auto-detected) ───────────────── # PYTHON_PATH=/path/to/.venv/bin/python