- Fetch stories, links, tags, and datasources from the Content Delivery API
- Build content-driven sites backed by Storyblok stories and components
- Use published content for live experiences or preview content for draft previews
- Render Storyblok rich text and components directly in your app
- Drive SEO metadata (title, description, and social image) from content fields
Common use cases and example apps
These examples show what you can build with Storyblok, each with a prompt to start from.How to connect Storyblok
Who can create Storyblok connections depends on your plan and workspace settings. App + chat connectors are available by default on Free, Pro, and Business plans. On Enterprise plans, they are effectively disabled at first: Who can create connections and clients defaults to No one until an admin changes it in Connectors → Admin settings → App + chat connectors. You can create multiple Storyblok connections using different access tokens, which is useful for separating environments (for example, development and production), targeting different spaces or regions, or switching between published and preview content. When the connection is created, you can link it to the projects where you want to use it. Anyone building in a project can ask Lovable in chat to link their project to it.Prerequisites
Before connecting Storyblok, make sure you have:- A Storyblok account and a space
- A Content Delivery API access token from that space (public or preview)
- The region where that space is hosted
- Permission to create connections in your Lovable workspace (see Who can create connections and clients)
All API requests made through this connector use your Content Delivery API access token. API usage counts toward your Storyblok plan limits, and billing is handled directly by Storyblok, not Lovable.
Step 1: Get a Storyblok access token
A Content Delivery API access token lets your Lovable app fetch content from your Storyblok space. You can create separate tokens for published and preview content. To create a Storyblok access token:1
Open your Storyblok space
Sign in to the Storyblok app and open the space you want to connect.
2
Open access tokens
Go to Settings → Access Tokens.
3
Generate a new token
Click Generate new token, enter a descriptive name, for example
Lovable integration, and choose the access level:- Public: returns only published content. Use this for production sites.
- Preview: returns published and draft content. Use this for staging or editor preview environments.
4
Note your space region
Note the region of your space (EU, US, CA, AP, or CN). You can find this in your space settings, and it must match the region you select in Lovable.
Step 2: Connect Storyblok to Lovable
You can create multiple connections using different access tokens.1
Open Storyblok in Connectors
Open Connectors and select Storyblok. For the other places to open the catalog from, see Where to find connectors.
2
Add a connection
Click Add connection.
3
Configure the connection
- Display name: name the connection, for example
Storyblok Prod. This name is only used inside Lovable to identify the connection. - Space region: select the region where your Storyblok space is hosted: European Union (EU) (default), United States (US), Canada (CA), Australia / APAC (AP), or China (CN). The region must match the space the token belongs to. A token from a US space does not authenticate against the EU region.
- Public or preview access token: paste your Content Delivery API access token.
4
Choose who can use this connection
Under Sharing, the connection is private to you by default and shows a Private label. To share it, click Share with others. Then add workspace members by email, or click Invite entire workspace to make the connection available to everyone in your Lovable workspace.See Who can use connections and clients for more information.
5
Connect
Click Connect. Lovable verifies the token against the Storyblok Content Delivery API for the selected region before saving the connection.
Working with published and preview content
The Storyblok Content Delivery API returns different content depending on the token and the request:- Public tokens return published content only.
- Preview tokens can return published or draft content.
Limitations
The Storyblok connector is read-only and targets the Content Delivery API. The Storyblok connector cannot:- Create, update, or delete content. Editors continue to manage content in the Storyblok app.
- Call Storyblok’s Management API for content authoring, space configuration, or asset uploads.
- Receive Storyblok webhooks or publish events.
- Use more than one region per connection. A single connection reads from the region you select.
- Support per-end-user Storyblok login. Each connection represents a single access token shared across all projects linked to it.
Manage your Storyblok connection
Connections are managed from Connectors: select Storyblok, then open the connection.- Unlink projects to remove Storyblok access from specific projects while keeping the connection available for others. See Unlink projects from a connection for the steps.
- Delete the connection to remove it from the workspace entirely. Deleting is permanent. It removes the credentials from all linked projects, and app features that use Storyblok stop working until a new connection is added. See Delete a connection for the steps and who can delete.