Separate app-independent and app-dependent SDK code
Author: infomihoCreated Sep 16, 2026Updated Sep 16, 2026
Labelsrefactoringsdk
The SDK mixes reusable framework code with app-specific generated code. Separate these parts to make the SDK easier to maintain and reuse, including when we build the SDK for full-stack modules.
We could use our libs mechanism and move all the reusable/core parts of the SDK to a lib like @wasp.sh/libs-core.
Builds on the discussion in #2247.
Old closed issue: https://github.com/wasp-lang/wasp/issues/3518
Source: wasp-lang/wasp