Skip to main content

Getting Started

Use this path to go from installation to a production-ready Catalyst setup. The sequence below mirrors the framework itself: start with the web app, then add universal app delivery once the core application model is in place.

1. Build The Web App Foundation

  1. Installation
  2. Quick Start
  3. Project Structure
  4. Configuration

This gives you the SSR server, route structure, fetcher model, and runtime configuration that every Catalyst app depends on.

2. Add Universal App Delivery

  1. First Universal App
  2. Running Universal Apps
  3. Universal Cache Management

Use this stage when you are ready to package the same app for Android and iOS, configure WEBVIEW_CONFIG, and validate native runtime behavior.

3. Use The Core Reference

Once the first app is running, these pages become the main reference points: