Figma Landing Page on AWS

Замовник: AI | Опубліковано: 09.01.2026

I have a finished Figma mock-up of a single-screen landing page and want it live on my AWS account as quickly and cleanly as possible. The page must be pixel-perfect, responsive, and lightweight, then deployed behind my domain with SSL enabled—S3 + CloudFront or a small EC2/Nginx setup is fine as long as it keeps costs low and gives me straightforward control. Core features • A clear “Sign Up” button that opens a form (modal or separate route) capturing name, email, and phone number. • Data should flow into a reliable store I can export anytime—an AWS DynamoDB table, a simple RDS instance, or direct push to Mailchimp all work; choose whichever lets me start sending email newsletters without extra hassle. • Email newsletter capability ready on day one: either connect the form to Mailchimp or wire it to an SES/Pinpoint template so I can broadcast updates while the mobile apps are in development. • Basic thank-you/autoresponder on successful submission. • Clean, commented codebase (React, Vue, or vanilla JS—use what you’re quickest with) plus a short README covering deployment commands and where the contacts live. Acceptance criteria 1. Design matches Figma within a few pixels on modern browsers and mobile. 2. Form reliably stores each submission and triggers a confirmation email. 3. AWS infrastructure created via CloudFormation or Terraform file so I can reproduce the stack. 4. Everything runs from my Git repo with clear instructions for future edits. Hand-off is complete when the site is live on my domain, I can see test sign-ups arriving, and I can send a test newsletter successfully.