Hey developers. I am planning to develop a simple quick content publish platform that does some AI stuff on the backend, and needs basic auth and permissions, while developing it quickly, what could be best quickest and easiest possible stack for me? Phoenix Framework, SvelteKit/Postgresql or Django/Python?

Hey developers. I am planning to develop a simple quick content publish platform that does some AI stuff on the backend, and needs basic auth and permissions, while developing it quickly, what could be best quickest and easiest possible stack for me? Phoenix Framework, SvelteKit/Postgresql or Django/Python?

If you want to get the quickest and easiest possible stack then Django with Python is the suitable choice. Django's documentation is fantabulous, and it gives many built-in features that can speed up development.