Skip to content

Conference App tutorial

Build a browser-hosted Conference App WebAppClient that stores Room, Presenter, and Presentation data in local SQLite, synchronizes it from a REST service, navigates drill-down views, and filters presentation titles.

This series rebuilds the client from a newly created workspace. You need the current TechStack preview and must first complete Creating a new project. The upstream Conference App repository is a reference implementation; do not copy it into this workspace.

What you will build

  1. Create the client shell — current WebAssembly wizard output and the Conference App shell.
  2. Add presenters — local Presenter data, database initialization, and select/zoom views.
  3. Synchronize data — download presenters from a REST endpoint and configure cross-origin access.
  4. Complete the app — Room, Presentation, and Settings data plus complete drill-down navigation.
  5. Search presentations — live title filtering and highlighted matches.

Data references

Use the Entities, Data Dictionaries, Data Binding, and Transactions references alongside this tutorial.

Next

Create the WebAppClient shell.