Content & Publishing · Blueprint
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.
Post
A single article with full editorial metadata, SEO overrides, and scheduling.
12 fields
| title | Text | Headline of the post, shown in listings and detail pages |
| slug | Slug | URL segment, generated from the title |
| excerpt | Text | Short teaser used in cards, feeds, and social previews |
| body | RichText | Main article content with headings, media, and embeds |
| cover_image | Image | Hero image shown at the top of the post and in listings |
| author | Reference | Reference to the Author who wrote the post |
| category | Reference | Reference to the Category this post belongs to |
| tags | Text | Comma-separated keywords for filtering and related posts |
| publish_date | DateTime | When the post goes live, also used for feed ordering |
| featured | Boolean | Pins the post to the featured slot on the blog home |
| seo_title | Text | Overrides the title tag when it differs from the headline |
| seo_description | Text | Meta description for search results, around 155 characters |
Author
A reusable writer profile referenced from posts and rendered on bylines and author pages.
6 fields
| name | Text | Full display name shown on bylines |
| slug | Slug | URL segment for the author archive page |
| avatar | Image | Square portrait used next to bylines and comments |
| bio | RichText | Short biography shown on the author page |
| role | Text | Job title or beat, e.g. Senior Editor |
| website | Link | Personal site or social profile linked from the byline |
Category
A topic bucket used to group posts and drive section navigation.
4 fields
| name | Text | Display name of the category |
| slug | Slug | URL segment for the category listing page |
| description | Text | One-line intro shown at the top of the category page |
| accent_color | Color | Badge and label color used wherever the category appears |
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{
"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
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