The Streamlit roadmap is a Streamlit app itself 🤯!
This app reads our internal Roadmap DB from Notion and shows a beautiful view for everyone in the world to marvel.
Check it out:
cd roadmappython3 -m venv .venv
# Windows command prompt
.venv\Scripts\activate.bat
# Windows PowerShell
.venv\Scripts\Activate.ps1
# macOS and Linux
source .venv/bin/activatepip install -r requirements.txtpython -m streamlit run streamlit_app.py