Posts

Which is better? AppSmith or Retool - a walk through from UX perspective

Image
 Which is better? AppSmith or Retool - a walk through from UX perspective By Haonan Chen Appsmith and Retool, both renowned no-code platforms/tools, assert that they empower users with limited programming skills to develop applications and automate workflows. Typical applications that users can construct on these no-code platforms encompass: App development, create common mobile/desktop/web applications Workflow automation, automate repetive tasks and processes Data integration, connect data sources to extr act or visualize wanted information ... In this blog, I will guide you through the CRUD tasks using the aforementioned two no-code platforms, illustrating the creation of a management tool for a blog website. This tool allows managers to perform Create, Retrieve, Update, and Delete (CRUD) operations on relevant data records. I will specifically focus on the data retrieval process as CRUD tasks share similarities in their implementation across these two platforms. I'll compare th...