Skip to main content

Quome App Builder

Quome's App Builder is an AI agent that takes a natural language prompt as input and outputs a full-stack application. You can use the App Builder directly from our SaaS application's UI.

Prompting the App Builder

The quality of the apps generated using our App Builder depends on the quality of the prompts used as input. To help you craft the best prompts, we have incorporated a 4-step framework into our UI that has been shown to work well for reasoning models:

  1. Goal
  2. Return format
  3. Warnings or constraints
  4. Context dump

Here's an example prompt that uses the framework:

Prompt guide

Tip

For the best results, use the prompt framework above to update, remove, or add features in your app. We have found that it works best to iteratively build your app workflow by workflow using this framework, rather than trying to build the whole app with a single prompt.

Deploying your App

Deploy your app when you're ready to show it to others, such as your team members, investors, potential customers or users, or leaders within your organization. To deploy your app in Quome Cloud, just click the "Deploy" button in the App Builder screen.

When your app is deploying, Quome will do a number of things under the hood, including:

  • Build and push your app + SQLite database as a stateless container so you don't have to worry about dependencies and compatibility with any infrastructure.
  • Issue a certificate so your app traffic is encrypted
  • Generate a SBOM (Software Bill of Materials) as a record of all the software dependencies used by your app
  • Set up persistent storage for your SQLite database to make sure your app's data isn't erased for any reason
  • Register DNS so you can access your app live on the internet

After your app is deployed, use the generated URL to view your app--it's now live on the Internet. Copy the URL and share your app with your key stakeholders.

Add, Update, or Remove Features

You can always edit your app by adding, updating, or removing features. Simply navigate to your app tile in the My Apps page and click the "Edit with AI" button on the tile. The agent will let you pick up where you left off.

Feature Request?

We are constantly building and testing new features to improve the usability and security of the App Builder. Please feel free to reach out to support@quome.site with any feature requests and we will respond!