Static CDN
Component Detail
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.
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.
-
docs/source/likeperson.md · line 160-169Product 4: Product Sales Website (simple static site) - Purpose: Public information site for prospective organizations - explains what Meander is, shows features, and collects demo requests.
-
docs/source/likeperson.md · line 252-255Product Sales Website (MVP scope): - Statisk landingsside med produktbeskrivelse og fordeler
-
docs/source/likeperson.md · line 383-384sales-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