Lowcoder Documentation
  • Lowcoder overview
    • The "Hello World" walk
  • 🆕Setup and run
    • Cloud & Private Cloud
    • Self-hosting
      • Google Cloud Platform
      • Easypanel
      • Heroku
      • Raspberry Pi
      • Access local database or API
      • Update MongoDB Versions
      • Lowcoder Version Update
      • Traefik loadbalancer
      • SMTP Server
      • Migration from Openblocks
    • Security
  • 🏨Workspaces & Teamwork
    • Workspaces
      • SAAS Mode
      • Enterprise Mode
    • Members and Groups
    • Permissions for Resources
    • OAuth
      • KeyCloak
      • Google
      • GitHub
      • Generic OAuth Provider
    • Query library
    • Lowcoder Marketplace
  • ✨Build Applications
    • Create a new App
      • App(s) Navigation
      • Modules
      • Version and Release Management
    • App Editor
      • Query & Editing Roundtrips
      • Bulk Editing
      • Keyboard shortcuts
      • Data selection & Javascript
      • Layers
      • Visual Components
        • Common Component Settings
        • Messages / Toast
        • Dashboard & Reporting
          • Table
          • Charts and graphs
            • Bar Chart
            • Line Chart
            • Pie Chart
            • Scatter Chart
            • CandleStick Chart
            • Funnel Chart
            • Gauge Chart
            • Graph Chart
            • Heatmap Chart
            • Radar Chart
            • Sankey Chart
            • Suburst Chart
            • Theme River Chart
            • Tree Chart
            • Treemap Chart
            • Mermaid Chart
          • Google Maps
        • Layout & Navigation
          • List View
          • Drawer
          • Modal
          • Navigation
          • Cascader
          • Tree / Tree Select
          • Link
          • Floating Button
          • Text
          • Step Control
          • Page Layout
          • Content Card
          • Tabbed Container
        • Data Collection & Forms
          • Form
          • Input Field Types
          • JSON Schema Form
        • Meeting & Collaboration
        • Project Management
        • Calendar & Scheduling
          • Calendar
          • Date & Date Range
          • Time & Time Range
        • Document & File Management
          • File upload
        • Item & Signature Handling
        • Multimedia & Animation
          • Image
        • Integration & Extension
        • Legacy & Deprecated
      • Option lists
      • Date handling
      • Use Markdown
    • App Interaction
      • Event handlers
    • Themes & Styling
      • Design an efficient and user-friendly form
      • Customize Styles
      • Component Styling Possibilities
    • Video Calls in Lowcoder
  • 🚀Connect your Data
    • Data source basics
      • Configure IP allowlists
    • Data sources in Lowcoder
      • APIs as Datasource
        • REST API
        • GraphQL
        • Google Sheets
      • SQL Databases
        • MySQL
        • MariaDB
        • Supabase
          • Supabase PostgreSQL
          • Supabase Assets API
          • Supabase RealTime
          • Supabase OAuth
        • PostgreSQL
        • Microsoft SQL Server
        • Oracle
      • NoSQL Databases
        • MongoDB
        • CouchDB
        • DynamoDB
      • InMemory Databases
        • Redis
      • File Storages
        • S3 File Storage
      • BigData & OLAP
        • Big Query
        • Snowflake
        • ClickHouse
        • Elasticsearch
      • Websocket Datasource
    • Query basics
      • Bind Query Data to Components
      • Query library
  • 🪄Workflows
    • n8n Integration
  • 💫Business Logic in Apps
    • Write JavaScript
      • JavaScript query
      • Temporary state
      • Transformers
      • Data responder
      • Built-in JS functions
  • 🙌Publish Apps
    • Share an App
    • Publish an App
    • Embed an App
      • Embed App in HTML Pages
      • Embed App in WordPress Pages
      • Embed Apps in React
      • Embed Apps in NEXT.JS
      • Native embed SDK
        • Build the SDK from Source
  • 🔥Lowcoder Extension
    • Opensource Contribution
      • Develop UI components for Apps
      • Develop Data Source Plugins
    • Use third-party libraries in Apps
      • Day.js Date handling
      • Import your own JavaScript Library
    • Custom component
    • Lowcoder Open REST API
  • Lowcoder for Enterprise
    • Custom branding
Powered by GitBook
LogoLogo

More to try...

  • Lowcoder Website
  • Free Cloud Platform
  • Github
  • Discord

© Lowcoder Software LTD

On this page
  • Publishing States
  • Publishing Scope
  • Access Control
  • Marketplace Publishing
  • Workflow for Publishing an App
  • Adding Title, Description, Category and Icon

Was this helpful?

  1. Publish Apps

Publish an App

PreviousShare an AppNextEmbed an App

Last updated 10 months ago

Was this helpful?

Publishing an app in Lowcoder transitions it from a Editing State to a live (published) state. This allows users to access and interact with the app based on the sharing and publishing settings defined by the App Creator.

Publishing States

  1. Editing State:

    • Apps in this state can only be accessed via the /preview endpoint by allowing users and user groups.

    • Changes made to the app are reflected in real-time during editing but are not visible to end-users until published.

  2. Published State:

    • The app's most recent version at the time of publishing becomes the official published version.

    • The published version remains unchanged until a new publish action is performed, even if further edits are made to the app in the meantime.

    • Published apps are accessible via the /view endpoint.

Publishing Scope

An app can be published with different scopes, determining who can access the app:

  1. Selected User Groups or Users:

    • Only those with explicit access will be able to view the app. This option allows the app to be viewed by allowed users via the /view endpoint.

  2. Public to All:

    • The app can be published as "public to all", making it accessible to anyone, including non-logged-in users and users from different workspaces.

    • This option allows the app to be viewed by anyone via the /view endpoint.

Access Control

  • If an app is not shared publicly and a user without the appropriate permissions try to access it, an error message will be displayed.

  • For anonymous users (not logged in), attempting to access a non-public app will redirect them to the /user/auth endpoint for sign-in or sign-up.

Marketplace Publishing

Apps can also be published to Lowcoder marketplaces:

  1. Public to Marketplace:

    • After sharing the app as "public to all", it can be further published to the marketplace.

    • This makes the app available in the marketplace listings, either globally at app.lowcoder.cloud or within individual Lowcoder installations.

Workflow for Publishing an App

  1. Development and Preview:

    • Develop the app in the editing state.

    • Use the /preview endpoint to test and view changes during development.

  2. Publish the App:

    • Select the appropriate user groups, users, or choose to make the app "public to all". in the "Share" dialogue.

    • When ready, publish the app to create the official live version.

    • The published app is now accessible via the /view endpoint.

  3. Marketplace Publication (Optional):

    • If desired, mark the app as "public to All" in the sharing dialogue. Now you can see the second option switch "Public to marketplace"

    • Then, publish the app to the marketplace as you publish other apps too.

    • The app will be listed in the global or local Lowcoder marketplace.

Global Marketplace means, if you published the app for the Marketplace on app.lowcoder.cloud

Adding Title, Description, Category and Icon

In the left App-Settings Menu, you can add Title, Description, Category, and an Icon to your App, so the display is informative.

The app can be published () to specific user groups or individual users within a workspace.

🙌
shared
Adding Application Meta Information help to make the app display informative.