Can I Make Pages Private
Yes, you have full control over who can access each page in your app. Pages can be public, login-required, or restricted to specific user roles.
Common setups include:
- Login-required pages: only logged-in users can view the page
- Role-based pages: only users with specific roles (such as Admin, Manager, or Customer) can access
- Record-level security: users only see their own records, or records connected to them
You can combine these settings to build everything from a fully public marketing site to a secure internal portal where each user sees only their own data.
We'd love to hear your feedback.