diff --git a/src/site/headless-cms/spearly.md b/src/site/headless-cms/spearly.md new file mode 100644 index 000000000..482e6e7f9 --- /dev/null +++ b/src/site/headless-cms/spearly.md @@ -0,0 +1,44 @@ +--- +title: Spearly CMS +homepage: https://cms.spearly.com +twitter: spearlycom +opensource: "No" +typeofcms: "API Driven" +supportedgenerators: + - All +description: Spearly CMS is a headless CMS easy to embed and easy to use. You can embed content into your site for few steps. +images: + - path: /img/cms/spearly-manager.png +--- +## Spearly CMS + +[Spearly CMS](https://cms.spearly.com) is a headless CMS easy to embed and easy to use. You can embed content into your site for few steps. + +Spearly CMS improve your making experience of site. + +### Features + +- REST API. +- Embed JavaScript Library. +- Team feature: Spearly has team feature for managing content with multiple users. +- Form feature: Online form creator and embed form easily. +- Preview feature: You can get preview of content by using preview key. +- WebHook feature + +### Embed JavaScript Syntax + +You can embed a content by following code: + +``` +
+

{%= content_title %}

+

{%= content_description %}

+
+``` + +### Searply Series + +Spearly CLOUD: + +- Hosting and deploying your site from GitHub or static site files. +- Spearly CLOUD can set the original domain. diff --git a/src/site/img/cms/spearly-manager.png b/src/site/img/cms/spearly-manager.png new file mode 100644 index 000000000..7efeb8164 Binary files /dev/null and b/src/site/img/cms/spearly-manager.png differ