Hyperflow Page Collection

Serve a set of pages using an external data source for the primary content

Goals;

  • Identify an external headless CMS or data source

  • Retrieve a list of all docs

    • Render in sitemap

    • Support a ToC view, or collection-list style cards

  • Retrieve an individual item

    • Render a page using a /_template/x page with tagged areas

      • Support Rich text styling, etc

  • Optimized, cached

  • Detect and handle new items ( or changes / removals ) efficiently

    • Including cache

Systems;

  • Airtable

  • Contentful

  • Netlify CMS

  • Ghost

  • Mailchimp archive history

Design;

  • List items

    • Store in R2, to support querying lists?

      • Filtering

      • Sorting

  • Get item

  • Need an item slug

  • Sitemap.xml modify

  • Detect changes, purge cache item

Similar approach notes

https://discourse.webflow.com/t/sync-cms-data-to-mysql/240079/10?u=memetican

https://www.youtube.com/watch?v=7eXX4-G3sqU&ab_channel=MateuszNowak

https://www.youtube.com/watch?v=bmlCCqUlzFc&ab_channel=BenParker

Last updated