diff --git a/.claude/rules/constitution.md b/.claude/rules/constitution.md
index 6881c060ee8..62dd7df3c56 100644
--- a/.claude/rules/constitution.md
+++ b/.claude/rules/constitution.md
@@ -23,7 +23,8 @@ Sim is the **AI workspace** where teams build and run AI agents. Not a workflow
| The product | "AI workspace" | "workflow tool", "automation platform", "agent framework" |
| Building | "build agents", "create agents" | "create workflows" (unless describing the workflow module specifically) |
| Visual builder | "workflow builder" or "visual builder" | "canvas", "graph editor" |
-| Mothership | "Mothership" (capitalized) | "chat", "AI assistant", "copilot" |
+| The agent | "Sim" — you talk to Sim | "Mothership", "copilot", "AI assistant" |
+| The chat surface | "Chat" (capitalized, the module) | "Mothership", "copilot" |
| Deployment | "deploy", "ship" | "publish", "activate" |
| Audience | "teams", "builders" | "users", "customers" (in marketing copy) |
| What agents do | "automate real work" | "automate tasks", "automate workflows" |
@@ -50,7 +51,7 @@ When describing Sim, always lead with the most differentiated claim:
| Module | One-liner |
|--------|-----------|
-| **Mothership** | Your AI command center. Build and manage everything in natural language. |
+| **Chat** | Your AI command center. Talk to Sim — build and manage everything in natural language. |
| **Workflows** | The visual builder. Connect blocks, models, and integrations into agent logic. |
| **Knowledge Base** | Your agents' memory. Upload docs, sync sources, build vector databases. |
| **Tables** | A database, built in. Store, query, and wire structured data into agent runs. |
@@ -65,7 +66,8 @@ When describing Sim, always lead with the most differentiated claim:
- Never promise unshipped features
- Never use jargon ("RAG", "vector database", "MCP") without plain-English explanation on public pages
- Avoid "agentic workforce" as a primary term — use "AI agents"
+- Never say "Mothership" or "copilot" — the agent is "Sim", the surface is "Chat" (in run logs the trigger reads "Sim agent")
## Vision
-Sim becomes the default environment where teams build AI agents — not a tool you visit for one task, but a workspace you live in. Workflows are one module; Mothership is another. The workspace is the constant; the interface adapts.
+Sim becomes the default environment where teams build AI agents — not a tool you visit for one task, but a workspace you live in. Workflows are one module; Chat is another. The workspace is the constant; the interface adapts.
diff --git a/README.md b/README.md
index 6a8508bcc3c..90246943df1 100644
--- a/README.md
+++ b/README.md
@@ -21,18 +21,18 @@
-
+
-
+
@@ -138,11 +138,11 @@ bun run dev:full # Starts Next.js app and realtime socket server
Or run separately: `bun run dev` (Next.js) and `cd apps/sim && bun run dev:sockets` (realtime).
-## Copilot API Keys
+## Chat API Keys
-Copilot is a Sim-managed service. To use Copilot on a self-hosted instance:
+Chat is a Sim-managed service. To use Chat on a self-hosted instance:
-- Go to https://sim.ai → Settings → Copilot and generate a Copilot API key
+- Go to https://sim.ai → Settings → Chat keys and generate a Chat API key
- Set `COPILOT_API_KEY` environment variable in your self-hosted apps/sim/.env file to that value
## Environment Variables
diff --git a/apps/docs/content/docs/en/integrations/incidentio.mdx b/apps/docs/content/docs/en/integrations/incidentio.mdx
index 43c1bf81c60..919f8cf00f0 100644
--- a/apps/docs/content/docs/en/integrations/incidentio.mdx
+++ b/apps/docs/content/docs/en/integrations/incidentio.mdx
@@ -1,5 +1,5 @@
---
-title: incidentio
+title: incident.io
description: Manage incidents with incident.io
---
diff --git a/apps/sim/app/(landing)/components/features/features.tsx b/apps/sim/app/(landing)/components/features/features.tsx
index e30cf62e516..abca2c74d9f 100644
--- a/apps/sim/app/(landing)/components/features/features.tsx
+++ b/apps/sim/app/(landing)/components/features/features.tsx
@@ -41,12 +41,12 @@ interface FeatureTab {
const FEATURE_TABS: FeatureTab[] = [
{
- label: 'Mothership',
+ label: 'Chat',
color: '#FA4EDF',
title: 'Your AI command center',
description:
'Direct your entire AI workforce from one place. Build agents, spin up workflows, query tables, and manage every resource across your workspace — in natural language.',
- cta: 'Explore mothership',
+ cta: 'Explore chat',
segments: [
[0.3, 8],
[0.25, 10],
@@ -186,7 +186,7 @@ export default function Features() {
Workspace
- Sim's workspace includes four core features: Mothership, an AI command center for + Sim's workspace includes four core features: Chat, an AI command center for natural-language control of your entire workspace; Tables, a built-in database for filtering, sorting, and wiring data directly into workflows; Files, a shared document store for uploading, creating, and sharing documents, spreadsheets, and media across diff --git a/apps/sim/app/(landing)/components/footer/footer.tsx b/apps/sim/app/(landing)/components/footer/footer.tsx index 60767274a8b..9e06300511c 100644 --- a/apps/sim/app/(landing)/components/footer/footer.tsx +++ b/apps/sim/app/(landing)/components/footer/footer.tsx @@ -14,7 +14,7 @@ interface FooterItem { } const PRODUCT_LINKS: FooterItem[] = [ - { label: 'Mothership', href: 'https://docs.sim.ai/mothership', external: true }, + { label: 'Chat', href: 'https://docs.sim.ai/mothership', external: true }, { label: 'Workflows', href: 'https://docs.sim.ai', external: true }, { label: 'Knowledge Base', href: 'https://docs.sim.ai/knowledgebase', external: true }, { label: 'Tables', href: 'https://docs.sim.ai/tables', external: true }, diff --git a/apps/sim/app/(landing)/components/hero/hero.tsx b/apps/sim/app/(landing)/components/hero/hero.tsx index baf93168b4c..512630ecb1a 100644 --- a/apps/sim/app/(landing)/components/hero/hero.tsx +++ b/apps/sim/app/(landing)/components/hero/hero.tsx @@ -44,7 +44,7 @@ export default function Hero() { Sim is the open-source AI workspace where teams build, deploy, and manage AI agents. Connect 1,000+ integrations and every major LLM, including OpenAI, Anthropic Claude, Google Gemini, Mistral, and xAI Grok, to create agents that automate real work. Build agents visually with - the workflow builder, conversationally through Mothership, or programmatically with the API. + the workflow builder, conversationally through Chat, or programmatically with the API. Trusted by over 100,000 builders at startups and Fortune 500 companies. SOC2 compliant.
diff --git a/apps/sim/app/(landing)/components/landing-preview/components/landing-preview-home/landing-preview-home.tsx b/apps/sim/app/(landing)/components/landing-preview/components/landing-preview-home/landing-preview-home.tsx index 3f411f608c5..249ddaea85f 100644 --- a/apps/sim/app/(landing)/components/landing-preview/components/landing-preview-home/landing-preview-home.tsx +++ b/apps/sim/app/(landing)/components/landing-preview/components/landing-preview-home/landing-preview-home.tsx @@ -218,7 +218,7 @@ export const LandingPreviewHome = memo(function LandingPreviewHome({| - {col.header} - | - ) - } - const isActive = internalSort.column === col.id - const SortIcon = internalSort.direction === 'asc' ? ArrowUp : ArrowDown - return ( -- - | - ) - })} + {columns.map((col) => ( ++ {col.header} + | + ))} - {displayRows.map((row) => ( + {rows.map((row) => (
|---|