
slug from a title means touching every entry by hand. There's no other path.Each reference opens a new modal. Three levels deep, the original entry is buried. Each level requires its own explicit publish — miss one and the change doesn't reach delivery.
CMA — can do all three, but it's code-only, has no preview, and requires a dev cycle.

Update Entries, Add Field, Delete Field, CSV Import), select your content types, and configure the transform. The schema for your selection stays visible in the right rail throughout — every field, type, and constraint — no tab-switching to look things up.Update Entries — content type selected, transform configured, schema visible in the right rail.slugify, copy-field, prepend, append — or described in plain English and generated by the AI Agent. No code required.Computed from existing field data — not a static value written to all entries.
Preview cannot be skipped. It's architecturally enforced.

Plain language — not a stack trace.


Add Field and Delete Field are dedicated workflows — each with their own ConfigStep, PreviewStep, and ApplyStep. The delete flow surfaces Contentful's required two-phase deletion as an explicit named sequence: the warning comes at the entry point, not at the moment of no return.Add Field — content type selected, new field configured. Schema visible throughout.Delete Field — destructive operation warning at the entry point, content types grouped by domain.Risk is named before the user selects a single content type. Content types grouped by domain taxonomy, not API name.
CSV Import — Excel as an access bridge for bulk creationCSV Import. It flows through the same PreviewStep as every other operation. The first content admin to use it needed one sentence of direction and didn't come back with questions.
CSV Import — template downloaded, filled in offline, re-uploaded and parsed into the preview table.The spreadsheet re-enters the same preview-before-write pipeline as every other operation.
Using AI to implement a design tool is different from using AI to design one. The decisions about what Contentfill should do and how it should handle the moment before an irreversible operation — those were mine.
slugify, copy-field, prepend, append, AI Agent. Nothing signals that the AI path is the most powerful one. I'd make it more primary — not buried alongside static presets, but the default starting point, with the presets as quick-select shortcuts. The tool already has the intelligence; it just doesn't lead with it.Posted Jun 6, 2026
Internal tool for bulk Contentful operations, allowing non-technical users to manage content efficiently.