mirror of
https://github.com/simstudioai/sim.git
synced 2026-04-28 03:00:29 -04:00
* fix(modals): consistent text colors, copy, and workspace delete confirmation Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com> * fix(modal): replace useEffect with render-time state reset Replace useEffect anti-pattern for resetting confirmation text with React's recommended "adjusting state during render" pattern. This ensures stale text is never painted and avoids an extra render cycle. --------- Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>
Sim Enterprise Edition
This directory contains enterprise features that require a Sim Enterprise subscription for production use.
Features
- SSO (Single Sign-On): OIDC and SAML authentication integration
- Access Control: Permission groups for fine-grained user access management
- Whitelabeling: Custom branding and theming for enterprise deployments
Licensing
See LICENSE for terms. Development and testing use is permitted. Production deployment requires an active Enterprise subscription.
Architecture
Enterprise features are imported directly throughout the codebase. The ee/ directory
is required at build time. Feature visibility is controlled at runtime via environment
variables (e.g., NEXT_PUBLIC_ACCESS_CONTROL_ENABLED, NEXT_PUBLIC_SSO_ENABLED).