import StreamCreedClient from '@streamcreed/sdk'; const client = new StreamCreedClient( apiKey: 'your-api-key', environment: 'production' // or 'staging' );
npm install @streamcreed/sdk Initialize the client: cms.streamcreed
Log into the dashboard and create custom content types. For example, you might define a "Product" type with fields for name, price, SKU, and a relational link to a "Manufacturer" type. import StreamCreedClient from '@streamcreed/sdk'