Enterprise CPT replaces clunky CPT builders with a clean, JSON-first, Gutenberg-native workflow — built for developers who ship.
Built for agencies and developers who are tired of bloated plugin stacks slowing down production sites.
Add "is_block": true to any field group — it instantly becomes a native Gutenberg block with live SSR preview.
Field groups and CPTs are stored as portable JSON — version-controllable, deployable, and environment-aware.
Skip postmeta bloat. Store field groups in dedicated SQL tables with optional shadow sync for full WP compatibility.
Assign a field group to multiple post types, taxonomies, or user roles at once using OR logic checkboxes.
Reorder field groups in the list or fields inside an editor — all changes auto-save to the REST API instantly.
Edit complex repeater rows in a modal canvas with drag-sort, inline clone/delete actions, and bulk media import.
Definition saves buffer to WordPress options when the filesystem is read-only — safe in containerized deployments.
Block templates check active theme → uploads scaffold → plugin fallback. Zero configuration for safe defaults.
Custom table storage includes shadow sync so your fields remain accessible via standard WordPress metadata APIs.
One JSON flag turns any field group into a native Gutenberg block — no coding required.
Standard postmeta is a table scan waiting to happen. Enterprise CPT gives you a real relational schema — with backward compatibility built in.
Dedicated SQL table. Relational repeater child tables. Cache layer included.
Standard WordPress meta. Leave table name empty to use this mode.
Custom table primary with postmeta mirror for full WP API compatibility.
JSON writes buffer to WP options. Works in containerized / read-only envs.
Full REST API for field groups, post types, and location targets — build, query, and manage content models programmatically.
| Method | Endpoint | Description |
|---|---|---|
| GET | /field-groups | List all field groups |
| GET | /field-groups/{slug} | Single field group |
| POST | /field-groups/save | Create or update |
| DELETE | /field-groups/{slug} | Delete field group |
| GET | /post-types | List all post types |
| POST | /post-types/save | Create post type |
| GET | /location-options | Available locations |
Enterprise CPT is free, open source, and ready for production. No license keys, no upsells.