MiniUp App Examples
Build a MiniUp app by starting with the smallest example that matches the task, then connect it to real data and verify its permissions.
Choose an example
| Outcome | Guide | Prerequisites |
|---|---|---|
| First static page | Publish HTML | Browser-ready HTML |
| Records in an app | Table API requests | A Table and enabled methods |
| Public utility API | Function handler | Function availability |
| Member dashboard | Complete authenticated example | Site, members, Function, private Table |
| Geometry utility | Trusted ESM example | Approved import source |
| Data analysis | DuckDB browser example | Hosted Parquet dataset |
| Map application | GeoParquet and layers | Spatial dataset |
| Source-backed reference app | PDF app workflow | Completed Knowledge Pack |
Adapt an example
- Create the prerequisites and inspect their actual URLs and schemas.
- Replace placeholders with your public resource names and safe configuration.
- Store private credentials in Function Secrets.
- Test success, empty data, invalid input, and denied access where applicable.
- Publish and verify the real app on desktop and mobile.
Important example limits
Example data and resource names are illustrative. A copied API URL will not work until the resource exists and permits the request. Do not remove authentication to make an example succeed with private data.