ANARID — landing page front end and terminal upgrades for the trader platform - #6
Draft
bfricano wants to merge 1 commit into
Draft
ANARID — landing page front end and terminal upgrades for the trader platform#6bfricano wants to merge 1 commit into
bfricano wants to merge 1 commit into
Conversation
- Add premium landing page at / (and /welcome) selling the platform's engines: resilience gating, Kelly allocation, risk enforcement, behavior detection, and institutional analytics; terminal now at /app (all non-API deep links still serve the SPA) - Rebrand platform from REGPE to ANARID (anarid.com) across landing, SPA, styles, and dev server - Fix static asset routing under the PHP built-in server (css/js were being answered with the SPA shell) - Vendor Chart.js locally so the terminal works without CDN access - Resilience Lab: add check-in history table and wire score component bars to the latest check-in (previously placeholder data) - Analytics: render the backend's rolling 30-day Sharpe series Co-Authored-By: Claude Fable 5 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01DE33yPWXzS6UR4rz974RYe
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
Builds the front end to match the TraderResiliencePlatform backend — a premium landing page that sells the platform to serious traders, plus terminal upgrades that surface every backend capability. Also rebrands the platform from REGPE to ANARID (anarid.com).
New: landing page front door (
/and/welcome)ResilienceEngine::getReadinessGate()/app; all other non-API deep links still serve the SPA unchangedRebrand: REGPE → ANARID
Terminal upgrades (closing backend↔frontend gaps)
GET /checkinswas previously unused) and score component bars now show real values from the latest check-in instead of placeholdersFixes
/css/app.cssand/js/app.jswere being answered with the SPA HTML shell (missingcli-serverpassthrough that CreditCommandCenter already had)Test plan
php -landnode --checkpassserve.py:/(landing),/app(SPA),/css/*,/js/*,/api/dashboard,/api/checkins,/api/analytics🤖 Generated with Claude Code
https://claude.ai/code/session_01DE33yPWXzS6UR4rz974RYe
Generated by Claude Code