From 94fa08ec4c4078eb94ccfffae087f3582320e186 Mon Sep 17 00:00:00 2001
From: Emir Karabeg
Date: Sat, 15 Feb 2025 13:08:51 -0800
Subject: [PATCH] Updated README
---
README.md | 60 ++++++++++---------------------------------------------
1 file changed, 11 insertions(+), 49 deletions(-)
diff --git a/README.md b/README.md
index 5bc14ee449..23f42a7c43 100644
--- a/README.md
+++ b/README.md
@@ -1,51 +1,26 @@
# Sim Studio
-
-
-
Agent Workflow Testing Platform
-
+-
-## Overview
+[](https://twitter.com/simstudio) [](https://opensource.org/licenses/MIT)
-Sim Studio is an open-source, drag-and-drop workflow builder designed specifically for developers to test and simulate API workflows. Think of it as Postman evolved - with a focus on visual workflow creation, real-time testing, and developer experience.
+**Sim Studio** is a powerful platform that provides developers and agents with a user-friendly environment for building, testing, and optimizing agentic workflows.
-### Key Features
+## Run
-- 🎨 **Visual Workflow Builder** - Intuitive drag-and-drop interface for creating complex API workflows
-- ⚡ **Fast & Responsive** - Built with performance in mind using Next.js
-- 🔄 **Real-time Testing** - Instant feedback as you build and modify your workflows
-- 🛠️ **Developer-First** - Created by developers, for developers
-- 📱 **Modern UI/UX** - Clean, intuitive interface that stays out of your way
+-
-## Icons Library
-
-Sim Studio comes with a comprehensive set of built-in icons for your workflows:
-
-`AirplaneIcon`, `AmbulanceIcon`, `ApiIcon`, `AtomIcon`, `BankIcon`, `BoatIcon`, `BrightIcon`, `CalendarIcon`, `CancelIcon`, `ChartBarIcon`, `ChromeIcon`, `CodeIcon`, `ComponentIcon`, `ConditionalIcon`, `CookieIcon`, `CrateIcon`, `CreditCardIcon`, `DatabaseIcon`, `DollarIcon`, `ElevatorIcon`, `ErrorIcon`, `MailIcon`, `MessagesIcon`, `NotificationsIcon`, `ReminderIcon`, `SectionIcon`, `SignalIcon`, `StudentIcon`, `TrashIcon`, `UploadIcon`, `WarnIcon`, `WorkIcon`
-
-All icons are available as React components and can be imported from `components/icons.tsx`:
-
-```tsx
-import { ApiIcon, CodeIcon, ErrorIcon } from '@/components/icons'
-
-// Usage
-
-;
-```
+1. Self-host
+2. [Join the Waitlist](https://simstudio.ai) for the cloud-hosted beta
## Getting Started
-### Prerequisites
-
-- Node.js 18.0 or later
-- npm (Node Package Manager)
-
-### Installation
+-
1. Clone the repository
```bash
-git clone https://github.com/emir-karabeg/sim.git
+git clone https://github.com/simstudioai/sim.git
cd sim-studio
```
@@ -63,13 +38,6 @@ npm run dev
4. Open [http://localhost:3000](http://localhost:3000) in your browser to see Sim Studio in action
-## Why Sim Studio?
-
-- **Easy to Use**: Visual workflow building that doesn't sacrifice power
-- **Fast**: Built on Next.js for optimal performance
-- **Reliable**: Robust testing capabilities you can trust
-- **Open Source**: Community-driven development and transparency
-
## Contributing
We welcome contributions! Please see our [Contributing Guide](CONTRIBUTING.md) for details.
@@ -78,16 +46,10 @@ We welcome contributions! Please see our [Contributing Guide](CONTRIBUTING.md) f
This project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.
-## Support
-
-- 📚 [Documentation](docs/README.md)
-- 💬 [Discord Community](your-discord-link)
-- 🐛 [Issue Tracker](issues)
-
## Acknowledgments
-Built with [Next.js](https://nextjs.org/) and lots of ☕
+Built with [Next.js](https://nextjs.org/), [React Flow](https://reactflow.dev/), [Zustand](https://zustand-demo.pmnd.rs/), [Shadcn/ui](https://ui.shadcn.com/), [Tailwind CSS](https://tailwindcss.com/) and lots of ☕
----
+-
Made with ❤️ by the Sim Studio Team