Deliver customised content to your users with Directus. I recently set this up for a customer and thought it was worth sharing given how common this use case is.
Directus’s flexible APIs and data models mean you can setup any type of tagging, or integrate an LLM to automatically tag and associate similar content.
The logic behind this:
- Get the tags associated with the current visitor
- Search for all content which has at least one of these tags
- Sort the results by the number of matching tags