Using WordPress to create a simple web app (SaaS) [closed]

There are 2 ways to achieve your result:

  1. Use wordpress`s rest api functionality and some frontend js framework (Angular or React or other at your choice)
  2. Code custom theme for this purpose – maybe something with authorization and custom userpages