App Market

Bundle one or more tables (with their views, reports, web forms, and flows) into a template, then publish it for other InfoLobby users to install in one click. Other users install your template into their own workspace, modify it as much as they want, and start from it instead of a blank table.

InfoLobby distinguishes two kinds, derived automatically from how many tables you bundle:

  • App Template — a bundle of exactly one table.
  • Workspace Template — a bundle of two or more tables (closer to a full workspace setup).

You don't pick the type; the label flips automatically as you tick tables when publishing.

Record data is never shared. Templates are schema only.

Browse and install

Open the user menu in the header and choose App Market, or go to /app-market.

  1. Pick a template from the hub. The card shows whether it's an App Template or a Workspace Template.
  2. The detail page shows the publisher, what tables come with it, and a preview of each.
  3. Click Install Template. If you are logged out, you log in first and come back.
  4. Choose a default workspace — create new, or pick an existing one.
  5. For each table in the template, choose a destination:
    • (use default) — goes to the default workspace.
    • Create new in — different tables can land in different workspaces.
    • **Use existing:

<

table>** — merge into a table you already have. Lookups between template tables will rewire to it. 6. If the template references tables not included in it (external lookups), pick a target table for each. 7. Click Install.

Whether each flow ships with the template is decided by the publisher — there's nothing to choose for flows at install time.

You'll see installed templates in Account → App Templates → Installed Templates.

Publish a template

Open Account → App Templates and click Create New Template.

Field Purpose
Title Display name on the public listing.
Short Description One-liner shown on the App Market card.
Details (Markdown) Full description on the template's detail page. Markdown is sanitized — script tags and javascript: links are stripped.
Cover Image URL A png/jpg/gif/webp URL, max 5 MB. InfoLobby downloads and rehosts the image — hot-linking is not allowed.
Publish to the App Market When ticked, the template appears at /app-market/<slug> and on the hub.
Tables in this template Tick to include; drag to reorder. Tables from any of your workspaces are eligible. The label below switches between App Template and Workspace Template as you tick boxes.
Flows in this template After picking tables, each table's flows are listed with a checkbox. Uncheck any flow that should not ship with the template.
Edits to a published template take effect on the public listing immediately. There are no drafts or versions in v1 — make sure your tables, views, and flows are ready before you publish.

Uninstall

In Account → App Templates → Installed Templates, click the Forget icon to remove an install record from your list. Your tables and data are not touched. If you also want to remove the tables, delete them from each workspace using the standard table-delete flow.

What gets installed

Included Not included
Tables and fields Records
Views Comments / activity
Reports Attachments tied to records
Web forms External webform embed URLs
Flows (with field/table references rewired) Integrations referenced by flows (you re-create these under /integrations)
Lookup fields, rewired to the imported tables External lookup references to tables not in the template

If the template references an integration name that you don't have, the install will create the flows anyway and surface a warning so you know what to add under /integrations.

Notes

  • Each install creates a new row in your installed-templates list, even if you re-install the same template.
  • Install count is shown on each public template card.
  • Cross-workspace templates are supported: a single Workspace Template can bundle tables from any of your workspaces.