git404hub

what is vimovietnam fr?

thanhtran-165/vimovietnam — explained in plain English

Analysis updated 2026-05-18

33HTMLAudience · researcherComplexity · 2/5Setup · moderate

tl;dr

A skill that automatically builds a monthly Vietnam economic report from five official data sources, rendered as an interactive HTML dashboard.

vibe map

mindmap
  root((vn-macro-monthly))
    What it does
      Fetches 5 official sources
      Extracts 41 indicators
      Applies quality rules
      Renders HTML dashboard
    Tech stack
      HTML and JavaScript
      Chart.js
      Playwright QA
    Use cases
      Monthly macro report
      Trade and currency view
      Production tracking
      Research reference
    Audience
      Economic researchers
      Analysts
      Vietnam market watchers

Code map

Detail Auto

An interactive map of this repo's files and how they connect — its source is parsed live in your browser. Click Visualize to build it.

filefunction / class

what do people make with this?

VIBE 1

Generate a monthly Vietnam macroeconomic report covering production, trade, currency, and finance.

VIBE 2

Pull and cache data from five official Vietnamese economic sources automatically.

VIBE 3

View economic indicators as an interactive dark themed dashboard with charts.

VIBE 4

Run an automated quality check on the generated report using the included Playwright script.

what's the stack?

HTMLJavaScriptChart.jsPlaywright

how it stacks up fr

thanhtran-165/vimovietnamnodejs/nodejs-trwassermanproductions/scriptbreak
Stars333333
LanguageHTMLHTMLHTML
Last pushed2021-05-18
MaintenanceDormant
Setup difficultymoderateeasyeasy
Complexity2/51/52/5
Audienceresearcherdeveloperwriter

Figures from each repo's GitHub metadata at analysis time.

how do i run it?

Difficulty · moderate time til it works · 30min

Needs an environment that can fetch live web pages, such as web search or a page reading tool.

in plain english

This project, called vn-macro-monthly, is a skill that produces a monthly economic report for Vietnam. It pulls together forty one indicators from five official sources, including the national statistics office, the customs authority, the S&P Global PMI survey, and two bond and banking associations. The report covers four areas of the economy: production, foreign trade, currency, and finance.\n\nThe workflow runs in four steps. First it checks that all five data sources are available, either requiring all of them or letting the user choose to proceed with only some. Second it fetches the sources and saves them to a local cache folder. Third it parses that data into forty one structured data cards, applying four consistency rules covering timing, how often data is reported, how conflicting numbers are resolved, and which units are used. Fourth it renders everything into an HTML dashboard with five tabs: real economy, currency, industry, background context, and a combined summary. The project follows a strict rule of never showing a placeholder card. A card only appears if there is real data behind it. The written commentary that goes with the numbers is meant to describe what happened without offering opinions or investment advice. The dashboard uses a dark, finance style theme with charts built using Chart.js, and clicking through gives more detail if enough months of data have built up.\n\nTo use it, you run a command like /vn-macro-monthly followed by a year and month, for example 2026-06, inside an environment that can fetch web pages, such as one with web search or a page reading tool available. The project includes an automated quality check script using Playwright, and an interface file for connecting it to an OpenAI style agent. It is offered free for personal and research use and states clearly that it is not investment advice.

prompts (copy fr)

prompt 1
Run the vn-macro-monthly skill for June 2026 and summarize the key trends.
prompt 2
Explain the four data quality rules this skill applies before rendering a report.
prompt 3
Show me how to override the pre-flight check so the report generates with only partial data sources.
prompt 4
Help me connect this skill to an OpenAI compatible agent using the included agents/openai.yaml file.

Frequently asked questions

what is vimovietnam fr?

A skill that automatically builds a monthly Vietnam economic report from five official data sources, rendered as an interactive HTML dashboard.

What language is vimovietnam written in?

Mainly HTML. The stack also includes HTML, JavaScript, Chart.js.

How hard is vimovietnam to set up?

Setup difficulty is rated moderate, with roughly 30min to a first successful run.

Who is vimovietnam for?

Mainly researcher.

peek the repo → explain another one

This repo across BitVibe Labs

double-check against the repo, no cap.