Aircada Dev-Planner System
The Aircada Dev-Planner serves as the single source of truth for planning, scoping, and architecting interactive 3D configurators before code generation or 3D asset binding begins.
By establishing declarative specifications for user steps, camera presets, tabular datasets (.airpds), pricing models (.airpm), reactive store properties, and SDK class architectures, the Dev-Planner bridges client requirements directly into executable Aircada blueprints.
The architecture is completely decoupled: product UX models dictate user interactions, while the underlying Aircada Engine and @aircada/react SDK handle reactive two-way synchronization and 3D scene mutations.
- Single Source of Truth: All project metadata, datasets, steps, store bindings, and SDK architecture plans reside in a unified specification.
- Decoupled Multi-File Manifest: Relational separation of tabular datasets (.airpds) and option pricing models (.airpm) from the interface flow.
- SDK Architecture Mapping: Maps high-level product customizer requirements directly to @System singleton managers, @Operator scene mutators, and React UI components.
- Multi-Blueprint Foundation: Directly attaches reusable Aircada Library blueprints as starting foundations with contextual modification notes.






