-
- ![Decoupled Frontend](../images/decoupledcms-what-is-decoupled.png)
-
- **Decoupled Frontend**
- Presentation can be handled in a variety of ways, from interactive JS frameworks like Angular, to static generators, to mobile apps, or even another CMS. Multiple frontends can peacefully coexist.
-
-
- ![Content Via Web Service API](../images/decoupledcms-what-is-content.png)
-
- **Content Via Web Service API**
- The content for the site is accessible via a web-service API, usually in a RESTful manner and in a mashup-friendly format such as JSON.
-
-
- ![CMS Backend and Database](../images/decoupledcms-what-is-backend.png)
-
- **CMS Backend and Database**
- There is a traditional database-driven CMS which editors use to maintain the content for the site, usually via the same admin interface as always.
-