Skip to Content

WebApp Builder

Describe the app you want in the chat, and AI will write the code and deploy it to a publicly accessible URL — no development environment or deployment setup required.

WebApp Builder is only available in Chat. It is not supported in Agent.


How to Use

1. Enable Web-app Mode

Click the + button at the bottom of the chat input and select Build a web app.

Once enabled, the tools needed to build and deploy the app are activated for the AI.

Selecting Web-app mode

2. Describe the App You Want

Enter a description of the app in natural language. The more specific you are about what information to display and what actions should be available, the closer the result will be to what you have in mind.

Example requests:

  • “Create a dashboard showing monthly sales data as a bar chart”
  • “Build an app where team members can add tasks and check them off”
  • “Make a page that lists products as cards with a search feature”

When the AI finishes, it will provide an accessible URL for the app.

app.querypie.com/w/{app-name}

Updating an App

To modify an existing app, make a new request and mention the same app name. The existing URL is preserved and only the content is updated. If the app name changes, a new app is created.

Note: App deletion is not currently supported.


Access Scope

Apps are public by default. You can specify a different scope by requesting it in the chat.

ScopeWho Can AccessDefault
PublicAnyone, without login
OrganizationLogged-in users in the same organization
PrivateOwner only

Example request: “Make it visible only to people in our organization” → Deployed as organization scope


Troubleshooting

Error pages when accessing a deployed app

Private Web App (Login Required)

  • Cause: Accessing an app that requires login while not logged in
  • Resolution: Log in and try again

Access Denied

  • Cause: Accessing an app set to organization or private scope without the required permissions
  • Resolution: Ask the app owner to change the access scope

Web App Not Found

  • Cause: Incorrect URL or app does not exist
  • Resolution: Verify the URL or contact the app owner

Summary

  • Describe your app in natural language in chat — AI handles the build and deployment automatically
  • Receive an accessible URL immediately after deployment
  • Set access scope to public / organization / private
  • Re-request with the same app name to update while keeping the URL
Last updated on