Can I run worpress on replit (and maybe use the replit agent to make changes to my website)?
I was able to run a wordpress project but instead of using mysql as database I used sqlite. It was just a test and with more config it's also possible to use the postgres database provided by replit.
Next step? Deploy it to production (a php hosting) using CICD with github actions.