Quiverblocks chooses Diggama to deliver 200+ articles every month

Content & Publishing · Blueprint

Popular

Blog

Everything a publishing team needs to run a blog: structured posts, reusable author profiles, and color-coded categories. SEO fields and scheduling are built in, so editors can focus on writing while developers query clean, predictable content.

content types
3
fields
22
sample records
3

Schema

What's inside

Every content type ships pre-configured with typed fields, validation and relationships.

01

Post

A single article with full editorial metadata, SEO overrides, and scheduling.

12 fields

title Text
slug Slug
excerpt Text
body RichText
cover_image Image
author Reference
category Reference
tags Text
publish_date DateTime
featured Boolean
seo_title Text
seo_description Text
02

Author

A reusable writer profile referenced from posts and rendered on bylines and author pages.

6 fields

name Text
slug Slug
avatar Image
bio RichText
role Text
website Link
03

Category

A topic bucket used to group posts and drive section navigation.

4 fields

name Text
slug Slug
description Text
accent_color Color

REST API

Post, as JSON.

Each content type of the blueprint is served by the REST API, with filtering, sorting, search and pagination.

Explore the API docs
GET /v1/resources/post/1 200
{
  "id": 1,
  "status": "published",
  "data": {
    "title": "Introducing our new dashboard",
    "slug": "introducing-our-new-dashboard",
    "excerpt": "…",
    "body": "<p>…</p>",
    "cover_image": { "url": "…" },
    "author": { "id": 1 },
    "category": { "id": 1 },
    "tags": "…",
    "publish_date": "2026-09-22T09:00:00Z"
  }
}

Sample data

Ships with sample data

Install the blueprint and explore it with realistic example records.

  • Sample

    Introducing our new dashboard

    A featured launch post with a cover image, author byline, and Product category

  • Sample

    Jane Cooper

    An author profile with avatar, bio, and role, referenced from the sample posts

  • Sample

    Engineering

    A category with description and accent color, used to group technical posts

Features

Why this blueprint

  • Editorial-grade schema Posts, authors, and categories are modeled separately, so profiles and topics stay reusable across hundreds of articles.
  • SEO built in Dedicated title and description overrides mean editors control search snippets without touching frontend code.
  • Schedule and feature Publish dates and a featured flag let you plan a content calendar and curate the blog home from the CMS.

Use cases

Built for

  • A SaaS marketing team publishing product stories and thought leadership on a weekly cadence
  • A developer relations team running an engineering blog with multiple contributing authors
  • An agency shipping client blogs from one consistent, proven content model
  • A solo founder documenting a build-in-public journey with categorized posts

Related

More in Content & Publishing

Browse all blueprints

Start with the Blog blueprint

Install it in one click, explore the sample data, then adapt every field to your needs.

No credit card required · 3 months free trial · Cancel anytime