Files
directus/docs/use-cases/headless-cms/introduction.md
Rijk van Zanten c723085902 Move docs to monorepo (#18052)
* Move docs to monorepo

* Tweaks
2023-04-04 18:23:58 -04:00

51 lines
2.2 KiB
Markdown

---
description: Directus' Data Studio and APIs are the perfect choice for your Headless CMS.
tags: []
skill_level:
directus_version:
author_override:
author: Bryant Gillespie
---
# Headless CMS
> {{ $frontmatter.description }}
A Headless CMS provides a way of managing content for websites, mobile apps, and other digital applications. It
separates the content from the presentation layer, allowing developers to create the frontend of a website or app with
whatever technology they choose. With a Headless CMS, content can be created and managed in one place, and allows any
number of applications built upon that data.
Learn more about [Headless CMS Concepts](/use-cases/headless-cms/concepts).
## Features
- Easy to use [Data Studio app](/app/overview) for content managers and non-technical users.
- Distribute your content anywhere with instant [REST and GraphQL APIs](/reference/introduction).
- Manage all your [images, media, files, and assets](/app/file-library).
- [Image transformations](/reference/files.html#requesting-a-thumbnail) to keep your website fast AND your art direction
intact.
- Quickly [build dashboards](/app/insights) that help your team make better decisions.
- Create powerful, automated content approval and [publishing workflows](/cookbook/permissions/basic-workflows) without
writing any code.
## Guides & Tutorials
### Learn Directus
- [Create Re-Usable Page Components](/use-cases/headless-cms/create-reusable-page-components-using-m2a)
- [Building Content Approval Workflows](/cookbook/permissions/basic-workflows)
- [Automatically Generate Slugs For Content](/cookbook/flows/slugify-text-with-run-script)
- [Scheduling Content For Static Sites](/cookbook/flows/scheduling-content-dynamic-sites)
- [Scheduling Content For Dynamic Sites](/cookbook/flows/scheduling-content-static-sites)
### Build Your Project
- [Build a Website with Directus and Next.js](/use-cases/headless-cms/build-website-next-13)
- [Build a Website with Directus and Nuxt.js](/use-cases/headless-cms/build-website-nuxt-3)
### Deployment & Best Practice
- [Trigger a Static Site Build with Netlify](/cookbook/flows/trigger-static-site-build-netlify)
- [Trigger a Static Site Build with Vercel](/cookbook/flows/trigger-static-site-build-vercel)