Discover and explore top open-source AI tools and projects—updated daily.
simonlin1212Empowering personal investment research with AI
New!
Top 37.7% on SourcePulse
Summary
Vibe-Research is an open-source, AI-driven personal investment research dashboard for A-shares, US, and HK markets. It empowers individual investors by aggregating comprehensive financial data, news, and reports, allowing users to integrate their own AI models for analysis and decision-making, rather than relying on pre-packaged recommendations.
How It Works
This system uses a FastAPI backend and Vite/React frontend, integrating data from self-contained a-stock-data and global-stock-data repositories. It unifies market sentiment, stock financials, news, and research documents. A key design is its dual AI integration: users connect AI agents via local CLI subscriptions (e.g., Claude Code) or API keys, enabling custom analysis workflows.
Quick Start & Requirements
pip install -r requirements.txt in backend/) and run the FastAPI server (uvicorn app:app). Install frontend dependencies (npm install in frontend/) and run the dev server (npm run dev).mootdx, pandas, stockstats. Data sources are bundled; no GPU/CUDA required.a-stock-data, global-stock-data, investment-news.Highlighted Details
Maintenance & Community
Developed by independent developer Simonlin1212. Community interaction primarily via GitHub Issues. No formal community channels (Discord/Slack) listed.
Licensing & Compatibility
Limitations & Caveats
The system is a data aggregator; all investment analysis must be performed by the user's AI. It requires local deployment. Korean stock data is limited to market prices, and Taiwan stocks are accessed via ADRs.
1 day ago
Inactive