Thanks @jlengstorf
a pure Vue.js SPA actually is a Jamstack app
But we have a node server.
Jamstack.org writes:
Any project that relies on a tight coupling between client and server is not built with the Jamstack.
Also, the M is for “Markup”, so JAMstack apps are expected to download mostly HTML, not mostly JS
A normal SPA (and our SPA) is mostly JS, and then the browser runs the JS and builds HTML
Also, our app is not prebuilt (not good for SEO, but we have a paywall) so it is not exactly a JAM stack right?.
So somehow we are still JAMstack despite having a server, not using markup, and not being pre-built?
Also, when I look at https://jamstack.org/examples/
There is only a single stack using MondayDB and no mention of SQL anywhere. So, are these all mostly static sites? Is anyone building actual “apps” with this framework?