DEV Community

gpt ai clips
gpt ai clips

Posted on

Vibe-Trading Just Hit 10K Stars on GitHub — and It Actually Places Real Broker Orders

Vibe-Trading hit 10K stars overnight

A new open-source repo called Vibe-Trading just crossed 10,000 stars on GitHub, and the reason is unusual: it's an AI agent that actually places real orders across six brokers — Robinhood, Alpaca, Binance, OKX, Tiger, and one more.

Most "AI trading" projects stop at backtests. This one ships a real CLI, a real web dashboard, and connectors that authenticate against real brokerage APIs.

What you get

  • One-line installpip install style setup, no Docker gymnastics
  • CLI loop — run the agent from your terminal, watch trades stream
  • Web dashboard — PnL, positions, model thoughts
  • 6 broker connectors — across crypto and US equities

How to use it safely

The project ships with paper-trading mode on every broker that supports it. Turn that on first. Run the agent for a week with fake money. Read every trade in the dashboard. Only then consider letting it touch a small real-money account you can afford to lose.

This is open-source software placing real orders. Not financial advice. Read the code, understand what it does, and start with paper.

Watch the 60-second walkthrough

I broke down the install, the dashboard, and the broker list in a 60-second video here: https://www.youtube.com/watch?v=h97KknnguBo

More short-form breakdowns of open-source AI tools at https://gptaiclips.com — that's where I park the longer experiments.

Top comments (0)