Documentation

CloudSource CMS Documentation

Everything you need to go from zero to a fully working headless CMS.

The Big Picture

CloudSource is a headless CMS. You manage content in the admin panel, and your website or app fetches it via a JSON API. Your content stays completely separate from how it's displayed — meaning you can power any frontend (React, Vue, static sites, mobile apps, anything).

1. You Define

Create content models (e.g. “Blog Post” or “Product”) with whatever fields you need

2. You Create

Write content, upload images, and publish when ready

3. Your App Fetches

Your website calls the API and displays content however you want

The flow in a nutshell

Admin Panel            API                 Your Website
    |                   |                       |
    |  create models    |                       |
    |  upload media     |                       |
    |  write content    |                       |
    |  hit "Publish" ──>| content goes live     |
    |                   |<── GET /api/content ──|
    |                   |── JSON response ─────>|
    |                   |                       | renders page

Quick Start

Follow these steps to get your headless CMS up and running. Each step links to a dedicated guide with detailed instructions.

Next Steps

Start with Content Models

Learn how to define the structure of your content with custom fields and models.