https://github.com/agility/agility-cms-apps
Apps that can be installed as UI extensions.
https://github.com/agility/agility-cms-apps
Last synced: about 1 year ago
JSON representation
Apps that can be installed as UI extensions.
- Host: GitHub
- URL: https://github.com/agility/agility-cms-apps
- Owner: agility
- Created: 2021-10-20T15:04:32.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2023-06-06T21:28:18.000Z (about 3 years ago)
- Last Synced: 2025-03-24T19:39:44.693Z (about 1 year ago)
- Language: JavaScript
- Homepage: agility-cms-basic-app-example-react.vercel.app
- Size: 1.38 MB
- Stars: 3
- Watchers: 3
- Forks: 4
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Agility CMS Apps - v1 SDK
This repository includes publicly available apps and their source code that Agility CMS maintains.
> This uses V1 of the [@agility/apps-sdk - see here for docs](https://github.com/agility/agility-cms-app-sdk) to facilitate communication with Agility CMS, with the exception of the `/example/example-sdk-v2` folder.
To learn more about Apps in Agility, visit https://agilitycms.com/docs/apps
### Apps built by Agility on V1 SDK
- [Formstack](https://github.com/agility/agility-cms-apps/tree/main/formstack) - Conmnect your Formstack account to Agility and select forms to embed into your website or application.
- [Cloudinary Images and Videos](https://github.com/agility/agility-cms-apps/tree/main/cloudinary) - Connect your Cloudinary account to Agility and select images and videos.
- [Block Editor (JSON)](https://github.com/agility/agility-cms-apps/tree/main/block-editor) - Add rich blocks of content (including paragraphs, headings, images, quotes, and more) that are stored as JSON.
- [Hubspot (Form)](https://github.com/agility/agility-cms-apps/tree/hubspot-app) - Connect your Hubspot account to Agility and select and embed forms on your site.
- [Salesforce (Lead)](https://github.com/agility/agility-cms-apps/tree/salesforce-app) - Build a web-to-lead form for your site and send it to your Salesforce dashboard.
### Example Apps
- [Example App - React](https://github.com/agility/agility-cms-apps/tree/main/example/react) - This is an example app built using React. It's a good starting point for learning how to build custom apps.
- [Example App - HTML + Vanilla JS](https://github.com/agility/agility-cms-apps/tree/main/example/html) - This is an example app built using HTML and JavaScript. It's a good starting point for learning how to build custom apps.
_More coming soon!_