Skip to content

Latest commit

 

History

History
27 lines (18 loc) · 1.3 KB

File metadata and controls

27 lines (18 loc) · 1.3 KB

Plain SDK

TypeScript packages for building on Plain's API. This is a monorepo containing the following packages:

Package npm Description
@team-plain/graphql npm Typed GraphQL client with auto-generated model classes
@team-plain/ui-components npm UI component builder helpers
@team-plain/webhooks npm Webhook parsing and signature verification

Install only what you need — each package is published independently:

npm install @team-plain/graphql
npm install @team-plain/ui-components  # requires @team-plain/graphql as peer
npm install @team-plain/webhooks       # standalone, no SDK dependency

Requires Node 24+. Supports both ESM and CJS.

Contributing

See CONTRIBUTING.md for development setup, project structure, and how the codegen pipeline works.

License

MIT