How to Fetch CMS Data Without Leaving the Site?

I hope I’m in the right category. I wanted to ask if it’s possible to fetch data from the CMS without leaving the site.

To give an example: Global Architectural Projects | Populous

When you click on a project, a page opens within the site itself and displays the content of the project. I find that really clever and wanted to try it out myself, but I wanted to ask if anyone has experience with such an implementation.

Thanks in advance!


Here is my public share link: LINK
(how to access public share link)

The common approach would be to JS fetch() the content from a hidden page where it was already created, such as a collection page.

Much more advanced would be to build an external fetch service which maintains a synced clone of your CMS ( e.g. in Supabase or Xano, via Whalesync ). Then your client-side JS uses your API to retrieve the data you want.

Do you think this would be doable with webflow. But i will check fetch() funktion first.

Thank you.

I’m not sure what this means?
The two common approaches I see are the ones I listed above.

I just tried to implement such behavior and it works like a charm. Thanks for the tipp and sorry for the confusion. :)