Squadbase supports Docker-based deployment.
By packaging your application and its dependencies together, Docker guarantees identical behavior across environments and minimizes the gap between local and production.
With Docker, Squadbase gives you all of the following out of the box:
Deployment to a secure cloud environment
Built-in user authentication
User analytics
Log monitoring
Feedback collection from users
Docker is also the best option when you need to deploy apps built with non-officially supported frameworks or apps that install OS-level packages.
When someone on your Squadbase team opens an app, authentication happens automatically.
If the app is not public, only authenticated users can access it.
Each user can also be assigned a project role.
Use the REST API to fetch user information—including roles—and adapt your app’s behavior.