Low-code platform allows you to build business apps, enables you to quickly create internal tools such as dashboard, crud app, admin panel, crm, cms, etc. Supports PostgreSQL, MySQL, Supabase, GraphQL, MongoDB, MSSQL, Rest API, Hugging Face, Redis, etc. Automate workflows with schedule or webhook. Open source Retool.
docker pull illacloud/illa-builder:latest
docker run -d --name illa-builder --restart always illacloud/illa-builder:latest
FROM nginx:alpine
ADD docker-config/nginx-root.conf /etc/nginx/nginx.conf
ADD docker-config/illa-builder.conf /etc/nginx/conf.d/app.conf
ADD dist/index.html /usr/share/nginx/html/index.html
ADD dist/assets /usr/share/nginx/html/assets