Content Platform

Headless CMS for Every Use Case

Define your own content types, design custom fields, store unlimited entries, and pull everything back through a clean REST API. From products and categories to blog posts and team profiles, model any data without writing a line of code.

14 Field Types
Content Types
REST API Access
Fully White Labelled Your brand, your platform. Customers never see our logo or links.
100% Branding with Professional Plan
Core Features

Everything You Need to Model Any Content

Define content types, attach custom fields, manage entries through a publishing workflow, and serve everything via API, all from one platform.

Custom Content Types

Build content types for products, categories, blog posts, FAQs, team members, anything your business needs. No schema migrations required.

  • Unlimited content types
  • Custom slugs and icons
  • Title field selection
  • AI-assisted modelling

REST API Out of the Box

Every content type gets a clean JSON API automatically. Filter, search, paginate, and sort, perfect for your website, mobile app, or third-party integrations.

  • Auto-generated endpoints
  • Pagination and sorting
  • Status and search filters
  • JSON responses with metadata
Developer-Friendly API

Pull Your Content Anywhere

Every content type you create exposes a fully documented REST API. Query by status, search by keyword, paginate large collections, and reference related entries, all with predictable JSON responses.

List Endpoints

GET requests return paginated entries with metadata, links, and total counts.

Filter & Search

Filter by status, search by title or slug, and sort by any field, straight from the URL.

Full CRUD

Create, read, update, and soft-delete entries via authenticated API calls.

Define Type
Add Fields
Add Entries
Fetch via API
GET /api/content/products/items
title: 'Product Name'
price: 49.99
Products & Categories

Build Your Product Catalogue

Model products, categories, variants, and tags as content types. Link them together with reference fields, attach images, and serve the catalogue to your storefront via API.

Product Entries

Name, description, price, SKU, gallery, define the fields you actually need.

Category References

Link products to one or many categories with reference fields, no joins to write.

Products 248 entries
Categories 32 entries
Publishing Workflow

Draft to Published

Move entries through draft, review, published, and archived states. Assign reviewers, approve in one click, and keep an audit trail with every change.

Four-Stage Workflow

Draft, review, published, archived, with soft-delete for audit safety.

Reviewer Assignment

Send entries for review and approve or reject with a single click.

Recent Activity
Entry published Today, 3:14 PM
Sent for review Today, 11:42 AM
All-in-One Platform

Everything Your Business Needs

One subscription. One login. Zero limitations. Replace your entire software stack with a platform built to scale with you.

Ready to get started?

Discover how Wizard Application can streamline your team's work. Start your free trial today.

FAQ

Frequently Asked Questions

Traditional CMS platforms tie your content to a specific website template. Our content platform is headless, you define content types and pull data through a REST API, so the same content can power a website, mobile app, kiosk, or any other channel.

Fourteen field types out of the box: text, text area, rich text, number, date, date and time, image, file, select, multi-select, checkbox, URL, email, and reference fields between content types.

Yes. Every API request is authenticated with your account credentials and scoped to your account. Read and write permissions can be controlled per role and per content type.

Absolutely. Define a Product content type with the fields you need, a Category content type, and link them with reference fields. Pull the catalogue into any storefront via the REST API.