
Vibe-Research
Vibe-Research is an open-source personal AI investment research dashboard that integrates A-share, US, and Hong Kong stock market data with a clean UI and a pluggable AI interface, never recommending stocks.
It addresses the common shortcoming of AI-generated summaries by preserving source-grounded signals, separating evidence from inference, and making uncertainty explicit, all while being bilingual and open source.
Market Pilot is an evidence-grounded market research prototype that turns public market signals into traceable research workflows.
AI can summarize large amounts of market conversation quickly, but a polished summary is not the same as inspectable evidence. Market Pilot explores a stricter workflow: preserve source-grounded signals, separate direct evidence from inference, mask personal identifiers, and make uncertainty visible in the final report.
This repository is a product prototype. Demo data must be labeled as sanitized, and data connectors or model-backed runs require your own authorized provider credentials.
/api; Vite proxies requests to http://localhost:8001/zh Chinese public URLs, account-aware locale resolution, and a validated report-localization cacheSee docs/architecture.md for the component map.
Requirements: Node.js 24+, npm 11+, Python 3.13+, and Git.
git clone https://github.com/Dgeloe4-yb/market-pilot.git
Set-Location market-pilot
npm.cmd ci
python -m venv .venv
.\.venv\Scripts\python.exe -m pip install -r collector\requirements.txt
Review .env.example, then export only the variables you need into the process environment. The application does not auto-load .env files.
Start the API:
Set-Location collector
..\.venv\Scripts\python.exe -m uvicorn api.app:app --port 8001
Start the frontend from the repository root in another terminal:
Evidence-grounded market research prototype with traceable AI workflows.
Similar projects matched by category, topics, and programming language.

Vibe-Research is an open-source personal AI investment research dashboard that integrates A-share, US, and Hong Kong stock market data with a clean UI and a pluggable AI interface, never recommending stocks.

React is a JavaScript library for building user interfaces with declarative, component-based, and cross-platform design.

A collection of notes on building coding agents, derived from the production development of the desktop agent Reina, with each mechanism simplified into a zero-dependency, single-file Node.js demo.