New Streamlit Starter Kit

Here is my go at a starter kit for streamlit,

Contains some key functions for user authentication, role management, session management along with some nice admin functions for dynamic page addition and menu sorting amongst others,

Admin Login
Username - admin
Password - 1234

Let me know what you think

https://starterkit.streamlit.app/

4 Likes

Very neat indeed! How are users and added content stored?

Everything is stored in a SQLite database, Users, Roles, Pages and menu order etc are all dynamic

I’ve made the repo public if you would like to look at the code :+1: