SDK Guides
A collection of best practices, architectural patterns, and step-by-step guidance scripts for the Aircada SDK.
Published: 7/10/2026
Aircada Guides offers deep-dives into framework design patterns, optimal state-management paradigms, and custom system architectures.
Follow these guides to build modular, performant, and type-safe application structures using the SDK.
Local Storage Persistence with Data Blocks
→
Architectural overview of saving and loading application state on the user's local device using DataBlockOperator and indexedDB.
Initial Project Setup Guidance
→
A systematic phase-by-phase framework for scaffolding a new Aircada experience—covering state, React UI interfaces, and Operator granularity.
Purchaser Plugins Integration
→
Complete developer guidance on integrating Purchaser Plugins, mapping pricing models via the APEX protocol, and using CLI-generated operators.
Options, Stores, and Events
→
Architectural guide for selecting the correct state management paradigm between Options (predefined datasets), Stores (runtime truth), and Events (decoupled triggers).






