diff --git a/README.md b/README.md
index 88dc99f7c1f..40118f75503 100644
--- a/README.md
+++ b/README.md
@@ -12,7 +12,7 @@
-
+
@@ -35,7 +35,7 @@ Open [http://localhost:3000](http://localhost:3000)
Docker must be installed and running. Use `-p, --port ` to run Sim on a different port, or `--no-pull` to skip pulling the latest Docker images.
-
+
## Capabilities
@@ -46,6 +46,33 @@ Docker must be installed and running. Use `-p, --port ` to run Sim on a di
- Ingest files, knowledge bases, and structured table data
- Monitor runs, logs, schedules, and workflow activity
+## One workspace, every surface
+
+Chat and workflows are just the start — tables, files, knowledge, and scheduled tasks all live in the same workspace.
+
+
+
+
+
+ Tables — a database, built in
+ |
+
+
+ Files — one store for your team and every agent
+ |
+
+
+
+
+ Knowledge — your agents' memory
+ |
+
+
+ Scheduled tasks — runs on your schedule
+ |
+
+
+
## Self-hosting
### Docker Compose
@@ -120,6 +147,9 @@ See the [environment variables reference](https://docs.sim.ai/self-hosting/envir
## Tech Stack
+
+Next.js · Bun · PostgreSQL · Drizzle · Better Auth · Tailwind — and the rest of the stack
+
- **Framework**: [Next.js](https://nextjs.org/) (App Router)
- **Runtime**: [Bun](https://bun.sh/)
- **Database**: PostgreSQL with [Drizzle ORM](https://orm.drizzle.team)
@@ -136,6 +166,8 @@ See the [environment variables reference](https://docs.sim.ai/self-hosting/envir
- **Remote Code Execution**: [E2B](https://www.e2b.dev/)
- **Isolated Code Execution**: [isolated-vm](https://github.com/laverdet/isolated-vm)
+
+
## Contributing
We welcome contributions! Please see our [Contributing Guide](.github/CONTRIBUTING.md) for details.
diff --git a/apps/sim/public/static/readme-banner.png b/apps/sim/public/static/readme-banner.png
new file mode 100644
index 00000000000..c52e0202250
Binary files /dev/null and b/apps/sim/public/static/readme-banner.png differ
diff --git a/apps/sim/public/static/readme-files.png b/apps/sim/public/static/readme-files.png
new file mode 100644
index 00000000000..54c0aef590e
Binary files /dev/null and b/apps/sim/public/static/readme-files.png differ
diff --git a/apps/sim/public/static/readme-hero.gif b/apps/sim/public/static/readme-hero.gif
deleted file mode 100644
index a652ca1ebd9..00000000000
Binary files a/apps/sim/public/static/readme-hero.gif and /dev/null differ
diff --git a/apps/sim/public/static/readme-knowledge.png b/apps/sim/public/static/readme-knowledge.png
new file mode 100644
index 00000000000..5b042b9f244
Binary files /dev/null and b/apps/sim/public/static/readme-knowledge.png differ
diff --git a/apps/sim/public/static/readme-platform.png b/apps/sim/public/static/readme-platform.png
new file mode 100644
index 00000000000..1d755e37152
Binary files /dev/null and b/apps/sim/public/static/readme-platform.png differ
diff --git a/apps/sim/public/static/readme-scheduled-tasks.png b/apps/sim/public/static/readme-scheduled-tasks.png
new file mode 100644
index 00000000000..57eaa363874
Binary files /dev/null and b/apps/sim/public/static/readme-scheduled-tasks.png differ
diff --git a/apps/sim/public/static/readme-tables.png b/apps/sim/public/static/readme-tables.png
new file mode 100644
index 00000000000..cd9a399461b
Binary files /dev/null and b/apps/sim/public/static/readme-tables.png differ
diff --git a/apps/sim/public/static/readme-tour.gif b/apps/sim/public/static/readme-tour.gif
deleted file mode 100644
index 8f37bc94152..00000000000
Binary files a/apps/sim/public/static/readme-tour.gif and /dev/null differ