FAQs

Fast answers for publishing and building with data

Short answers about MiniUp pages, ChatGPT app creation, Table APIs, hosted datasets, Data Sources, the Data Catalog, PDF Packs, and sharing.

Support or inquiries: miniup.help@gmail.com

What makes MiniUp different?
It combines publishing, hosted data, app creation, and sharing in one workspace.
Do I need hosting knowledge?
No. Paste HTML or upload a folder and publish.
What should I upload?
Single HTML for one page, folder or ZIP for assets.
Can I make a page private?
Yes. Add a password when you publish.
Can I turn a table into an API?
Yes. Upload CSV or Excel and MiniUp creates a live API you can pair with the same project.
What is a data-powered microsite?
A published page that can also ship with live API or dataset links from the same workspace.
Can I publish Parquet?
Yes. Signed-in users can convert tabular or spatial files into Parquet or GeoParquet.
What is the Data Catalog?
It is one place to find and inspect MiniUp-hosted datasets you own across your sites.
What is a Dataset Bundle?
It is an approved group of datasets that can be used together for one app.
What are Data Sources?
They let signed-in users create refreshable MiniUp snapshots from supported web files and ArcGIS layers.
Can I turn a PDF into an app-ready asset?
Yes. Signed-in users can create PDF Knowledge Packs with stable endpoints and an App Prompt for coding AIs.
Do I need to sign in for the Data API?
Sign in to create and manage one. App and visitor access follows the table's access settings.
Can I edit after publishing?
Yes. Update files or records without changing the link.
Can I roll back page changes?
Yes. Signed-in users get revision history for page files, subject to account limits.
Can I show my page in Gallery?
Yes. Turn on Show in Gallery from the page editor when you want discovery.
Can I use my own domain?
Yes. Signed-in pages can connect a custom domain when custom domain access is enabled for the account.
Can I use MiniUp inside ChatGPT?
Yes. If the MiniUp app is available for your ChatGPT account, connect it from Settings โ†’ Apps and publish with simple prompts.
Do datasets stay tied to the page?
Datasets keep their source-site relationship and access status, and the Data Catalog shows where each one belongs.

Publishing

Pick the right upload, then decide whether it stays on a MiniUp link, becomes a branded share surface, or grows into a data-powered microsite.

๐Ÿš€
HTML, folder, or ZIP?
Choose the right upload.
Use HTML for a single file. Use Folder or ZIP when you have images, CSS, or JS.
โšก
How do I publish a site?
A simple path from upload to link.
Dashboard โ†’ Pages โ†’ New Page, then upload and click Publish.
๐Ÿ”ฅ
What makes MiniUp different from a basic static host?
More than a one-link upload tool.
Basic static hosts stop at the URL. MiniUp lets the same workspace grow into a branded page, data-backed app, hosted dataset, map, PDF Pack, or ChatGPT-built experience that you can continue managing.
๐Ÿ”—
Can I choose my link name?
Pick a short, clean URL.
Yes. Choose a name during publish and confirm the URL before going live.
๐Ÿท๏ธ
Can I connect a custom domain?
Use your own branded URL.
Yes. Signed-in accounts can connect custom domains to published pages when the feature is enabled for the account. Open Dashboard โ†’ Pages โ†’ Edit โ†’ Custom Domain, add the hostname, then save.
๐Ÿงญ
Why does custom domain setup say pending?
Verification and DNS still need to finish.
Pending verification or pending configuration means MiniUp is still waiting for hostname verification or the required DNS records. Once the hostname points correctly, the status moves to Active.
๐Ÿ”
Can I replace a site after publishing?
Update without changing the link.
Yes. Dashboard โ†’ Pages โ†’ Edit lets you upload new files while keeping the same URL.
๐Ÿ•˜
Can I restore an older file version?
Signed-in pages include rollback points.
Yes. Signed-in users can open Dashboard โ†’ Pages โ†’ Edit โ†’ Revision History to restore a saved snapshot. Revision history is not included for guest publishing, and the number of saved revisions per file follows your current account limits.
๐ŸŒ
How do I show a page in Gallery?
Opt in from the page editor.
Open Dashboard โ†’ Pages โ†’ Edit, expand the Gallery card, then turn on Show in Gallery. You can add a title, thumbnail, and short description before saving so the page looks good in the public Gallery.
๐Ÿงฉ
Do you host all assets?
Images, CSS, and JS.
Yes. All files in your folder or ZIP are served from the same link.

MiniUp in ChatGPT

Use normal language prompts to turn uploaded files, pasted HTML, or approved hosted datasets into a real MiniUp app.

๐Ÿ’ฌ
How do I connect MiniUp in ChatGPT?
Find it in ChatGPT's Apps area.
In ChatGPT, open Settings โ†’ Apps, find MiniUp in the directory, and click Connect. If you use a managed workspace, an admin may need to enable the app first.
๐Ÿช„
What should I say to publish something?
Keep the prompt simple.
A good default prompt is: โ€œUse the uploaded file to build and publish a professional MiniUp app. If it is geospatial, make it a map app. If it is tabular, make it a dashboard. Publish it and show me the final URLs.โ€
๐Ÿ“ฆ
Will the final page use MiniUp-hosted data?
That is the goal of the connected app flow.
Yes. The MiniUp ChatGPT app is meant to publish a real MiniUp site backed by MiniUp-hosted data instead of leaving you with a browser-local upload demo.
๐Ÿ”Ž
Can ChatGPT build from data I already host on MiniUp?
Inspect eligible datasets before building.
Yes. ChatGPT can list and inspect eligible datasets from your MiniUp Data Catalog, including their fields, limited sample data, profile, and recommended uses, before creating an app.
๐Ÿงบ
Can ChatGPT build an app from multiple MiniUp datasets?
Use an approved Dataset Bundle.
Yes. Create or approve a Dataset Bundle to define which eligible datasets belong together and what role each one should play. MiniUp keeps the underlying access requirements in place.
โž•
How do I use MiniUp after I connect it?
Invoke it inside a chat.
Start a chat, then add MiniUp from the + menu and More, or use an @ mention if your ChatGPT interface shows the app that way.

Data API

Turn a table into a live API you can use in apps, microsites, and internal tools.

๐Ÿ“Š
How do I create an API from a table?
Upload CSV or Excel.
Dashboard โ†’ My API โ†’ Create from Table, then upload a CSV or XLSX.
๐Ÿช„
What is a data-powered microsite on MiniUp?
A page and data surface living together.
It is a published page paired with live API or dataset links from the same workspace, so the share link, docs, and data delivery all stay under one project.
๐Ÿ“„
Where are the docs?
See examples you can copy.
Open My API โ†’ View API Data to see auto-generated docs, copyable examples, and the OpenAPI file.
๐Ÿงฐ
Can I control allowed methods?
Per table toggles.
Yes. Toggle GET, POST, PATCH, PUT, or DELETE per table in My API.
๐Ÿ”‘
What is the write key for?
Protects write access.
It is one supported way to authorize record changes from a trusted app or workflow. Keep it private and rotate it if it is no longer trusted.
๐Ÿ”
Can I rotate the write key?
Reset it with one click.
Yes. My API โ†’ Rotate Key replaces it and disables the old key.

Parquet & GeoParquet

Convert larger tabular or spatial files into stable dataset links with copyable docs and browser-friendly previews.

๐Ÿงฑ
Which files can I convert?
Tabular and spatial inputs.
Signed-in users can upload CSV, XLSX, XLS, JSON, GeoJSON, shapefile ZIP, Parquet, and GeoParquet files from the Parquet tab.
๐Ÿงช
Do I get docs and examples?
Usage guidance, fields, and preview.
Yes. Each dataset includes practical usage guidance, field information, and a browser preview so you can understand it before connecting an app.
๐Ÿงญ
Can one project include a page, API, dataset, and PDF Pack?
Yes, that is one of the main MiniUp advantages.
Yes. Signed-in users can publish the page, create tables and APIs, attach Parquet or GeoParquet assets, and generate PDF Knowledge Packs under the same project and access model.
๐Ÿ”
Can I protect a Parquet file?
Same access rules as the page.
Yes. Hosted datasets can follow their site's access or use another supported data access setting. Review the access badge in the Data Catalog before using the dataset in an app.

Data Sources, Data Catalog & Dataset Bundles

Bring supported data into MiniUp, understand what you already host, and approve the right datasets for each app.

๐Ÿ”„
What can I do with Data Sources?
Create a stable hosted snapshot.
Signed-in users can connect a supported HTTP or HTTPS data file or ArcGIS REST layer from the dashboard, preview it, and create a refreshable MiniUp-hosted Parquet or GeoParquet snapshot.
๐Ÿ—‚๏ธ
What appears in the Data Catalog?
Your MiniUp-hosted datasets across sites.
The Data Catalog brings together the Table APIs, Parquet files, GeoParquet files, and supported map layers you own across MiniUp sites. You can search, filter, preview, and inspect them before deciding how to use them.
๐Ÿ“‹
What can I inspect before building an app?
Understand the dataset before choosing visuals.
MiniUp can show field information, a limited sample, a lightweight profile, spatial details when available, access status, and recommended dashboard uses. This helps people and ChatGPT choose appropriate charts, maps, filters, and tables.
โœ…
Why should I use a Dataset Bundle?
Make multi-dataset app access explicit.
A Dataset Bundle records which datasets are approved for one app and how they should be used, such as primary records, map layers, boundaries, events, metrics, or reference data. It helps prevent accidental use of unrelated data.
๐Ÿ›ก๏ธ
Does a Dataset Bundle make protected data public?
No. Existing access requirements still apply.
No. Bundles help approve and describe datasets, but they do not remove the underlying access rules. MiniUp blocks public app creation when the selected data is not eligible for public use.

PDF Knowledge Packs

Convert manuals, policies, reports, workbooks, and specs into source-backed artifacts that browser apps and coding AIs can use.

๐Ÿ“˜
What is a PDF Knowledge Pack?
A PDF converted into app-ready files.
It turns a PDF into app-ready content with source references and prompts. The App Prompt helps ChatGPT, Codex, Claude, or another coding AI create a useful experience grounded in the original document.
โฌ†๏ธ
How do I create one?
Upload a PDF or paste a PDF URL.
Sign in, open a site's PDF Packs tab, then upload a PDF, drag and drop it, paste a PDF URL, or convert an existing PDF file already attached to the site.
๐Ÿง 
What does the App Prompt do?
It tells a coding AI how to build the app.
It gives a coding AI the context and source-reference guidance needed to create a complete, mobile-friendly app from the PDF Pack.
๐Ÿ“
What are the default PDF limits?
Signed-in limits are shown on Plans.
The default signed-in limit is shown on the Plans page and on the PDF Packs screen before you upload.

Privacy & Security

Choose public or protected sharing based on the audience and the data involved.

๐Ÿ”’
Can I password-protect a page?
Optional, per page.
Yes. Enable Password in Publish settings or Dashboard โ†’ Pages โ†’ Settings.
๐Ÿ‘€
Is my page public?
Unlisted unless you share.
Your link is unlisted. Anyone with the link can view unless you add a password.
๐Ÿ›ก๏ธ
Can admins remove a page from Gallery?
Gallery stays moderated.
Yes. Gallery is moderated. Owners control whether they list a page, and admins can still hide or re-enable a listing when needed.
๐Ÿงท
Can I restrict who writes to the API?
Write key required.
Yes. MiniUp supports controlled write access for Table APIs. Only trusted people, apps, or workflows should be allowed to change records.
๐Ÿ›‘
Can I disable a page?
Take it offline quickly.
Yes. Dashboard โ†’ Pages โ†’ Disable unpublishes the link.
๐Ÿ—ƒ๏ธ
How do access settings affect hosted datasets?
Data should match the intended audience.
MiniUp shows the access status of hosted datasets in the Data Catalog and checks compatibility before they are added to an app workflow. Use public data for open apps and protected options for data that should have a limited audience.
๐Ÿ—‘๏ธ
Can I delete a page or table?
Permanent removal.
Yes. Dashboard โ†’ Pages or My API โ†’ Delete removes it and its data.

Editing & Updates

Change content without changing the link.

โœ๏ธ
Can I edit a published page?
Update content anytime.
Yes. Dashboard โ†’ Pages โ†’ Edit lets you replace HTML or upload new files.
๐Ÿงพ
Can I edit records in the table?
Inline table edits.
Yes. My API โ†’ View API Data lets you edit rows inline.
๐Ÿ“ฅ
Can I export data?
Download CSV.
Yes. In View API Data, click Export CSV.
๐ŸŒ
Can I remove or replace a custom domain?
Update branding without republishing.
Yes. Open the Custom Domain panel on the page, change the hostname, or remove the domain entirely without rebuilding the page itself.
๐Ÿ”—
Do updates change the URL?
Links stay stable.
No. Your page and API links stay the same.
๐Ÿช„
Does replacing a Parquet file change the URL?
Stable dataset links.
No. Replacing a Parquet or GeoParquet dataset keeps the same published access URL so dashboards and scripts do not need a new link.
๐Ÿงฑ
Can I update tables without an API call?
Use the dashboard.
Yes. Use the table editor in View API Data.

Limits & Reliability

Clear limits and steady links.

๐Ÿงญ
Why do fair-use limits exist?
Protects the service.
They prevent abuse and keep the service fast for everyone.
โœ…
Are published links stable?
Reliability basics.
Yes. Links stay the same unless you delete or disable them.
๐Ÿ‘ค
What are Guest limits?
Publishing only.
Guest is meant for simple publishing. For the current default limits, see the Plans page.
๐Ÿ™Œ
What are Signed-in limits?
More room to ship.
Signed-in accounts include publishing, Gallery, Data API, Parquet / GeoParquet, PDF Knowledge Packs, and custom domains, subject to the current plan limits. See the Plans page for the latest defaults.
๐Ÿ”
Do I need to sign in for the Data API?
API access requires an account.
Yes. Data API requires sign-in.
โณ
What happens if I hit a limit?
Calm, clear behavior.
You will see a clear limit message. You can retry later, reduce file size, or sign in for more room depending on the action.