diff --git a/.claude/commands/add-block.md b/.claude/commands/add-block.md index 40f15e772f..12629d2ce6 100644 --- a/.claude/commands/add-block.md +++ b/.claude/commands/add-block.md @@ -1,11 +1,11 @@ --- -description: Create a block configuration for a Sim Studio integration with proper subBlocks, conditions, and tool wiring +description: Create a block configuration for a Sim integration with proper subBlocks, conditions, and tool wiring argument-hint: --- # Add Block Skill -You are an expert at creating block configurations for Sim Studio. You understand the serializer, subBlock types, conditions, dependsOn, modes, and all UI patterns. +You are an expert at creating block configurations for Sim. You understand the serializer, subBlock types, conditions, dependsOn, modes, and all UI patterns. ## Your Task diff --git a/.claude/commands/add-integration.md b/.claude/commands/add-integration.md index 017bebcffb..9a8e3ca69b 100644 --- a/.claude/commands/add-integration.md +++ b/.claude/commands/add-integration.md @@ -1,11 +1,11 @@ --- -description: Add a complete integration to Sim Studio (tools, block, icon, registration) +description: Add a complete integration to Sim (tools, block, icon, registration) argument-hint: [api-docs-url] --- # Add Integration Skill -You are an expert at adding complete integrations to Sim Studio. This skill orchestrates the full process of adding a new service integration. +You are an expert at adding complete integrations to Sim. This skill orchestrates the full process of adding a new service integration. ## Overview diff --git a/.claude/commands/add-tools.md b/.claude/commands/add-tools.md index d4dfee8706..a2857f73db 100644 --- a/.claude/commands/add-tools.md +++ b/.claude/commands/add-tools.md @@ -1,11 +1,11 @@ --- -description: Create tool configurations for a Sim Studio integration by reading API docs +description: Create tool configurations for a Sim integration by reading API docs argument-hint: [api-docs-url] --- # Add Tools Skill -You are an expert at creating tool configurations for Sim Studio integrations. Your job is to read API documentation and create properly structured tool files. +You are an expert at creating tool configurations for Sim integrations. Your job is to read API documentation and create properly structured tool files. ## Your Task diff --git a/.claude/commands/add-trigger.md b/.claude/commands/add-trigger.md index 461563ab0c..b65edf42a6 100644 --- a/.claude/commands/add-trigger.md +++ b/.claude/commands/add-trigger.md @@ -1,11 +1,11 @@ --- -description: Create webhook triggers for a Sim Studio integration using the generic trigger builder +description: Create webhook triggers for a Sim integration using the generic trigger builder argument-hint: --- # Add Trigger Skill -You are an expert at creating webhook triggers for Sim Studio. You understand the trigger system, the generic `buildTriggerSubBlocks` helper, and how triggers connect to blocks. +You are an expert at creating webhook triggers for Sim. You understand the trigger system, the generic `buildTriggerSubBlocks` helper, and how triggers connect to blocks. ## Your Task diff --git a/CLAUDE.md b/CLAUDE.md index c9621ff178..7f18cee1c4 100644 --- a/CLAUDE.md +++ b/CLAUDE.md @@ -1,4 +1,4 @@ -# Sim Studio Development Guidelines +# Sim Development Guidelines You are a professional software engineer. All code must follow best practices: accurate, readable, clean, and efficient. diff --git a/apps/docs/content/docs/de/enterprise/index.mdx b/apps/docs/content/docs/de/enterprise/index.mdx index 82682f260b..f81ff5a965 100644 --- a/apps/docs/content/docs/de/enterprise/index.mdx +++ b/apps/docs/content/docs/de/enterprise/index.mdx @@ -6,13 +6,13 @@ description: Enterprise-Funktionen für Organisationen mit erweiterten import { Callout } from 'fumadocs-ui/components/callout' -Sim Studio Enterprise bietet erweiterte Funktionen für Organisationen mit erhöhten Sicherheits-, Compliance- und Verwaltungsanforderungen. +Sim Enterprise bietet erweiterte Funktionen für Organisationen mit erhöhten Sicherheits-, Compliance- und Verwaltungsanforderungen. --- ## Bring Your Own Key (BYOK) -Verwenden Sie Ihre eigenen API-Schlüssel für KI-Modellanbieter anstelle der gehosteten Schlüssel von Sim Studio. +Verwenden Sie Ihre eigenen API-Schlüssel für KI-Modellanbieter anstelle der gehosteten Schlüssel von Sim. ### Unterstützte Anbieter @@ -33,7 +33,7 @@ Verwenden Sie Ihre eigenen API-Schlüssel für KI-Modellanbieter anstelle der ge BYOK-Schlüssel werden verschlüsselt gespeichert. Nur Organisationsadministratoren und -inhaber können Schlüssel verwalten. -Wenn konfiguriert, verwenden Workflows Ihren Schlüssel anstelle der gehosteten Schlüssel von Sim Studio. Bei Entfernung wechseln Workflows automatisch zu den gehosteten Schlüsseln zurück. +Wenn konfiguriert, verwenden Workflows Ihren Schlüssel anstelle der gehosteten Schlüssel von Sim. Bei Entfernung wechseln Workflows automatisch zu den gehosteten Schlüsseln zurück. --- @@ -73,5 +73,5 @@ Für selbst gehostete Bereitstellungen können Enterprise-Funktionen über Umgeb | `DISABLE_INVITATIONS`, `NEXT_PUBLIC_DISABLE_INVITATIONS` | Workspace-/Organisations-Einladungen global deaktivieren | - BYOK ist nur im gehosteten Sim Studio verfügbar. Selbst gehostete Deployments konfigurieren AI-Provider-Schlüssel direkt über Umgebungsvariablen. + BYOK ist nur im gehosteten Sim verfügbar. Selbst gehostete Deployments konfigurieren AI-Provider-Schlüssel direkt über Umgebungsvariablen. diff --git a/apps/docs/content/docs/de/self-hosting/docker.mdx b/apps/docs/content/docs/de/self-hosting/docker.mdx index 6623e7aabd..fe7ee620d3 100644 --- a/apps/docs/content/docs/de/self-hosting/docker.mdx +++ b/apps/docs/content/docs/de/self-hosting/docker.mdx @@ -1,6 +1,6 @@ --- title: Docker -description: Sim Studio mit Docker Compose bereitstellen +description: Sim mit Docker Compose bereitstellen --- import { Tab, Tabs } from 'fumadocs-ui/components/tabs' diff --git a/apps/docs/content/docs/de/self-hosting/environment-variables.mdx b/apps/docs/content/docs/de/self-hosting/environment-variables.mdx index 4a1f4d34df..a64c6fc89e 100644 --- a/apps/docs/content/docs/de/self-hosting/environment-variables.mdx +++ b/apps/docs/content/docs/de/self-hosting/environment-variables.mdx @@ -1,6 +1,6 @@ --- title: Umgebungsvariablen -description: Konfigurationsreferenz für Sim Studio +description: Konfigurationsreferenz für Sim --- import { Callout } from 'fumadocs-ui/components/callout' diff --git a/apps/docs/content/docs/de/self-hosting/index.mdx b/apps/docs/content/docs/de/self-hosting/index.mdx index e615ea09b7..7a5faa4d34 100644 --- a/apps/docs/content/docs/de/self-hosting/index.mdx +++ b/apps/docs/content/docs/de/self-hosting/index.mdx @@ -1,12 +1,12 @@ --- title: Self-Hosting -description: Stellen Sie Sim Studio auf Ihrer eigenen Infrastruktur bereit +description: Stellen Sie Sim auf Ihrer eigenen Infrastruktur bereit --- import { Card, Cards } from 'fumadocs-ui/components/card' import { Callout } from 'fumadocs-ui/components/callout' -Stellen Sie Sim Studio auf Ihrer eigenen Infrastruktur mit Docker oder Kubernetes bereit. +Stellen Sie Sim auf Ihrer eigenen Infrastruktur mit Docker oder Kubernetes bereit. ## Anforderungen diff --git a/apps/docs/content/docs/de/self-hosting/kubernetes.mdx b/apps/docs/content/docs/de/self-hosting/kubernetes.mdx index 3cdfd712f1..7f7a2a909e 100644 --- a/apps/docs/content/docs/de/self-hosting/kubernetes.mdx +++ b/apps/docs/content/docs/de/self-hosting/kubernetes.mdx @@ -1,6 +1,6 @@ --- title: Kubernetes -description: Sim Studio mit Helm bereitstellen +description: Sim mit Helm bereitstellen --- import { Tab, Tabs } from 'fumadocs-ui/components/tabs' diff --git a/apps/docs/content/docs/de/self-hosting/platforms.mdx b/apps/docs/content/docs/de/self-hosting/platforms.mdx index ef34af4def..721383b2fa 100644 --- a/apps/docs/content/docs/de/self-hosting/platforms.mdx +++ b/apps/docs/content/docs/de/self-hosting/platforms.mdx @@ -1,6 +1,6 @@ --- title: Cloud-Plattformen -description: Sim Studio auf Cloud-Plattformen bereitstellen +description: Sim auf Cloud-Plattformen bereitstellen --- import { Tab, Tabs } from 'fumadocs-ui/components/tabs' @@ -64,7 +64,7 @@ sudo usermod -aG docker $USER docker --version ``` -### Sim Studio bereitstellen +### Sim bereitstellen ```bash git clone https://github.com/simstudioai/sim.git && cd sim diff --git a/apps/docs/content/docs/en/enterprise/index.mdx b/apps/docs/content/docs/en/enterprise/index.mdx index 29abe99844..b1ad1993c5 100644 --- a/apps/docs/content/docs/en/enterprise/index.mdx +++ b/apps/docs/content/docs/en/enterprise/index.mdx @@ -5,7 +5,7 @@ description: Enterprise features for business organizations import { Callout } from 'fumadocs-ui/components/callout' -Sim Studio Enterprise provides advanced features for organizations with enhanced security, compliance, and management requirements. +Sim Enterprise provides advanced features for organizations with enhanced security, compliance, and management requirements. --- diff --git a/apps/docs/content/docs/en/execution/costs.mdx b/apps/docs/content/docs/en/execution/costs.mdx index a376a97bb7..54c8a5dda5 100644 --- a/apps/docs/content/docs/en/execution/costs.mdx +++ b/apps/docs/content/docs/en/execution/costs.mdx @@ -106,7 +106,7 @@ The model breakdown shows: ## Bring Your Own Key (BYOK) -Use your own API keys for AI model providers instead of Sim Studio's hosted keys to pay base prices with no markup. +Use your own API keys for AI model providers instead of Sim's hosted keys to pay base prices with no markup. ### Supported Providers @@ -127,7 +127,7 @@ Use your own API keys for AI model providers instead of Sim Studio's hosted keys BYOK keys are encrypted at rest. Only workspace admins can manage keys. -When configured, workflows use your key instead of Sim Studio's hosted keys. If removed, workflows automatically fall back to hosted keys with the multiplier. +When configured, workflows use your key instead of Sim's hosted keys. If removed, workflows automatically fall back to hosted keys with the multiplier. ## Cost Optimization Strategies diff --git a/apps/docs/content/docs/en/self-hosting/docker.mdx b/apps/docs/content/docs/en/self-hosting/docker.mdx index 4ee0450bf0..846e6922f5 100644 --- a/apps/docs/content/docs/en/self-hosting/docker.mdx +++ b/apps/docs/content/docs/en/self-hosting/docker.mdx @@ -1,6 +1,6 @@ --- title: Docker -description: Deploy Sim Studio with Docker Compose +description: Deploy Sim with Docker Compose --- import { Tab, Tabs } from 'fumadocs-ui/components/tabs' diff --git a/apps/docs/content/docs/en/self-hosting/environment-variables.mdx b/apps/docs/content/docs/en/self-hosting/environment-variables.mdx index 6b105211ad..327b0657a1 100644 --- a/apps/docs/content/docs/en/self-hosting/environment-variables.mdx +++ b/apps/docs/content/docs/en/self-hosting/environment-variables.mdx @@ -1,6 +1,6 @@ --- title: Environment Variables -description: Configuration reference for Sim Studio +description: Configuration reference for Sim --- import { Callout } from 'fumadocs-ui/components/callout' diff --git a/apps/docs/content/docs/en/self-hosting/index.mdx b/apps/docs/content/docs/en/self-hosting/index.mdx index f86c94f896..87ab39b9a0 100644 --- a/apps/docs/content/docs/en/self-hosting/index.mdx +++ b/apps/docs/content/docs/en/self-hosting/index.mdx @@ -1,15 +1,15 @@ --- title: Self-Hosting -description: Deploy Sim Studio on your own infrastructure +description: Deploy Sim on your own infrastructure --- import { Card, Cards } from 'fumadocs-ui/components/card' import { Callout } from 'fumadocs-ui/components/callout' -Deploy Sim Studio on your own infrastructure with Docker or Kubernetes. +Deploy Sim on your own infrastructure with Docker or Kubernetes.
- + Set Up with Cursor
diff --git a/apps/docs/content/docs/en/self-hosting/kubernetes.mdx b/apps/docs/content/docs/en/self-hosting/kubernetes.mdx index da7a78970a..f12342198a 100644 --- a/apps/docs/content/docs/en/self-hosting/kubernetes.mdx +++ b/apps/docs/content/docs/en/self-hosting/kubernetes.mdx @@ -1,6 +1,6 @@ --- title: Kubernetes -description: Deploy Sim Studio with Helm +description: Deploy Sim with Helm --- import { Tab, Tabs } from 'fumadocs-ui/components/tabs' diff --git a/apps/docs/content/docs/en/self-hosting/platforms.mdx b/apps/docs/content/docs/en/self-hosting/platforms.mdx index bcc3e7a092..d17455a877 100644 --- a/apps/docs/content/docs/en/self-hosting/platforms.mdx +++ b/apps/docs/content/docs/en/self-hosting/platforms.mdx @@ -1,6 +1,6 @@ --- title: Cloud Platforms -description: Deploy Sim Studio on cloud platforms +description: Deploy Sim on cloud platforms --- import { Tab, Tabs } from 'fumadocs-ui/components/tabs' @@ -57,7 +57,7 @@ sudo usermod -aG docker $USER docker --version ``` -### Deploy Sim Studio +### Deploy Sim ```bash git clone https://github.com/simstudioai/sim.git && cd sim diff --git a/apps/docs/content/docs/es/enterprise/index.mdx b/apps/docs/content/docs/es/enterprise/index.mdx index 2137bb5366..1f1b253db7 100644 --- a/apps/docs/content/docs/es/enterprise/index.mdx +++ b/apps/docs/content/docs/es/enterprise/index.mdx @@ -6,13 +6,13 @@ description: Funciones enterprise para organizaciones con requisitos avanzados import { Callout } from 'fumadocs-ui/components/callout' -Sim Studio Enterprise proporciona funciones avanzadas para organizaciones con requisitos mejorados de seguridad, cumplimiento y gestión. +Sim Enterprise proporciona funciones avanzadas para organizaciones con requisitos mejorados de seguridad, cumplimiento y gestión. --- ## Bring Your Own Key (BYOK) -Usa tus propias claves API para proveedores de modelos de IA en lugar de las claves alojadas de Sim Studio. +Usa tus propias claves API para proveedores de modelos de IA en lugar de las claves alojadas de Sim. ### Proveedores compatibles @@ -33,7 +33,7 @@ Usa tus propias claves API para proveedores de modelos de IA en lugar de las cla Las claves BYOK están cifradas en reposo. Solo los administradores y propietarios de la organización pueden gestionar las claves. -Cuando está configurado, los flujos de trabajo usan tu clave en lugar de las claves alojadas de Sim Studio. Si se elimina, los flujos de trabajo vuelven automáticamente a las claves alojadas. +Cuando está configurado, los flujos de trabajo usan tu clave en lugar de las claves alojadas de Sim. Si se elimina, los flujos de trabajo vuelven automáticamente a las claves alojadas. --- @@ -73,5 +73,5 @@ Para implementaciones self-hosted, las funciones enterprise se pueden activar me | `DISABLE_INVITATIONS`, `NEXT_PUBLIC_DISABLE_INVITATIONS` | Desactivar globalmente invitaciones a espacios de trabajo/organizaciones | - BYOK solo está disponible en Sim Studio alojado. Las implementaciones autoalojadas configuran las claves de proveedor de IA directamente a través de variables de entorno. + BYOK solo está disponible en Sim alojado. Las implementaciones autoalojadas configuran las claves de proveedor de IA directamente a través de variables de entorno. diff --git a/apps/docs/content/docs/es/self-hosting/docker.mdx b/apps/docs/content/docs/es/self-hosting/docker.mdx index a177da8bc1..370ae4376a 100644 --- a/apps/docs/content/docs/es/self-hosting/docker.mdx +++ b/apps/docs/content/docs/es/self-hosting/docker.mdx @@ -1,6 +1,6 @@ --- title: Docker -description: Despliega Sim Studio con Docker Compose +description: Despliega Sim con Docker Compose --- import { Tab, Tabs } from 'fumadocs-ui/components/tabs' diff --git a/apps/docs/content/docs/es/self-hosting/environment-variables.mdx b/apps/docs/content/docs/es/self-hosting/environment-variables.mdx index cce23f2cdf..bd9e04027f 100644 --- a/apps/docs/content/docs/es/self-hosting/environment-variables.mdx +++ b/apps/docs/content/docs/es/self-hosting/environment-variables.mdx @@ -1,6 +1,6 @@ --- title: Variables de entorno -description: Referencia de configuración para Sim Studio +description: Referencia de configuración para Sim --- import { Callout } from 'fumadocs-ui/components/callout' diff --git a/apps/docs/content/docs/es/self-hosting/index.mdx b/apps/docs/content/docs/es/self-hosting/index.mdx index b1016aca46..a511b1963d 100644 --- a/apps/docs/content/docs/es/self-hosting/index.mdx +++ b/apps/docs/content/docs/es/self-hosting/index.mdx @@ -1,12 +1,12 @@ --- title: Autoalojamiento -description: Despliega Sim Studio en tu propia infraestructura +description: Despliega Sim en tu propia infraestructura --- import { Card, Cards } from 'fumadocs-ui/components/card' import { Callout } from 'fumadocs-ui/components/callout' -Despliega Sim Studio en tu propia infraestructura con Docker o Kubernetes. +Despliega Sim en tu propia infraestructura con Docker o Kubernetes. ## Requisitos diff --git a/apps/docs/content/docs/es/self-hosting/kubernetes.mdx b/apps/docs/content/docs/es/self-hosting/kubernetes.mdx index 426f21454f..9e559e793d 100644 --- a/apps/docs/content/docs/es/self-hosting/kubernetes.mdx +++ b/apps/docs/content/docs/es/self-hosting/kubernetes.mdx @@ -1,6 +1,6 @@ --- title: Kubernetes -description: Desplegar Sim Studio con Helm +description: Desplegar Sim con Helm --- import { Tab, Tabs } from 'fumadocs-ui/components/tabs' diff --git a/apps/docs/content/docs/es/self-hosting/platforms.mdx b/apps/docs/content/docs/es/self-hosting/platforms.mdx index 2de93bbed3..1cbf28685d 100644 --- a/apps/docs/content/docs/es/self-hosting/platforms.mdx +++ b/apps/docs/content/docs/es/self-hosting/platforms.mdx @@ -1,6 +1,6 @@ --- title: Plataformas en la nube -description: Despliega Sim Studio en plataformas en la nube +description: Despliega Sim en plataformas en la nube --- import { Tab, Tabs } from 'fumadocs-ui/components/tabs' @@ -64,7 +64,7 @@ sudo usermod -aG docker $USER docker --version ``` -### Desplegar Sim Studio +### Desplegar Sim ```bash git clone https://github.com/simstudioai/sim.git && cd sim diff --git a/apps/docs/content/docs/fr/enterprise/index.mdx b/apps/docs/content/docs/fr/enterprise/index.mdx index c3eb71122e..3da50d4760 100644 --- a/apps/docs/content/docs/fr/enterprise/index.mdx +++ b/apps/docs/content/docs/fr/enterprise/index.mdx @@ -6,13 +6,13 @@ description: Fonctionnalités entreprise pour les organisations ayant des import { Callout } from 'fumadocs-ui/components/callout' -Sim Studio Entreprise fournit des fonctionnalités avancées pour les organisations ayant des exigences renforcées en matière de sécurité, de conformité et de gestion. +Sim Entreprise fournit des fonctionnalités avancées pour les organisations ayant des exigences renforcées en matière de sécurité, de conformité et de gestion. --- ## Apportez votre propre clé (BYOK) -Utilisez vos propres clés API pour les fournisseurs de modèles IA au lieu des clés hébergées par Sim Studio. +Utilisez vos propres clés API pour les fournisseurs de modèles IA au lieu des clés hébergées par Sim. ### Fournisseurs pris en charge @@ -33,7 +33,7 @@ Utilisez vos propres clés API pour les fournisseurs de modèles IA au lieu des Les clés BYOK sont chiffrées au repos. Seuls les administrateurs et propriétaires de l'organisation peuvent gérer les clés. -Une fois configurés, les workflows utilisent votre clé au lieu des clés hébergées par Sim Studio. Si elle est supprimée, les workflows basculent automatiquement vers les clés hébergées. +Une fois configurés, les workflows utilisent votre clé au lieu des clés hébergées par Sim. Si elle est supprimée, les workflows basculent automatiquement vers les clés hébergées. --- @@ -73,5 +73,5 @@ Pour les déploiements auto-hébergés, les fonctionnalités entreprise peuvent | `DISABLE_INVITATIONS`, `NEXT_PUBLIC_DISABLE_INVITATIONS` | Désactiver globalement les invitations aux espaces de travail/organisations | - BYOK est uniquement disponible sur Sim Studio hébergé. Les déploiements auto-hébergés configurent les clés de fournisseur d'IA directement via les variables d'environnement. + BYOK est uniquement disponible sur Sim hébergé. Les déploiements auto-hébergés configurent les clés de fournisseur d'IA directement via les variables d'environnement. diff --git a/apps/docs/content/docs/fr/self-hosting/docker.mdx b/apps/docs/content/docs/fr/self-hosting/docker.mdx index 75d049fc73..d4cd1ac17d 100644 --- a/apps/docs/content/docs/fr/self-hosting/docker.mdx +++ b/apps/docs/content/docs/fr/self-hosting/docker.mdx @@ -1,6 +1,6 @@ --- title: Docker -description: Déployer Sim Studio avec Docker Compose +description: Déployer Sim avec Docker Compose --- import { Tab, Tabs } from 'fumadocs-ui/components/tabs' diff --git a/apps/docs/content/docs/fr/self-hosting/environment-variables.mdx b/apps/docs/content/docs/fr/self-hosting/environment-variables.mdx index e9c542382e..dc428373a3 100644 --- a/apps/docs/content/docs/fr/self-hosting/environment-variables.mdx +++ b/apps/docs/content/docs/fr/self-hosting/environment-variables.mdx @@ -1,6 +1,6 @@ --- title: Variables d'environnement -description: Référence de configuration pour Sim Studio +description: Référence de configuration pour Sim --- import { Callout } from 'fumadocs-ui/components/callout' diff --git a/apps/docs/content/docs/fr/self-hosting/index.mdx b/apps/docs/content/docs/fr/self-hosting/index.mdx index 0da91c1185..bb52a8aa83 100644 --- a/apps/docs/content/docs/fr/self-hosting/index.mdx +++ b/apps/docs/content/docs/fr/self-hosting/index.mdx @@ -1,12 +1,12 @@ --- title: Auto-hébergement -description: Déployez Sim Studio sur votre propre infrastructure +description: Déployez Sim sur votre propre infrastructure --- import { Card, Cards } from 'fumadocs-ui/components/card' import { Callout } from 'fumadocs-ui/components/callout' -Déployez Sim Studio sur votre propre infrastructure avec Docker ou Kubernetes. +Déployez Sim sur votre propre infrastructure avec Docker ou Kubernetes. ## Prérequis diff --git a/apps/docs/content/docs/fr/self-hosting/kubernetes.mdx b/apps/docs/content/docs/fr/self-hosting/kubernetes.mdx index 892064eafd..398a0d8b45 100644 --- a/apps/docs/content/docs/fr/self-hosting/kubernetes.mdx +++ b/apps/docs/content/docs/fr/self-hosting/kubernetes.mdx @@ -1,6 +1,6 @@ --- title: Kubernetes -description: Déployer Sim Studio avec Helm +description: Déployer Sim avec Helm --- import { Tab, Tabs } from 'fumadocs-ui/components/tabs' diff --git a/apps/docs/content/docs/fr/self-hosting/platforms.mdx b/apps/docs/content/docs/fr/self-hosting/platforms.mdx index 694d23473a..826fe8fb07 100644 --- a/apps/docs/content/docs/fr/self-hosting/platforms.mdx +++ b/apps/docs/content/docs/fr/self-hosting/platforms.mdx @@ -1,6 +1,6 @@ --- title: Plateformes cloud -description: Déployer Sim Studio sur des plateformes cloud +description: Déployer Sim sur des plateformes cloud --- import { Tab, Tabs } from 'fumadocs-ui/components/tabs' @@ -64,7 +64,7 @@ sudo usermod -aG docker $USER docker --version ``` -### Déployer Sim Studio +### Déployer Sim ```bash git clone https://github.com/simstudioai/sim.git && cd sim diff --git a/apps/docs/content/docs/ja/enterprise/index.mdx b/apps/docs/content/docs/ja/enterprise/index.mdx index 1fc8dd6c5a..701acaaf4e 100644 --- a/apps/docs/content/docs/ja/enterprise/index.mdx +++ b/apps/docs/content/docs/ja/enterprise/index.mdx @@ -5,13 +5,13 @@ description: 高度なセキュリティとコンプライアンス要件を持 import { Callout } from 'fumadocs-ui/components/callout' -Sim Studio Enterpriseは、強化されたセキュリティ、コンプライアンス、管理要件を持つ組織向けの高度な機能を提供します。 +Sim Enterpriseは、強化されたセキュリティ、コンプライアンス、管理要件を持つ組織向けの高度な機能を提供します。 --- ## Bring Your Own Key (BYOK) -Sim Studioのホストキーの代わりに、AIモデルプロバイダー用の独自のAPIキーを使用できます。 +Simのホストキーの代わりに、AIモデルプロバイダー用の独自のAPIキーを使用できます。 ### 対応プロバイダー @@ -32,7 +32,7 @@ Sim Studioのホストキーの代わりに、AIモデルプロバイダー用 BYOKキーは保存時に暗号化されます。組織の管理者とオーナーのみがキーを管理できます。 -設定すると、ワークフローはSim Studioのホストキーの代わりに独自のキーを使用します。削除すると、ワークフローは自動的にホストキーにフォールバックします。 +設定すると、ワークフローはSimのホストキーの代わりに独自のキーを使用します。削除すると、ワークフローは自動的にホストキーにフォールバックします。 --- @@ -72,5 +72,5 @@ Sim Studioのホストキーの代わりに、AIモデルプロバイダー用 | `DISABLE_INVITATIONS`、`NEXT_PUBLIC_DISABLE_INVITATIONS` | ワークスペース/組織への招待をグローバルに無効化 | - BYOKはホスト型Sim Studioでのみ利用可能です。セルフホスト型デプロイメントでは、環境変数を介してAIプロバイダーキーを直接設定します。 + BYOKはホスト型Simでのみ利用可能です。セルフホスト型デプロイメントでは、環境変数を介してAIプロバイダーキーを直接設定します。 diff --git a/apps/docs/content/docs/ja/self-hosting/docker.mdx b/apps/docs/content/docs/ja/self-hosting/docker.mdx index c39ba2fc1b..7832a494c5 100644 --- a/apps/docs/content/docs/ja/self-hosting/docker.mdx +++ b/apps/docs/content/docs/ja/self-hosting/docker.mdx @@ -1,6 +1,6 @@ --- title: Docker -description: Docker Composeを使用してSim Studioをデプロイする +description: Docker Composeを使用してSimをデプロイする --- import { Tab, Tabs } from 'fumadocs-ui/components/tabs' diff --git a/apps/docs/content/docs/ja/self-hosting/environment-variables.mdx b/apps/docs/content/docs/ja/self-hosting/environment-variables.mdx index ccdb20de2c..bd3e2c5926 100644 --- a/apps/docs/content/docs/ja/self-hosting/environment-variables.mdx +++ b/apps/docs/content/docs/ja/self-hosting/environment-variables.mdx @@ -1,6 +1,6 @@ --- title: 環境変数 -description: Sim Studioの設定リファレンス +description: Simの設定リファレンス --- import { Callout } from 'fumadocs-ui/components/callout' diff --git a/apps/docs/content/docs/ja/self-hosting/index.mdx b/apps/docs/content/docs/ja/self-hosting/index.mdx index a97e7380f7..69ae41e6c2 100644 --- a/apps/docs/content/docs/ja/self-hosting/index.mdx +++ b/apps/docs/content/docs/ja/self-hosting/index.mdx @@ -1,12 +1,12 @@ --- title: セルフホスティング -description: 自社のインフラストラクチャにSim Studioをデプロイ +description: 自社のインフラストラクチャにSimをデプロイ --- import { Card, Cards } from 'fumadocs-ui/components/card' import { Callout } from 'fumadocs-ui/components/callout' -DockerまたはKubernetesを使用して、自社のインフラストラクチャにSim Studioをデプロイします。 +DockerまたはKubernetesを使用して、自社のインフラストラクチャにSimをデプロイします。 ## 要件 diff --git a/apps/docs/content/docs/ja/self-hosting/kubernetes.mdx b/apps/docs/content/docs/ja/self-hosting/kubernetes.mdx index 95e1638694..e4e53fafce 100644 --- a/apps/docs/content/docs/ja/self-hosting/kubernetes.mdx +++ b/apps/docs/content/docs/ja/self-hosting/kubernetes.mdx @@ -1,6 +1,6 @@ --- title: Kubernetes -description: Helmを使用してSim Studioをデプロイする +description: Helmを使用してSimをデプロイする --- import { Tab, Tabs } from 'fumadocs-ui/components/tabs' diff --git a/apps/docs/content/docs/ja/self-hosting/platforms.mdx b/apps/docs/content/docs/ja/self-hosting/platforms.mdx index b6779c4a63..7d43a5db92 100644 --- a/apps/docs/content/docs/ja/self-hosting/platforms.mdx +++ b/apps/docs/content/docs/ja/self-hosting/platforms.mdx @@ -1,6 +1,6 @@ --- title: クラウドプラットフォーム -description: クラウドプラットフォームにSim Studioをデプロイする +description: クラウドプラットフォームにSimをデプロイする --- import { Tab, Tabs } from 'fumadocs-ui/components/tabs' @@ -64,7 +64,7 @@ sudo usermod -aG docker $USER docker --version ``` -### Sim Studioのデプロイ +### Simのデプロイ ```bash git clone https://github.com/simstudioai/sim.git && cd sim diff --git a/apps/docs/content/docs/zh/enterprise/index.mdx b/apps/docs/content/docs/zh/enterprise/index.mdx index edef31636b..5202105091 100644 --- a/apps/docs/content/docs/zh/enterprise/index.mdx +++ b/apps/docs/content/docs/zh/enterprise/index.mdx @@ -5,13 +5,13 @@ description: 为具有高级安全性和合规性需求的组织提供企业级 import { Callout } from 'fumadocs-ui/components/callout' -Sim Studio 企业版为需要更高安全性、合规性和管理能力的组织提供高级功能。 +Sim 企业版为需要更高安全性、合规性和管理能力的组织提供高级功能。 --- ## 自带密钥(BYOK) -使用您自己的 API 密钥对接 AI 模型服务商,而不是使用 Sim Studio 托管的密钥。 +使用您自己的 API 密钥对接 AI 模型服务商,而不是使用 Sim 托管的密钥。 ### 支持的服务商 @@ -32,7 +32,7 @@ Sim Studio 企业版为需要更高安全性、合规性和管理能力的组织 BYOK 密钥静态加密存储。仅组织管理员和所有者可管理密钥。 -配置后,工作流将使用您的密钥而非 Sim Studio 托管密钥。如移除,工作流会自动切换回托管密钥。 +配置后,工作流将使用您的密钥而非 Sim 托管密钥。如移除,工作流会自动切换回托管密钥。 --- @@ -72,5 +72,5 @@ Sim Studio 企业版为需要更高安全性、合规性和管理能力的组织 | `DISABLE_INVITATIONS`,`NEXT_PUBLIC_DISABLE_INVITATIONS` | 全局禁用工作区/组织邀请 | - BYOK 仅适用于托管版 Sim Studio。自托管部署需通过环境变量直接配置 AI 提供商密钥。 + BYOK 仅适用于托管版 Sim。自托管部署需通过环境变量直接配置 AI 提供商密钥。 diff --git a/apps/docs/content/docs/zh/self-hosting/docker.mdx b/apps/docs/content/docs/zh/self-hosting/docker.mdx index 353487bbde..90900860c4 100644 --- a/apps/docs/content/docs/zh/self-hosting/docker.mdx +++ b/apps/docs/content/docs/zh/self-hosting/docker.mdx @@ -1,6 +1,6 @@ --- title: Docker -description: 使用 Docker Compose 部署 Sim Studio +description: 使用 Docker Compose 部署 Sim --- import { Tab, Tabs } from 'fumadocs-ui/components/tabs' diff --git a/apps/docs/content/docs/zh/self-hosting/environment-variables.mdx b/apps/docs/content/docs/zh/self-hosting/environment-variables.mdx index 330e3b5b3f..212751ab9b 100644 --- a/apps/docs/content/docs/zh/self-hosting/environment-variables.mdx +++ b/apps/docs/content/docs/zh/self-hosting/environment-variables.mdx @@ -1,6 +1,6 @@ --- title: 环境变量 -description: Sim Studio 的配置参考 +description: Sim 的配置参考 --- import { Callout } from 'fumadocs-ui/components/callout' diff --git a/apps/docs/content/docs/zh/self-hosting/index.mdx b/apps/docs/content/docs/zh/self-hosting/index.mdx index 0a66f0ad47..a2a4f4e50e 100644 --- a/apps/docs/content/docs/zh/self-hosting/index.mdx +++ b/apps/docs/content/docs/zh/self-hosting/index.mdx @@ -1,12 +1,12 @@ --- title: 自托管 -description: 在您自己的基础设施上部署 Sim Studio +description: 在您自己的基础设施上部署 Sim --- import { Card, Cards } from 'fumadocs-ui/components/card' import { Callout } from 'fumadocs-ui/components/callout' -使用 Docker 或 Kubernetes 在您自己的基础设施上部署 Sim Studio。 +使用 Docker 或 Kubernetes 在您自己的基础设施上部署 Sim。 ## 要求 diff --git a/apps/docs/content/docs/zh/self-hosting/kubernetes.mdx b/apps/docs/content/docs/zh/self-hosting/kubernetes.mdx index 69c88e967c..7041aa2994 100644 --- a/apps/docs/content/docs/zh/self-hosting/kubernetes.mdx +++ b/apps/docs/content/docs/zh/self-hosting/kubernetes.mdx @@ -1,6 +1,6 @@ --- title: Kubernetes -description: 使用 Helm 部署 Sim Studio +description: 使用 Helm 部署 Sim --- import { Tab, Tabs } from 'fumadocs-ui/components/tabs' diff --git a/apps/docs/content/docs/zh/self-hosting/platforms.mdx b/apps/docs/content/docs/zh/self-hosting/platforms.mdx index 5165cc5259..14c43fb9cc 100644 --- a/apps/docs/content/docs/zh/self-hosting/platforms.mdx +++ b/apps/docs/content/docs/zh/self-hosting/platforms.mdx @@ -1,6 +1,6 @@ --- title: 云平台 -description: 在云平台上部署 Sim Studio +description: 在云平台上部署 Sim --- import { Tab, Tabs } from 'fumadocs-ui/components/tabs' @@ -64,7 +64,7 @@ sudo usermod -aG docker $USER docker --version ``` -### 部署 Sim Studio +### 部署 Sim ```bash git clone https://github.com/simstudioai/sim.git && cd sim diff --git a/apps/sim/app/(landing)/components/structured-data.tsx b/apps/sim/app/(landing)/components/structured-data.tsx index 70d572c581..ba3d9e704e 100644 --- a/apps/sim/app/(landing)/components/structured-data.tsx +++ b/apps/sim/app/(landing)/components/structured-data.tsx @@ -6,7 +6,7 @@ export default function StructuredData() { '@type': 'Organization', '@id': 'https://sim.ai/#organization', name: 'Sim', - alternateName: 'Sim Studio', + alternateName: 'Sim', description: 'Open-source AI agent workflow builder used by developers at trail-blazing startups to Fortune 500 companies', url: 'https://sim.ai', diff --git a/apps/sim/app/page.tsx b/apps/sim/app/page.tsx index 88a57bfd65..4bd1e643a4 100644 --- a/apps/sim/app/page.tsx +++ b/apps/sim/app/page.tsx @@ -11,9 +11,9 @@ export const metadata: Metadata = { 'Open-source AI agent workflow builder used by 60,000+ developers. Build and deploy agentic workflows with a visual drag-and-drop canvas. Connect 100+ apps and ship SOC2 & HIPAA-ready AI automations from startups to Fortune 500.', keywords: 'AI agent workflow builder, agentic workflows, open source AI, visual workflow builder, AI automation, LLM workflows, AI agents, workflow automation, no-code AI, SOC2 compliant, HIPAA compliant, enterprise AI', - authors: [{ name: 'Sim Studio' }], - creator: 'Sim Studio', - publisher: 'Sim Studio', + authors: [{ name: 'Sim' }], + creator: 'Sim', + publisher: 'Sim', formatDetection: { email: false, address: false, diff --git a/apps/sim/blocks/blocks/a2a.ts b/apps/sim/blocks/blocks/a2a.ts index 9c49c058f3..a520028cff 100644 --- a/apps/sim/blocks/blocks/a2a.ts +++ b/apps/sim/blocks/blocks/a2a.ts @@ -59,7 +59,7 @@ export const A2ABlock: BlockConfig = { longDescription: 'Use the A2A (Agent-to-Agent) protocol to interact with external AI agents. ' + 'Send messages, query task status, cancel tasks, or discover agent capabilities. ' + - 'Compatible with any A2A-compliant agent including LangGraph, Google ADK, and other Sim Studio workflows.', + 'Compatible with any A2A-compliant agent including LangGraph, Google ADK, and other Sim workflows.', docsLink: 'https://docs.sim.ai/blocks/a2a', category: 'tools', bgColor: '#4151B5', diff --git a/apps/sim/lib/a2a/agent-card.ts b/apps/sim/lib/a2a/agent-card.ts index a350b8c224..6be2654ca1 100644 --- a/apps/sim/lib/a2a/agent-card.ts +++ b/apps/sim/lib/a2a/agent-card.ts @@ -42,7 +42,7 @@ interface AgentData { export function generateAgentCard(agent: AgentData, workflow: WorkflowData): AppAgentCard { const baseUrl = getBaseUrl() const description = - agent.description || workflow.description || `${agent.name} - A2A Agent powered by Sim Studio` + agent.description || workflow.description || `${agent.name} - A2A Agent powered by Sim` return { name: agent.name, @@ -51,7 +51,7 @@ export function generateAgentCard(agent: AgentData, workflow: WorkflowData): App protocolVersion: A2A_PROTOCOL_VERSION, documentationUrl: `${baseUrl}/docs/a2a`, provider: { - organization: 'Sim Studio', + organization: 'Sim', url: baseUrl, }, capabilities: { diff --git a/apps/sim/lib/copilot/prompts.ts b/apps/sim/lib/copilot/prompts.ts index 744cb909bb..713e97d221 100644 --- a/apps/sim/lib/copilot/prompts.ts +++ b/apps/sim/lib/copilot/prompts.ts @@ -1 +1 @@ -export const AGENT_MODE_SYSTEM_PROMPT = `You are a helpful AI assistant for Sim Studio, a powerful workflow automation platform.` +export const AGENT_MODE_SYSTEM_PROMPT = `You are a helpful AI assistant for Sim, a powerful workflow automation platform.` diff --git a/docker-compose.ollama.yml b/docker-compose.ollama.yml index b3bb574a9c..4f32929f92 100644 --- a/docker-compose.ollama.yml +++ b/docker-compose.ollama.yml @@ -1,7 +1,7 @@ name: sim-with-ollama services: - # Main Sim Studio Application + # Main Sim Application simstudio: build: context: .