Headless
CrafterCMS is natively headless. CrafterCMS simply retrieves content that the developer models in the modeling tool, applies actions/rules like inheritance, security, versioning, etc. and returns the transformed content to the caller as JSON.
This section details how you can model any type of content, provide your content authors the ability to visually author content items and then retrieve that content for your SPA, iOS, Android or other applications.
When you’re ready for development, and if you use Docker, review Local Development with Docker.