Infrastructure medium complexity backend
0
Dependencies
0
Dependents
0
Entities
0
Integrations

Description

Content delivery network hosting and serving the static landing page assets globally. Provides fast, cached delivery of HTML, CSS, JavaScript, and media without requiring backend infrastructure or authentication.

Feature: Product Landing Page

static-cdn

Sources & reasoning

Blueprint mandates this feature under the Product Showcase area. Source explicitly lists a static landing page in the Sales Website MVP scope (line 253), and the product description (lines 160-169) confirms it as the primary public entry point. MVP scope per phase 1 deliverables.

  • Product 4: Product Sales Website (simple static site) - Purpose: Public information site for prospective organizations - explains what Meander is, shows features, and collects demo requests.
  • Product Sales Website (MVP scope): - Statisk landingsside med produktbeskrivelse og fordeler
  • sales-product | Product Showcase | Product Landing Page, Feature Overview

Responsibilities

  • Host static HTML, CSS, JavaScript, and image assets
  • Cache and distribute content via global edge nodes
  • Serve content over HTTPS with valid TLS certificates
  • Apply cache invalidation when site content is updated
  • Provide low-latency delivery to international visitors

Interfaces

serveAsset(path): HttpResponse
invalidateCache(path): InvalidationStatus