Hello,<p>I'm looking for a good dev stack to write web based apps with decent looking UI rapidly - sort of the promise of what bootstrap was. I'd like to limit the languages to JS/Python (let's pretend backend is API, so nevermind [No]SQL).<p>Currently overwhelmed by choices.
Streamlit (Python)<p><a href="https://streamlit.io/" rel="nofollow noreferrer">https://streamlit.io/</a><p>Runkit (Javascript)<p><a href="https://runkit.com/home" rel="nofollow noreferrer">https://runkit.com/home</a><p>Directus (Backend)<p><a href="https://directus.io/" rel="nofollow noreferrer">https://directus.io/</a><p>N8N (Workflows/API/Webhooks)<p><a href="https://n8n.io/" rel="nofollow noreferrer">https://n8n.io/</a><p>There are way maaany other low-code / no-code builders with sooner-or-later-hit-by-wall limitations.<p>It really dependend on what you want to build.<p>Best luck with your project and curios what you went with.
I don't know how sophisticated the UI has to do, but maybe consider <a href="https://htmx.org/" rel="nofollow noreferrer">https://htmx.org/</a> over a SPA.
I've used Django with Django Rest Framework plus Vue with Vuetify in dayjob and it's a pretty productive framework, I did not know any javascript frontend previously so I got quickly to speed with it.