lowcoder-ce-frontend
Create software applications for your Company and your Customers with minimal coding experience.
10K+
Create software applications (internal and customer-facing!) and Meeting/Collaboration tools for your Company and your Customers with minimal coding experience.
Lowcoder wants to take a step forward. More specifically, Lowcoder is:
Visual UI builder with 50+ built-in components. Save 90% of time to build apps.
Modules for reusable (!) component sets in the UI builder.
Embed Lowcoder Apps as native parts of any Website instead of iFrame (!). Demoā
Video Meeting Components to create your own individual Web-Meeting tool.
Query Library for reusable data queries of your data sources.
Custom components to develop own components and use them in the UI builder.
Native Data connections to PostgreSQL, MongoDB, MySQL, Redis, Elasticsearch, REST API, SMTP, etc.
Stream Data connections to Websockets for realtime data updates & collaboration
JavaScript supported everywhere to transform data, control components, etc.
Role-based access control (RBAC) for granular permission management.
Auto-saved and restorable history for release and version control.
App Themes and Theme Editor to precisely align with your company's brand guidelines.
Self Hosting to use Lowcoder in your internal company network, even behind the firewall.
Free Community Cloud to start within a minute and build your first Apps. Start hereā
If you have any questions, please feel free to contact us or share them with our community. Our team is here ready to help. And we mean it... Day by day!
š® Best way is to chat with us on Discordā
š Search for solutions in our Documentationā
š Submit an issue here on GitHubā
This image builds and delivers the React Frontend Application, which is needed to run Lowcoder platform in a multi-image setup. After startup, the image provides a delivery of the Lowcoder Frontend App as static files. Please also look at the docker-compose fileā . You need to name the addresses of the API Service and Node Service for the Frontend, so all application parts can work well together.
The Image can be configured by setting environment variables.
| Environment variable | Description | Value |
|---|---|---|
LOWCODER_PUID | ID of user running services. It will own all created logs and data. | 9001 |
LOWCODER_PGID | ID of group of the user running services. | 9001 |
LOWCODER_MAX_QUERY_TIMEOUT | Lowcoder max query timeout (in seconds) | 120 |
LOWCODER_MAX_REQUEST_SIZE | Lowcoder max request size | 20m |
LOWCODER_API_SERVICE_URL | Lowcoder API service URL | http://localhost:8080 |
LOWCODER_NODE_SERVICE_URL | Lowcoder Node service (js executor) URL | http://localhost:6060 |
Content type
Image
Digest
sha256:f10c1ac52ā¦
Size
102.6 MB
Last updated
3 months ago
docker pull lowcoderorg/lowcoder-ce-frontend:dev