Building a Production Company Website on AWS — Project Overview — CoPilot Blog
    Neura MarketNeura Market/CoPilot
    ChatGPTChatGPTClaudeClaudeGeminiGeminiCursorCursorGrokGrokPerplexityPerplexityCoPilotCoPilot
    DeepSeekDeepSeekStable DiffusionStable DiffusionMidjourneyMidjourney
    View All Directories
    OverviewRulesPromptsMCPsAgentsBlogVideosGuidesCoursesCommunityPluginsTrendingGenerate
    CoPilotBlogBuilding a Production Company Website on AWS — Project Overview
    Back to Blog
    Building a Production Company Website on AWS — Project Overview
    aws

    Building a Production Company Website on AWS — Project Overview

    Josh Blair May 21, 2026
    0 views

    What We Built This series documents the end-to-end process of designing, building, and...

    ## What We Built This series documents the end-to-end process of designing, building, and deploying a production company website for a software and cloud consulting business. The result is a modern, fully serverless stack with automated CI/CD deployments — built intentionally to demonstrate and practice the AWS services I use professionally. **Tech stack at a glance:** | Layer | Technology | |---|---| | Frontend | React 18 + Vite + TypeScript + Tailwind CSS v4 | | Hosting | Amazon S3 + CloudFront (CDN) | | DNS & TLS | Route 53 + ACM (SSL/TLS certificate) | | CI/CD | GitHub + AWS CodePipeline + CodeBuild | | Contact API | API Gateway (HTTP) + AWS Lambda (Python) | | Data storage | Amazon DynamoDB | | Email delivery | Amazon SES | | IaC | AWS CloudFormation + AWS SAM | --- ## Architecture Overview ![Architecture overview](https://bonefishsoftware.com/diagrams/bonefish-software-site-architecture.png) --- ## CI/CD Pipeline Every push to the `main` branch on GitHub automatically triggers a full build and deploy: ![CI/CD pipeline](https://bonefishsoftware.com/diagrams/ci-cd-pipeline.png) --- ## Articles in This Series | # | Article | What it covers | |---|---|---| | 1 | **Project Overview** *(this article)* | Full architecture, stack decisions, what we're building | | 2 | [React + Vite + Tailwind Setup](https://dev.to/josh_blair/react-vite-typescript-tailwind-css-v4-project-setup-4c34) | Scaffolding the SPA, routing, design system, component structure | | 3 | [Static Site Hosting on AWS](https://dev.to/josh_blair/static-site-hosting-on-aws-s3-cloudfront-acm-and-route-53-20b2) | S3, CloudFront with OAC, ACM, Route 53 DNS, CloudFormation | | 4 | [CI/CD with CodePipeline & CodeBuild](https://dev.to/josh_blair/cicd-with-aws-codepipeline-and-codebuild-1h40) | GitHub connection, pipeline stages, buildspec.yml, IAM roles | | 5 | [Serverless Contact Form](https://dev.to/josh_blair/serverless-contact-form-lambda-api-gateway-dynamodb-and-ses-21ap) | Lambda, API Gateway, DynamoDB, SES, CORS, SAM deployment | --- ## Key Design Decisions ### Why React + Vite (not Next.js)? Next.js is a great framework, but for a static marketing site, it's overhead. Vite produces a clean static build (`dist/`) that S3 + CloudFront serves perfectly. The site has no server-side rendering requirements. Vite also gives faster local dev iteration. ### Why S3 + CloudFront (not Amplify or Vercel)? This project is intentionally built on "raw" AWS primitives — CodePipeline, CloudFormation, S3, CloudFront — rather than abstracted platforms. The goal is to learn and demonstrate AWS services used in real enterprise projects. ### Why CloudFormation (not CDK or Terraform)? CloudFormation is the AWS-native tool that every AWS practitioner encounters. Understanding it directly — before abstracting to CDK — builds a stronger mental model of what's actually being deployed. ### Why separate ACM cert in us-east-1? CloudFront is a global service and requires ACM certificates to be provisioned specifically in `us-east-1`, regardless of where your other resources live. This is an AWS constraint, not a design choice. ### Why CloudFront OAC (not OAI)? Origin Access Control (OAC) is the modern replacement for Origin Access Identity (OAI). It supports all S3 operations, works with SSE-KMS encrypted buckets, and uses AWS SigV4 signing. --- ## Repository Structure ```plaintext bonefishsoftware.com/ ├── src/ # React source │ ├── components/ # Navbar, Footer, SectionHeader │ ├── pages/ # Home, Services, Technologies, Portfolio, Team, Contact │ └── data/ # services.ts, technologies.ts, team.ts ├── public/ # Static assets (logo, sitemap, robots.txt) ├── lambda/ │ └── contact/ # Python Lambda — contact form handler ├── infra/ │ ├── acm/ # certificate.yml (deploy to us-east-1) │ └── stacks/ │ ├── website.yml # S3 + CloudFront (deploy to us-west-2) │ ├── pipeline.yml # CodePipeline + CodeBuild (deploy to us-west-2) │ └── contact-api.yml # SAM — API Gateway + Lambda + DynamoDB (deploy to us-west-2) ├── docs/ # This documentation ├── buildspec.yml # CodeBuild build spec └── index.html # Vite entry point with SEO meta tags ```

    Tags

    awswebdevtutorialcloud

    Comments

    More Blog

    View all
    Minimalist EKS: The Easy Waykubernetes

    Minimalist EKS: The Easy Way

    Amazon EKS manages the Kubernetes control plane, but you remain responsible for provisioning the...

    J
    Joaquin Menchaca
    Never forget to enter the Stern Grove lottery again!ai

    Never forget to enter the Stern Grove lottery again!

    Browser automation with Playwright, Python, GitHub Actions, and Entire to auto-enter San Francisco Stern Grove concert lotteries each week!

    L
    Lizzie Siegle
    A Free Screenshot Editor That Never Uploads Your Imagetypescript

    A Free Screenshot Editor That Never Uploads Your Image

    A free screenshot and image editor that runs entirely in your browser. Keeping every edit reversible and handling big phone photos, in plain TypeScript and Canvas2D.

    M
    Martin Stark
    I built a CLI to break my highlights out of Apple Booksshowdev

    I built a CLI to break my highlights out of Apple Books

    A macOS CLI + MCP server that exports Apple Books highlights to Markdown and gives AI assistants direct access to your reading notes.

    A
    Andrey Korchak
    A Developer's Guide to Agent Hooks in Antigravity CLIai

    A Developer's Guide to Agent Hooks in Antigravity CLI

    Motivation To be quite honest, "Hooks"—the shell commands we trigger at specific points...

    T
    Tanaike
    Tactical vs. Strategic Agentic AI Development — A Playbook for Developersagents

    Tactical vs. Strategic Agentic AI Development — A Playbook for Developers

    The Strategic Engineer: Why Writing Code Is No Longer Your Most Valuable Skill ...

    A
    Adewumi Saheed Adewale

    Stay up to date

    Get the latest CoPilot prompts, rules, and resources delivered to your inbox weekly.

    Neura Market LogoNeura Market

    Discover the best AI prompts, plugins, and resources for CoPilot and more.

    Content Types

    • Rules
    • Prompts
    • MCPs
    • Agents
    • Guides

    Platforms

    • ChatGPT Directory
    • Claude Directory
    • Gemini Directory
    • Cursor Directory
    • Grok Directory
    • Perplexity Directory
    • DeepSeek Directory
    • CoPilot Directory
    • Stable Diffusion Directory
    • Midjourney Directory
    • All Directories

    Resources

    • Blog
    • Documentation
    • Help Center
    • Marketplace

    Legal

    • Privacy Policy
    • Terms of Service

    © 2026 Neura Market. All rights reserved.

    |

    Not affiliated with any AI platform vendors.