feat: Market DNA Helix — 3D real-time market intelligence visualization#1
Merged
feat: Market DNA Helix — 3D real-time market intelligence visualization#1
Conversation
Introduce a standalone Three.js-powered 3D double-helix visualization that encodes live market intelligence data into an interactive DNA structure. Each node represents a trading pair, positioned by market significance, with color/size/glow encoding composite scores, funding rates, regime states, and accumulation signals. Key features: - 3D double helix with ~50 nodes (12 real API + 40 mock-extended) - Bull (green) and bear (red) backbone strands with basis-colored rungs - RSI/MACD/OI/Funding branches forking from each node - Data fly particles stream from corner overlays to target nodes - Live buy/sell signal feed panel with mock signal generation - Corner overlays showing regime, funding, basis, RSI/MACD data - Smart money flow and accumulation side panels - Detail sidebar with full breakdown on node click - 30-second auto-refresh cycle, all timestamps in UTC - Desktop-optimized with mobile "desktop only" message - Standalone CSS (no main.css dependency) matching superbsc theme Files: dna.html, css/dna.css, js/dna.js, proxy route, nav links
Document Skill 51: Market DNA — 3D double-helix visualization encoding 5 intelligence data sources. Update project structure and skills hub integration table.
- Add Bitcoin & Options Analytics (Skills 52-53): BTC Macro, On-Chain Stats, Binance Options, Deribit Options - Add BNB Chain tools (Skills 54-56): TX Explorer, NFT Portfolio, Greenfield Explorer - Add Trade Signal Intelligence (Skills 57-58): Trade Setup, Funding Alert, Liquidation Magnet, Intelligence Dashboard - Add 4 new layout presets: BNB Chain, Bitcoin, Trade Signals, Intelligence - Update all counts: 58 skills, 97 panels, 31 layouts, 26 route modules - Add Three.js to tech stack, update route listing with all 26 backend modules
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Adds a new standalone page (
/dna) featuring a Three.js 3D double-helix visualization that encodes real-time market intelligence into an interactive DNA structure.Technical Details
/api/intelligence/{smart-money,funding-scan,regime,basis-spread,accumulation}Vector3.project(camera)→ 2D screen coords for fly particle targetingFiles Changed
frontend/dna.htmlfrontend/css/dna.cssfrontend/js/dna.jsproxy/main.py/dnaroutefrontend/index.htmlScreenshots
Live at:
https://mefai.io/superbsc/dnaTest Plan
/superbsc/dnawith spinning Binance logo loader