Great software for people with some experience developing software.
What do you like best about the product?
Appsmith offers a decently powerful interface to easily create CRUD interfaces to a variety of databases and other integrations
With helpers towards some of the most consistent tasks .
By allowing you to use arbitrary SQL, JavaScript code, you are empowered to transform the data without limitations, within the confines of the application.
It's typically deployed as a monolithic OCI container, which makes it easy to deploy.
With helpers towards some of the most consistent tasks .
By allowing you to use arbitrary SQL, JavaScript code, you are empowered to transform the data without limitations, within the confines of the application.
It's typically deployed as a monolithic OCI container, which makes it easy to deploy.
What do you dislike about the product?
Compared to other low code platforms, the usecases that are streamlimited are fewer.
For example, it has no integrated way to output an URL with properly encoded RFC 3986 format, however, it is capable of using the JS function encodeURIComponent() and encodeURI() to the same end.
For example, it has no integrated way to output an URL with properly encoded RFC 3986 format, however, it is capable of using the JS function encodeURIComponent() and encodeURI() to the same end.
What problems is the product solving and how is that benefiting you?
It allows us to create frontend to our applications and databases much faster and with much lower complexity.
There are no comments to display