Getting started

Introduction

What the Vlozi Blog SDK is and why it exists.

Welcome to the integration guide for Vlozi Blog. This SDK lets you fetch and render your blog content anywhere — inside a Next.js app, a static site, or a mobile application.

Philosophy: headless first

The Vlozi Blog SDK is a headless content management solution designed for modern web applications. You manage your blog content in the Vlozi Dashboard and display it anywhere using the SDK or raw API.

Why headless?

Unlike traditional CMSs that couple your content with a specific frontend, a headless approach gives you total freedom. You can build your blog with Next.js, Remix, Gatsby, or even a mobile app, and fetch your content via API.

Key features

  • Framework agnostic: Works with any frontend stack.
  • Type-safe SDK: Fully typed TypeScript client for a great developer experience.
  • Rich text editor: Notion-style editor in the dashboard.
  • Category and tag taxonomy: Organize posts with single-select categories and multi-select tags. Filter content by category, tag, or both.
  • Full-text search: Search posts by title or excerpt with a single query parameter.
  • Sort and order: Sort results by date, title, or creation time in ascending or descending order.
  • SEO ready: Fields for meta titles, descriptions, slugs, and featured images.
  • Pre-built components: Drop-in React components for blog lists, post cards, category navigation, and tag clouds.
  • Blazing fast: Content is served via a high-performance edge network.

TIP

Jump to the Quickstart to get your blog running in under five minutes.

Blog · Getting startedEdit on GitHub