We are testing Adalo as a replacement for our current app company and we do not need a signup page in order to people to use our app. Our app is only a basic informational app and no registration is needed for this app.
@trashtruck you can definitely do this but it’s important to note that some components and features require that a User be logged in to the app in order for them to work as expected. This is typically things like Notifications, Stripe, and Location features so I would ensure that is not required before you create your build.
In the event you need one of those features, I would consider doing a ‘Guest User’ type setup where you create a User for your app automatically in order for them to be able to use any of the features that require a user to be logged in.