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
This gives you the SSR server, route structure, fetcher model, and runtime configuration that every Catalyst app depends on.
2. Add Universal App Delivery
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: