{"id":52037724,"url":"https://github.com/adobe/universal-editor-sample-editable-app","last_synced_at":"2026-08-01T21:03:23.526Z","repository":{"id":66034961,"uuid":"580865378","full_name":"adobe/universal-editor-sample-editable-app","owner":"adobe","description":null,"archived":false,"fork":false,"pushed_at":"2026-04-14T14:36:21.000Z","size":5271,"stargazers_count":31,"open_issues_count":0,"forks_count":32,"subscribers_count":8,"default_branch":"main","last_synced_at":"2026-04-21T20:56:36.654Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/adobe.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2022-12-21T16:42:01.000Z","updated_at":"2026-04-01T14:47:01.000Z","dependencies_parsed_at":"2023-12-19T14:27:04.625Z","dependency_job_id":"8677a4c5-71f2-4efb-a5fd-69375171e7b5","html_url":"https://github.com/adobe/universal-editor-sample-editable-app","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/adobe/universal-editor-sample-editable-app","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/adobe%2Funiversal-editor-sample-editable-app","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/adobe%2Funiversal-editor-sample-editable-app/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/adobe%2Funiversal-editor-sample-editable-app/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/adobe%2Funiversal-editor-sample-editable-app/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/adobe","download_url":"https://codeload.github.com/adobe/universal-editor-sample-editable-app/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/adobe%2Funiversal-editor-sample-editable-app/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":36170392,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-07-20T02:08:10.276Z","status":"online","status_checked_at":"2026-08-01T02:00:05.789Z","response_time":100,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2026-08-01T21:03:22.867Z","updated_at":"2026-08-01T21:03:23.522Z","avatar_url":"https://github.com/adobe.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Adobe Universal Editor Sample App\n\n## Using the Sample App\nThe Sample App is hosted at https://ue-remote-app.adobe.net.\nPer Default the content is retrieved and written back to the Adobe Experience Manager as a Cloud Service ( Production ) Demo Environment:\n\nThe default settings from [.env](.env) can be overwritten using Query parameters:\n* `authorHost`: host to retrieve data from and update content to; default=https://author-p7452-e12433.adobeaemcloud.com\n* `service`: Universal Editor Service endpoint; default Universal Editor default\n* `protocol`: protocol to use with backend, can be `aem`, `aem65`, `aemcsLegacy`; default: `aem`\n* `cors`: defining which cors.js - connection between Universal Editor and application shall be used. Can be `stage` or empty; default `null/empty`. `stage` will use the cors library hosted on stage, else it will use the production version\n\nTo retrieve content from another environment add `authorHost` as query parameters, e.g.\n\n[https://ue-remote-app.adobe.net?authorHost=https://author-p7452-e12433.adobeaemcloud.com](https://ue-remote-app.adobe.net?authorHost=https://author-p7452-e12433.adobeaemcloud.com)\n\nSimilarly, if running the Universal Editor App on local dev environment, add `authorHost` as query parameters like this:\n\n[https://localhost:3000?authorHost=https://localhost:8443\u0026service=https://localhost:8443/universal-editor](https://localhost:3000?authorHost=https://localhost:8443\u0026service=https://localhost:8443/universal-editor)\n\n## Run locally \n\n- AEM 6.5 or AEMCS instance\n- Latest WKND Content installed on the AEM instance[https://github.com/adobe/aem-guides-wknd/releases/latest](https://github.com/adobe/aem-guides-wknd/releases/latest)\n- AEM configured to run on HTTPS [https://experienceleague.adobe.com/en/docs/experience-manager-learn/foundation/security/use-the-ssl-wizard](https://experienceleague.adobe.com/en/docs/experience-manager-learn/foundation/security/use-the-ssl-wizard)\n- `Adobe Granite Token Authentication Handler` configured to set `token.samesite.cookie.attr=Partitioned`\n- Remove `X-FRAME-Options=SAMEORIGIN` from `Apache Sling Main Servlet`'s `sling.additional.response.headers` attribute if run locally\n- Add policy for `https://localhost:3000` to `Adobe Granite Cross-Origin Resource Sharing Policy`. The default `adobe` configuraiton can be used as blueprint if run local copy of the app\n- Follow configuration on [https://github.com/maximilianvoss/universal-editor-service-proxy](https://github.com/maximilianvoss/universal-editor-service-proxy) for local development set up\n- Open Universal Editor either \n    - under AEM domain for AEMCS, e.g. [https://author-p7452-e12433.adobeaemcloud.com/ui#/aem/universal-editor/canvas/](https://author-p7452-e12433.adobeaemcloud.com/ui#/aem/universal-editor/canvas/) \n    - or on [https://experience.adobe.com/#/aem/editor/canvas/](https://experience.adobe.com/#/aem/editor/canvas/)\n- For experience.adobe.com use the `Local Developer Login` to authenticate against your local AEM instance when using a local SDK or AEM 6.5\n\n## Available Scripts\n\nIn the project directory, you can run:\n\n### `yarn start`\n\nRuns the app in the development mode.\\\nOpen [https://localhost:3000](https://localhost:3000) to view it in your browser.\n\nThe page will reload when you make changes.\\\nYou may also see any lint errors in the console.\n\n### `yarn build`\n\nBuilds the app for production to the `dist` folder.\n\n### `yarn preview`\n\nRun the built app in production mode locally to verify the build.\n\n### `yarn deploy`\n\nBuild the application and push it to GitHub pages","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fadobe%2Funiversal-editor-sample-editable-app","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fadobe%2Funiversal-editor-sample-editable-app","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fadobe%2Funiversal-editor-sample-editable-app/lists"}