← SOFTWARE & PROJECTS
DEMO
WEB APP

Finanzy

An investment simulation lab: bots with different strategies, real market data, explanations always in plain language. No real order is ever executed.

STATUSDemo
PUBLISHEDJuly 4, 2026
STACKPHP · Alpha Vantage API · Google OAuth

Finanzy is an investment simulation lab: four bots with different strategies trade on real market data, always explaining in plain language why they made a given decision. No bot ever places a real order: every trade is simulated, meant to help understand how a strategy works before risking real money.

The four strategies

Real data, not made up

Prices come from Alpha Vantage through a server-side PHP proxy, with a cache that reduces external calls — 24 hours for historical data, 15 minutes for quotes — so the public demo stays stable even on a single shared API key.

What I'm building now

The current public demo needs no account: anyone can watch the four bots in action. The next step is adding login (reusing the same Google credentials already used on Helios) to let people register their real portfolio — held on other brokers, only tracked here, never executed — and get the same explained suggestions on their own holdings.

The Claude-piloted bot

Among the upcoming features is a fifth bot whose decisions don't follow a fixed rule but are proposed by Claude (Anthropic's AI) whenever I manually trigger it from the admin panel — never automatically, never without an explicit authorization window. Even then, the bot always explains its reasoning and never touches real money.

#php#fintech#simulazione
OPEN THE DEMO ↗ ← Back to all projects