This is kind of a followup to my previous post in which i asked if i should use wordpress or react for a medical research group website. The website is very simple with just a few informative pages like a "our Team" page and a "publications" page etc. The only complex part would maybe be implementing an automatic publications updater (api call to look for new publications and add them).
I got a lot of very nice responses and am currently researching a lot on the topic of what the ideal tool to use is. Wordpress seems, to me and others at least, outdated and react is overkill for such a simple webpage.
I was recommended Webstudio as an alternative to Wordpress which seems promising but I havent seen a lot of it and I was also recommended Astro as a code based webdev tool. I don't have experience with either (i have experience with plain HTML CSS and also React with Typescript) so I would be curious to hear your thoughts on what you think would fitt this usecase.
It should be easy to get going and also for other people to maintain some of it (like adding a new publication by hand or a new photo to the team page), preferably even for people with no CS background. On that matter webstudio seems nice but i have also read that Astro can use .json files to store for example teammembers and you can just add a new json file and it automatically updates. Thanks for any advice. #technology #dev #programming source