Q: hi i work with WordPress and i am working on a project in which the same data has to be dumped in a WordPress and a Joomla!
, i would like to know if caisy can be used as a central repository of content (without making it public from caisy) and transfer it from there to WordPress and Joomla! is this possible? would each platform be a project?

Moritz89221
May 14, 2024A: Hi javiermendoza,
while you could do that in caisy with one project, i would not recommend it. Both WordPress and Joomla use a mysql database under the hood. Since i guess your task can not be done without writing code, fastest way to sync them would probably by a sync job on a database level directly.
On the other hand if you can change your stack, you could use a single project in caisy, with a single api endpoint and build two diffrent frontends with the frontend technology of your choice.

Verified purchaser
OK, so, if we understand correctly, WordPress and Joomla integrate both the frontend (publishing) and the backend (managing content) and don't allow the latter to be 'delegated' to a headless CMS like Caisy, right?