
-
-
SurveyJS
JavaScript Form Builder with No-Code UI & Built-In JSON Schema Editor. Keep full control over the data you collect and tailor the form builder’s entire look and feel to your users’ needs. SurveyJS works with React, Angular, Vue 3, and is compatible with any backend or auth system. Learn more.
-
There is an an example for a server here: https://github.com/unchainedshop/unchained/tree/master/examples/kitchensink
-
I suggest taking a look at Medusa: it's an open source e-commerce engine that includes a Next.js storefront. Even if you want to implement your own server from scratch, you can see how they approached some of your same problems. Like, for analytics they have a plugin that integrates with Segment.
-
We also provide a very simple starter storefront in Next.js that connects to the backend: https://github.com/unchainedshop/storefront