Newspaper CMS Blueprint
Editions: Open Source · Free Cloud · Pro
Public pack derived from Chikly Newspaper. Schema only — no private Chikly repo required.

| 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