Skip to content

AEM Edge Delivery Services (EDS) Technology Stack

CMS: AEM EDS

Adobe’s Edge Delivery Services (formerly Franklin/Helix) — document- authored, build-step-free sites optimized for top-tier performance, chosen when speed-to-market and Core Web Vitals are the priority over deep custom authoring workflows.

LayerTechnology / ToolNotes
Backend/PlatformAdobe App Builder (Adobe I/O Runtime)Serverless functions for backend logic & integrations
FrontendVanilla JS (ES Modules)No build step; core EDS block architecture
FrontendPreactMore complex interactive components
FrontendDropin development (e.g. Adobe Commerce Dropins)Reusable, framework-agnostic prebuilt component pattern
FrontendUniversal EditorBlocks instrumented for in-context editing
Testing & QALighthouse CICore to EDS’s performance value proposition
Testing & QAPlaywrightE2E testing
CI/CD & toolingGitHub ActionsNative pairing; source repo is GitHub
CI/CD & tooling@adobe/aem-cliLocal dev server & tooling
CI/CD & toolinghelix-importerContent migration tooling
Infrastructure & hostingAdobe Edge Delivery (Fastly-based)Adobe-managed CDN/edge; no separate hosting to provision

Content authoring/modeling tooling is intentionally excluded — authoring workflows and content modeling are the content team’s remit, not development’s. Content may originate in Word/Google Docs or directly in AEM, depending on the project. See also shared-stack.md for cross-cutting tools (version control, testing, design handoff) that apply here too — note EDS’s CI/CD and version control already default to GitHub, matching the shared stack.