App Market
Bundle one or more tables (with their views, web forms, and flows) into an App Pack, then publish it for other InfoLobby users to install in one click. Other users install your pack into their own workspace and start from your template instead of a blank table.
Record data is never shared. Packs are schema templates only.
Browse and install
Open the user menu in the header and choose App Market, or go to /app-market.
- Pick a pack from the hub.
- The detail page shows the publisher, what tables come with it, and a preview of each.
- Click Install Pack. If you are logged out, you log in first and come back.
- Choose a default workspace — create new, or pick an existing one.
- For each pack table, 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 pack tables will rewire to it. 6. If the pack references tables not included in it (external lookups), pick a target table for each. 7. Click Install.
Whether each flow ships with the pack is decided by the publisher — there's nothing to choose for flows at install time.
You'll see installed packs in Account → App Packs → Installed Packs.
Publish a pack
Open Account → App Packs and click Create New Pack.
| 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 pack 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 pack appears at /app-market/<slug> and on the hub. |
| Tables in this pack | Tick to include; drag to reorder. Tables from any of your workspaces are eligible. |
| Flows in this pack | After picking tables, each table's flows are listed with a checkbox. Uncheck any flow that should not ship with the pack. |
Uninstall
In Account → App Packs → Installed Packs, 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 |
| Web forms | Attachments tied to records |
| 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 pack |
If the pack 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-packs list, even if you re-install the same pack.
- Install count is shown on each public pack card.
- Cross-workspace packs are supported: a single pack can bundle tables from any of your workspaces.