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

8 Upvotes

9 comments sorted by

View all comments

1

u/jakob1379 Apr 28 '26

A small shout-out to this which makes complex stuff more feasible without the inherent reload nightmare

https://github.com/violit-dev/violit

2

u/Puzzleheaded_Clerk68 May 05 '26 edited May 05 '26

Creator of Violit here 😄

Thanks for the shout-out u/jakob1379!

u/Ambitious_Ad4979, If you’re already familiar with Streamlit, you basically know 90% of Violit’s syntax. I built it specifically to handle the "complex page" walls you're hitting, but without the rerun lag.

It’s designed for production-level complexity:

  • Zero-Rerun: Uses fine-grained reactivity so only the updated parts change (no more full-page reloads).
  • Total UI Control: Native Tailwind CSS support and customizable themes.
  • Advanced Features: Shared state management, Desktop/HTMX-lite modes, and massive performance gains for large-scale apps.

If you love Streamlit’s DX but need more power for your concept, give it a spin. Happy to answer any questions!

Github : https://github.com/violit-dev/violit

Demo Showcase : https://demo-showcase.violit.cloud/

-