Find the Right SDK
Use this page to quickly pick the Zephyr SDK that matches your stack.
SDK picker
Quick decision flow
- If your bundler/framework exists in the table, use that SDK and guide.
- If you are integrating into an existing app with custom structure, check Existing App Integration.
- If you need multi-bundler Module Federation, check Multi-bundler Setup.
- If your stack is not listed, use
zephyr-agentas a low-level fallback.
Fallback for unsupported stacks
If your framework has no official SDK yet, use uploadOutputToZephyr from zephyr-agent to upload a generated output directory.
If you want to integrate with Zephyr on a custom stack, this is the supported integration path.
Best fit:
- custom framework adapters
- internal platform tooling
- plugin maintainers
Minimal usage:
For full fallback behavior (options, mapping, SSR/CSR, errors), see zephyr-agent docs in the packages repository.