Hi. I’m recently just heard about Netlify and JAMSTACK, and found it to be quite interesting. I have a question, that I will simplify to this:
Let’s say I have a PHP framework that creates single static pages. Each customer can create their own page, having a domain like mypage.domain.com, or domain.com/mypage. This page has a small form that I need to get to the backend. Could be through an API. Do anyone have a suggestion on how to host such a framework (none-static), that would be able to push static pages into Netlify CDN. Then whenever people visit this static customer page domain.com/mypage, it utilities the Netlify CDN platform? And if one submit a form it sends the request to the backend.
Any links to some knowledge about this or some insights would be really helpful.