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.

Sample Page

This is an example page. It’s different from a blog post because it will stay in one place and will show up in your site navigation (in most themes). Most people start with an About page that introduces them to potential site visitors. It might say something like this:

Hi there! I’m a bike messenger by day, aspiring actor by night, and this is my website. I live in Los Angeles, have a great dog named Jack, and I like piña coladas. (And gettin’ caught in the rain.)

…or something like this:

The XYZ Doohickey Company was founded in 1971, and has been providing quality doohickeys to the public ever since. Located in Gotham City, XYZ employs over 2,000 people and does all kinds of awesome things for the Gotham community.

As a new WordPress user, you should go to your dashboard to delete this page and create new pages for your content. Have fun!

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