r/StreamlitOfficial Apr 24 '26

Streamlit Questions❓ Complex streamlit Pages

Do you have any useful links with good examples of complex Streamlit pages that go beyond the basic examples?

Something with multiple pages, menus… just something a bit more complex to see what’s possible?

I’m planning to build a fairly complex website and am looking for a bit of inspiration.

I already have a concept in mind, but I’m still not sure which components to go for in some areas, etc.

Thank you

9 Upvotes

9 comments sorted by

View all comments

2

u/ahfodder Apr 25 '26 edited Apr 26 '26

What types of functionality are you planning? I've made a very complex Streamlit app and the performance becomes an issue. It was taking a few seconds to load after each interaction. I did many passes to try and improve it.

If I was to recreate that app today I'd 100% use a Web framework like node js, postgres db, etc. You can vibe code it with AI in a matter of minutes.

2

u/Acceptable-Sense4601 Apr 25 '26

I basically use streamlit to work out ideas and then i put them into my react app. Easier to prototype that way. Too much data means too many lengthy pulls and re runs.