Skip to main content
Projects

July 1, 2026

HashEyes — Crypto Intelligence Workspace

HashEyes (formerly ChainTelescope) is a modern command center for crypto intelligence — built to transform noisy market data into practical decisions. What started as the Jupyter-Crypto-Wizard notebook suite has evolved into a production Streamlit application with modular architecture, multi-provider fallback ingestion, and an in-app AI assistant grounded in live dashboard context.

Stack: Python 3.11 · Streamlit · Plotly · pandas · feedparser · loguru · tenacity · MIT License

Links: hasheyes.flabs.tech · GitHub

  • KPI Dashboard — Real-time price, volume, market cap, and dominance metrics with filter-aware time windows and watchlist selection
  • Price Trend Charts — Interactive Plotly charts with configurable market sources (Binance, CoinGecko, Coinbase) and automatic mock fallback
  • Risk Panels — Bar chart visualization of volatility and risk scores, adjustable by time window
  • Alert System — Rule-driven alerts with drawdown and momentum threshold evaluation against live price series
  • News Aggregation — RSS/Atom feed ingestion with normalized feed models and safe fallback content
  • AI Assistant — GPT-powered chat panel grounded in the current dashboard snapshot (watchlist, KPIs, alerts, news) with safe local fallback when providers are unavailable
  • Newsletter Flows — Local subscription persistence with email validation and stub delivery architecture ready for scheduled generation

The application follows a clean layered design: app.py (22 lines) delegates to routed pages/ directory, which call view renderers in src/views/, which consume a DashboardSnapshot from the query layer in src/data/. Market adapters, news ingestion, alert rules, and newsletter persistence each live in their own module under src/data/ with provider fallback chains and structured logging.

Shared sidebar filters (time_window, watchlist, market_source, trend_filter) drive the entire snapshot assembly — one filter change propagates through all panels consistently.

The in-app assistant provides short, context-grounded Q&A about the current watchlist, KPIs, alerts, news, and trending highlights. It connects to any OpenAI-compatible endpoint, making provider A/B comparisons straightforward via OPENAI_BASE_URL and OPENAI_MODEL configuration. When credentials are missing or calls fail, it returns a safe fallback summary instead of crashing.

MetricValue
Tests43 (unittest, mock data, assistant wiring, doc contracts, AppTest smoke)
CI Jobstest · build · lint · maintainability
Market ProvidersBinance → CoinGecko → Coinbase → mock fallback
Source Files30+ across src/, pages/, scripts/
Dependencies Removed8 unused packages trimmed
Line Count (app.py)160 → 22 (modular rewrite)
  • Graceful degradation — Every external provider has a fallback chain; the app never hard-fails on remote unavailability
  • Observability by defaultloguru structured logging across all ingestion, query, and alert modules
  • CI-enforced quality — Ruff lint/format, py_compile on every source file, and unit tests run on every push and PR
  • Agent-ready — Repository includes AI agent automation playbooks, a PR skill script, and OpenCode planning documents for AI-assisted development workflows

Near-term focus includes expanding market provider coverage, richer alert scoring with investor/developer signal inputs, scheduled newsletter generation and alert evaluation workers, and deeper AI assistant capabilities with tool use and retrieval over ingested datasets.

More Projects

Atlaslink — Multi-Agent Orchestrator
AIMulti-AgentAgenthoodOrchestratorFlow

A multi-agent orchestrator — an Agenthood proof of concept that connects and runs AI agents through live, easy-to-use diagram flows. (coming soon)

Coming soon
arxiv-manager — Visual-Reasoning Q&A Generator
PythonAIarXivVisual ReasoningBenchmarksPDF

AI-powered assistant for creating challenging visual-reasoning Q&A tasks from scientific figures — automates benchmark-style question generation grounded in arXiv papers.

flabs.tech — Personal Portfolio
Next.jsTypeScriptPortfolioMDXOnce UIVercel

This site — a personalized portfolio built on Next.js 16 and Once UI, featuring dynamic OG images, MDX content, dark mode, and a custom indigo + obsidian design system.

23 GitHub repos
AI Assistant
Fabio's AI assistant

Hi, I'm Fabio's AI assistant!

Ask me about his experience, skills, projects, or anything related to his portfolio.

0/500