Skip to main content
Use the Content Delivery Service (CDS) API to power your website or application. These guides show you how to fetch and display content from Publive using popular frontend frameworks.

Choose Your Framework

FrameworkGuideBest For
Next.jsServer-side rendering with ReactSEO-critical sites, blogs, news portals
ReactSingle-page applicationsDashboards, interactive apps
Vue.jsProgressive frameworkFlexible, incrementally-adoptable sites
AngularEnterprise frameworkLarge-scale enterprise applications

Common Pattern

All integrations follow the same basic pattern:
  1. Configure your API credentials (server-side only)
  2. Fetch content from the CDS API
  3. Render content in your components
  4. Handle pagination and navigation
Security: Never expose your API credentials in client-side code. Always make API calls from your server or serverless functions.