Infrastructure low complexity frontend
0
Dependencies
0
Dependents
0
Entities
0
Integrations

Description

Deployment configuration for the fully static sales website, targeting a zero-backend hosting provider such as Vercel static export. Includes build pipeline (Next.js static export or Astro) and CDN configuration. Completely isolated from the operational products' hosting environment.

Feature: Product Landing Page

sales-site-static-hosting

Sources & reasoning

The implementation notes explicitly require an independent hosting pipeline separated from the operational products. This infrastructure component captures the build and deployment configuration that ensures the sales site has no shared runtime with the Mobile App or Admin Web Portal.

No source references — this artifact was included based on reasoning alone (see above).

Responsibilities

  • Configure static build output (Next.js static export or Astro)
  • Deploy to CDN-backed static hosting independent of operational backend
  • Manage environment separation from Mobile App and Admin Web Portal deployments

Interfaces

buildStaticSite()
deployToCDN()