@fractalshq/sync
v0.0.8
Published
Fractals Sync SDK: shared types, server client, React hooks, and widgets
Readme
@fractalshq/sync
Fractals Sync is the all-in-one SDK for the distribution platform. It ships as a single package with subpath exports so integrators can pick only what they need:
@fractalshq/sync/core // shared types + helpers (pure TS)
@fractalshq/sync/server // Node/Next client that talks to /api/v1
@fractalshq/sync/react // hooks that assume AuthProvider + wallet context
@fractalshq/sync/widgets // drop-in UI with its own provider stackLayout
packages/sync/
├── src/
│ ├── core/ // typed constants, schemas, memo builders
│ ├── server/ // moved from @fractalshq/distribution-server
│ ├── react/ // hooks + helpers (will absorb old distribution-client work)
│ └── widgets/ // claim panels, buttons, etc.
└── package.json // exports map for subpathsSee docs/distro-sdk.md and docs/distribution-sdk-auth-facts.md for the full design notes / TODOs.
