Skip to docs content
Newspaper CMS Blueprint
Open Source
Free Cloud
Pro
SDK js@latest
Updated 2026-08-12
Prerequisites: CLI account pointed at Cloud or self-hosted Engine · Destination project type general

Newspaper CMS Blueprint

Editions: Open Source · Free Cloud · Pro

Public pack derived from Chikly Newspaper. Schema only — no private Chikly repo required.

Chikly-style models in Console after sync — posts, categories, pages, ads

Repo github.com/apito-io/examples
SDK @apito-io/js-admin-sdk
Project type general
Sample models post, category, page, epaper, ad_slot, site_setting

Sync

apito sync --from filesystem --to <account> --type schema --dir blueprints/newspaper-cms --dry-run
apito sync --from filesystem --to <account> --type schema --dir blueprints/newspaper-cms --yes

Publish the draft in Console. CLI does not publish.

Seed

cp .env.example .env   # APITO_* endpoint + key + project id
node scripts/seed.mjs

Seeds sample categories/posts via secured GraphQL when env is set; safe no-op otherwise.

Smoke

  • Dry-run shows expected model adds/updates
  • Console publish succeeds
  • Public/secured GraphQL can query post / category
  • JS quickstart lists content

Next