This repository hosts the WiseInvest backend homepage, a static portal page that links into the wider WiseInvest backend ecosystem.
/index.html) used as the backend homepage/wiseinvest-system-design.mmd) and rendered image (/wiseinvest-system-design.png)/AGENTS.md, /CLAUDE.md)There is no application server or API code in this repository; it serves as documentation and a jumping-off point into the broader backend.
The index.html file is a static page that can be served by any standard HTTP server (for example, Nginx, a CDN, or GitHub Pages). The page itself describes the backend architecture and points to the rendered diagram image. This repository does not contain the web server configuration; it only contains the content.
The backend architecture is defined in /wiseinvest-system-design.mmd and rendered as /wiseinvest-system-design.png. The Mermaid diagram models:
wealth-api, n8n, superset, wikijs, and daily_news_analyticspostgres, redis)prometheus, grafana, loki, blackbox, cadvisor, s3-exporter)For a deeper description of these components and how they connect, see the Architecture Overview.
index.html (web server, CI/CD, and environment)wealth-api, n8n, and other backend services in their respective repositories