Hello everyone, 
I want to build a nextjs website builder, something close to shopify for learning purposes
but I am wondering how is it possible to have good seo on the pages, and how to serve them fast?
right now the only way I can think of is to save the sections that the user sets on the website builder, and then once a customer comes to the website, query the database for slug, and get the sections, but this would result in bad seo and slower loading
I hope my explanation of the question is clear 😅