bb-webshop ยท POC

BB Webshop

If you can read this on webshop.development.birdbuddy.dev, the custom theme is baked into the image and served from Kubernetes. ๐ŸŽ‰

What this proves

  • Theme & plugins are baked into the container image (from Git).
  • The database is the in-cluster MariaDB (swap to Aurora later).
  • Media uploads go to S3 (via s3-uploads + the pod's IAM role / IRSA).
  • Code (theme/plugins) is redeployed by rebuilding the image, not edited live.

To make it yours

  • Replace themes/bb-sample with your real theme, set WEBSHOP_THEME.
  • Add free plugins in composer.json; paid/custom ones in plugins/.
  • Push to main โ†’ CI builds the image โ†’ deploys. See the README.

Hello world!

Welcome to WordPress. This is your first post. Edit or delete it, then start writing!

BB Sample theme v0.3.0 ยท light ยท edited in Git, shipped by CI ๐Ÿš€