From 12edef990bb97b61743ad6e25de5b8fb71d09e7c Mon Sep 17 00:00:00 2001 From: DanMat Date: Sun, 5 Jul 2026 09:50:09 -0400 Subject: [PATCH] docs: add live demo + website links to README hero Divvy is now live on Streamlit Community Cloud; link it (and the GitHub Pages site) from the hero, and make the demo GIF click through to the app. Co-Authored-By: Claude Opus 4.8 --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 035bbd1..099879b 100644 --- a/README.md +++ b/README.md @@ -12,9 +12,13 @@ [![Python 3.12+](https://img.shields.io/badge/python-3.12+-blue.svg)](https://www.python.org/) [![Built with uv](https://img.shields.io/badge/built%20with-uv-de5fe9.svg)](https://github.com/astral-sh/uv) +**[๐Ÿš€ Try the live demo](https://divvy-backtest.streamlit.app/) ยท [๐ŸŒ Website](https://danmat.github.io/Divvy/) ยท [๐Ÿ“ฆ PyPI](https://pypi.org/project/divvy-backtest/)** + +The live demo runs on synthetic data โ€” for your real numbers, run it locally so your financial data never leaves your machine. +
-Divvy Portfolio Experiment Lab โ€” add portfolios, apply tax, and compare dividends & returns with live charts +Divvy Portfolio Experiment Lab โ€” add portfolios, apply tax, and compare dividends & returns with live charts The interactive Experiment Lab: add portfolios, tweak the knobs, and compare dividends & returns live. (divvy ui)