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
| Framework | Guide | Best For |
|---|
| Next.js | Server-side rendering with React | SEO-critical sites, blogs, news portals |
| React | Single-page applications | Dashboards, interactive apps |
| Vue.js | Progressive framework | Flexible, incrementally-adoptable sites |
| Angular | Enterprise framework | Large-scale enterprise applications |
Common Pattern
All integrations follow the same basic pattern:
- Configure your API credentials (server-side only)
- Fetch content from the CDS API
- Render content in your components
- Handle pagination and navigation
Security: Never expose your API credentials in client-side code. Always make API calls from your server or serverless functions.