Create complex interfaces quickly
- table widget - display tabular data, filter, free-text-search, server side filtering, pagination
- focus only on business logic - you don't need to write bolierplate frontend code, no HTML, no CSS.
- Javascript or Python to code all of your business logic quicly
- builtin editor for easy development
- Slack community support, small, but helpful community
- You can even use it to create simple landing pages
- Self hosted - dockerized image, you can run it beside your database server
- Integrate with various databases and APIs - I only use it with a custom-tailored REST API, but you can connect to lot of databases directly as well. Review collected by and hosted on G2.com.
- built on top of react, sometimes gets slow - use pagination for displaying larger datasets
- table widget crashes sometimes, but usually because error in my javascript code
- For the time being the easy-to-use Cloud only hosted in us-east-1. If you're data center / database in Europe, inteface will be slower, as latency is high. However, I talked with some folks from Tooljet,and they are planning to deploy the cloud service in multiple regions in the future. For now, you can self-host. Review collected by and hosted on G2.com.
