WordPress
Pages, news, methodological materials, categories, SEO, and publication schedule.
WordPress manages editorial content. The compute module remains on a separate core and transmits only approved metrics through a controlled API gateway.
Pages, news, methodological materials, categories, SEO, and publication schedule.
Multi-page interface, intelligent search, and a unified view of approved data.
Source data, methodologies, coefficients, formulas, model versions, and evidence.
Editors publish text and reference materials through the standard WordPress REST API. The CMS does not connect to the computation database and does not store primary project data.
The gateway checks authorization, response schema, approval status, request limits, and the list of fields permitted for publication.
The computation service executes models and returns aggregated results. Each publication is linked to a calculation version and update timestamp.
If the external API is unavailable, the site continues to operate and clearly displays either demo data or the latest verified public snapshot.
WORDPRESS_API_URL Base WordPress URL. Publications are read from /wp-json/wp/v2/posts with caching.
COMPUTE_API_URL API gateway address. The public summary is read from /v1/public/projects/summary.
COMPUTE_API_TOKEN The secret token is stored only in the hosting environment settings and is never exposed to the browser.