https://github.com/agentic-engineering-agency/capital-sentinel
Capital Sentinel - Agentic Wealth Intelligence Platform powered by AI agents for investment analysis and portfolio management
https://github.com/agentic-engineering-agency/capital-sentinel
Last synced: about 2 months ago
JSON representation
Capital Sentinel - Agentic Wealth Intelligence Platform powered by AI agents for investment analysis and portfolio management
- Host: GitHub
- URL: https://github.com/agentic-engineering-agency/capital-sentinel
- Owner: Agentic-Engineering-Agency
- Created: 2026-01-27T20:31:04.000Z (4 months ago)
- Default Branch: main
- Last Pushed: 2026-01-27T23:01:29.000Z (4 months ago)
- Last Synced: 2026-01-28T10:48:06.671Z (4 months ago)
- Language: TypeScript
- Homepage: https://capital-sentiner.vercel.app
- Size: 576 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Capital Sentinel - Agentic Wealth Intelligence
An AI-powered wealth intelligence platform with BYOK (Bring Your Own Key) support for multiple AI providers.
## Tech Stack
- **Frontend**: TanStack Start (full-stack React)
- **Backend**: Convex (real-time database)
- **AI Agents**: Mastra framework
- **Deployment**: Vercel
## AI Providers (BYOK)
- OpenAI (GPT-4, GPT-4o)
- Anthropic (Claude 3.5 Sonnet)
- OpenRouter (multiple models)
- Z AI / GLM (GLM-4.7)
## Quick Start
```bash
# Install dependencies
npm install
# Start Convex (Terminal 1)
npx convex dev
# Start app (Terminal 2)
npm run dev
```
## Project Structure
```
├── src/
│ ├── routes/ # TanStack file-based routing
│ ├── components/ # React components
│ └── lib/ # Utilities & AI integrations
├── convex/ # Convex backend
│ ├── schema.ts # Database schema
│ └── *.ts # Queries & mutations
└── mastra/ # AI agents (if configured)
```
## AI Agents
- **Watchtower**: Market analysis & signal detection
- **Strategist**: Investment thesis generation
- **Executor**: Rebalancing recommendations
- **Compliance Guard**: Safety validation
## Environment Variables
Copy `.env.example` to `.env` and configure as needed. Users can also set their API keys via the Settings page (BYOK).
## License
MIT - Agentic Engineering Agency