Update: Type-Safe Schemas with @storyblok/schema is now available. Find out more at: https://www.storyblok.com/cl/2026-july-storyblok-schema.
Define fields, blocks, and datasources as type-safe TypeScript objects and keep your code and content model in sync automatically.
We give you a schema-driven way to manage content models: @storyblok/schema. Paired with the Storyblok CLI, it lets you define fields, blocks, and datasources directly in code using defineField(), defineBlock(), and defineDatasource(), then push those definitions to your space with schema push.
Until now, content models lived in the UI and Management API, and code only consumed them via storyblok types generate. That's an inverted flow: types are generated for code instead of from code, an accidental change in the block library can break the frontend without warning, and versioning the structures your code depends on requires workarounds. @storyblok/schema flips this around, where your repo becomes the single source of truth, and both your space and your frontend types stay in sync with it.
Highlights:
storyblok schema init generates schema objects for all your current components, similar to types generate.defineField(), defineBlock(), and defineDatasource() catch mistakes at compile time.storyblok schema push (with a --dry-run option) applies your schema files to the space.BlockContent<TBlock, TBlocks> utility type extracts exactly the props a Vue or React component needs from a schema object.Give it a try and tell us what works and what's missing!
| # | Наименование новости | Тональность | Информативность | Дата публикации |
|---|---|---|---|---|
| 1 | UI Accessibility Updates | 0 | 6.4 | 24-04-2026 |
| 2 | Scoped Personal Access Tokens | 0 | 10.35 | 27-05-2026 |
| 3 | API Performance Improvements | 0 | 11.73 | 26-05-2026 |
| 4 | Storyblok Native A/B Testing | 0 | 10.35 | 01-06-2026 |
| 5 | Enterprise Assets Library | 0 | 6.4 | 01-06-2026 |
| 6 | We’re enforcing field validation rules on the Management API | 0 | 6.91 | 06-05-2026 |
| 7 | Security Fix: Webhook API Now Aligned with UI Access Controls | 0 | 3.85 | 08-04-2026 |
| 8 | Release Merging | 0 | 13.67 | 29-01-2026 |
| 9 | Workflows for field-level translations | 0 | 19.34 | 20-07-2026 |
| 10 | Spotlight feature removal | 0 | 6.4 | 18-02-2026 |