spb/vquant Public MIT
VibeQuant — AI-powered institutional-grade financial intelligence platform.
TypeScript 84.3%
Python 11.7%
JavaScript 1.6%
CSS 1.5%
HTML 0.7%
1# =============================================================================2# VibeQuant (vquant) — AI-Powered Financial Intelligence Platform3# -----------------------------------------------------------------------------4# File: .env.example5#6# Author: Simon-Pierre Boucher7# Contact: contact@spboucher.ai8# Website: https://www.spboucher.ai9# Demo: https://www.vquant.ai10# License: MIT (see LICENSE)11#12# Copyright © 2026 Simon-Pierre Boucher. All rights reserved.13# =============================================================================1415# ─── Required ──────────────────────────────────────────16ANTHROPIC_API_KEY=sk-ant-api03-your-key-here17FMP_API_KEY=your-fmp-key-here1819# ─── Recommended ───────────────────────────────────────20FIRECRAWL_API_KEY=fc-your-key-here21TAVILY_API_KEY=tvly-your-key-here2223# ─── Optional ──────────────────────────────────────────24EXA_API_KEY=your-exa-key-here25SERPAPI_API_KEY=your-serpapi-key-here26ELEVENLABS_API_KEY=your-elevenlabs-key-here2728# ─── Server Config ─────────────────────────────────────29DATABASE_URL=sqlite://local.db30SESSION_SECRET=generate-a-strong-random-secret-here31PORT=500032NODE_ENV=development3334# ─── Python (optional, auto-detected) ─────────────────35# PYTHON_PATH=/path/to/.venv/bin/python36