Projects

market_intel

ActiveCurrent focus: OANDA integration
Cloudflare WorkersD1KVVue 3TypeScriptVPS price-stream

Architecture

Now: Hardening the signal pipeline and prompt-tuning loop·Next: Expose the ML data-export endpoint in production
  1. ├── Edge worker (signal pipeline)Serverless core: ingestion, scoring, LLM classification, chart render, Telegram delivery.
    next: Ship the next slice of the desk-call rework.
  2. ├── Vue 3 ops consoleOperator back-office: review, alerts, delivery logs, health funnel.
  3. ├── Prompt-tuner CLILive prompt overrides written to D1 — effective with no redeploy.
    next: Automate the evaluation report loop.
  4. ├── VPS price-stream & news-scraperAlways-on collectors: multi-source price aggregation + news ingestion/dedup.
  5. └── ML data exportP1Whitelisted incremental table export feeding the offline ML warehouse.
    next: Expose signal-outcome tables in prod.
    blocked: Beta → prod promotion of the export endpoint

Timeline

  1. 2026-06

    Added OANDA integration

  2. 2026-05

    Migrated price-stream to a dedicated VPS

  3. 2026-04

    Initial prototype on Cloudflare Workers

Architecture

npm monorepo: a Cloudflare Worker serves signals; a Vue 3 console manages prompts; a VPS streams prices. Prompt tuning writes to D1 and takes effect without a redeploy.

Highlights

  • Prompt-override pipeline editable from a CLI, live in D1.
  • Edge-deployed, sub-second signal delivery.