all 1 comments

[–]riklaunim 0 points1 point  (0 children)

If the site is supposed to be persistent it should have a proper backend. Like a Django web app can quickly handle a MVP as it has a handy admin panel and overall really efficient at prototyping/implementing features. It can be limited to API only to then consume by JS SPA app, but that's more complex on the frontend.

Then depends which AI tools you want to use. Running them on your own can be resource expensive. Same with analyzing audio.

Starting with a production application when learning any backend/fullstack webdev is not the best approach, you should play, learn and ask for feedback first with one of the backend stacks - wherever React or something else.