
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.
它解决了 AI 生成摘要缺乏可核查证据的常见问题,通过保留原始信号、分离证据与推理、明确显示不确定性,并支持中英双语和开源。
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.
根据分类、Topic 和编程语言匹配的相似项目。

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.