What are the differences between Appsmith and Retool?<p>- Multi page apps. We focus on allowing you to create multi page apps that are performant and don't force this by making you create a folder or use nested tabs<p>- Focused on building a pro-developer experience. Our goal is to make Appsmith closer to an IDE, which is reflected in our UI today. Soon you'll find a debugger and a code editor that will allow you to write code in a comfortable environment instead of small boxes spread out around the application.<p>- Complex workflows. For example instead of triggering what happens after API1 in an API, in appsmith you can configure this when the API is called in the widget. So when you click a button you can say {{ Input1.value === "" ? API1.run() ; API2.run() }}<p>We are actively building more integrations and features. Our current roadmap is here: <a href="https://github.com/appsmithorg/appsmith/projects" rel="nofollow">https://github.com/appsmithorg/appsmith/projects</a>