About Lydform
How the POC works
This page is rendered by Next.js from Umbraco Delivery API data.
Editors can add, remove and reorder sections in Umbraco.
Structured blocks, real frontend
The CMS does not render React. It only returns content data.
Frequently asked questions
How is preview secured?
Preview requests require the shared preview secret and the Delivery API key.
Does preview use the real frontend?
Yes. The same Next.js components render both published and draft content.
Can editors reorder sections?
Yes. The Block List order is the frontend render order.