Is it possible to publish an app internally (only for registered users)?

Hi Teable team / community,

Is there a way to publish an app internally so it is only accessible to registered users or specific accounts? I want to build apps that only I (or a small group) can access—not public or visible to everyone.

If this is supported, could you share how to set it up (private/internal publish, invite-only, domain restriction, roles/permissions, etc.) or point me to the documentation? If not, are there any recommended workarounds to keep an app private?

Thanks in advance for any guidance!

Hi Nilson,
There’s no built-in native authentication for published apps yet
— by default, anyone with the link can access it. But you can:

Build a login gateway in App Builder
You can create a simple username/password access control layer directly within App Builder. A real example of this approach is the SDR Cold Call Manager template ( Explore templates built with Teable | Teable ) , which demonstrates exactly how to implement this kind of login natively inside your app.

1 Like