Can we build an advanced SaaS web app with Plasmic?

Can we build a advanced SAAS webapp(not website) with login using plasmic? Like using Auth0 or fusionAuth for authentication and GraphQl API for retriviing that dynamic data. Any example will be helpful.

Yes, for instance we use Plasmic to build Plasmic. Have you already seen the app building tutorials like this one? https://docs.plasmic.app/learn/todomvc-tutorial/

yup saw this. Do we have any tutorial in which we have shown login and then use of Graphql to fetch dynamic data for the webapp?

No, there’s nothing specific to Plasmic to know for that—you can just add whatever hooks/async fetching/routing/etc. you want, Plasmic just gives you dumb presentational components