The numbers speak for themselves
Vault-backed numbers. No presentation-grade estimates. Each one is reconcilable to the founder's own reporting.
- Theme commits across the Shopify build
- 841
- Production integrations shipped in the custom app
- 2
- Liquid template serving Certificates of Analysis for every product
- 1
841 commits on the amplified-new theme repo across ~12 months. Iterative design versions (branches d4 to d7) covered the Figma-to-Shopify conversion, dynamic lab-report system, metafield-powered upsells, and trust and quality branding sections.
SRC: Vault projects/1-shopify-theme.yaml, GitHub muscled-clients/amplified-new, 2026-05-21
A custom Shopify app delivering two distinct integrations from one Remix codebase: a dfin third-party payment gateway flow with HMAC-verified Shopify webhooks and orderMarkAsPaid via the Admin GraphQL API, and a tiered shipping-protection checkout UI extension that prices protection by cart subtotal.
SRC: Vault projects/2-custom-app.yaml, GitHub Muscled-clients-repo/enhanced_amino, 2026-05-21
One custom page template (page.product-details.liquid) reads the product handle from the URL, looks the product up via all_products, and renders its Certificate of Analysis image from a custom metafield. New lab reports go live by uploading a metafield image. No new page templates required per product.
SRC: Vault notes.md (theme code-confirmed), 2026-05-21
Amplified Amino monthly revenue
The full homepage, shown two ways
Two side-by-side screenshots of the long homepage. Hover the desktop card to slowly scroll the screenshot top to bottom, so visitors see the entire page without leaving this one.
-
Desktop · full homepage after rebuild
-
Mobile-first after rebuild
How the engagement unfolded
-
-
Shopify theme build — Figma-to-storefront conversion
Dec 2024 — ongoing through 2025 -
Custom app pivot — dfin payment gateway + tiered checkout extension
Jan 2025 — May 2025 -
Final polish, email migration, theme iteration, then brand wind-down
May 2025 — Dec 2025
What we built
What was holding them back?
-
01
Lab reports needed per product without one template per SKU
-
02
Third-party payment gateway needed inside the Shopify order flow
-
03
Shipping protection had to price by cart, not flat-fee, inside Checkout
-
04
Figma designs had to land as a maintainable Shopify theme, not a one-shot build
Before and after
Funnel collapse: we removed a full page from the path to purchase.
What we built to fix it
Each fix maps to a specific lift in the funnel.
-
Dynamic COA / lab-report system — one Liquid template, every SKU
-
Custom Shopify app integrating the dfin payment gateway end-to-end
-
Tiered shipping-protection checkout UI extension
-
Figma-to-Shopify theme conversion built on reusable, admin-editable sections
What it was built on
Tools picked for the job, not for the resume.
-
ShopifyPlatform
-
Liquid + custom sectionsTemplating
-
Remix v2 (Shopify App Template)App framework
-
Node.js + Express 4Backend
-
Prisma 4 + PostgreSQLData layer
-
dfin payment gatewayPayments
-
Shopify Checkout UI Extensions (React)Checkout
-
Omnisend + NodemailerEmail
Speed is a revenue lever, not a vanity score
Every Muscled build is engineered to the same standard. The numbers below are the published industry benchmarks we design against, not stand-ins for any one client's figures.
- +8.4%
- 2.4%
- +10-20%
SRC: DELOITTE / GOOGLE
SRC: SHOPIFY PERFORMANCE DATA
SRC: SHOPIFY MOBILE BENCHMARKS
// OUR PERFORMANCE GATE we don't ship unless field Core Web Vitals hold: LCP ≤ 2.5s · INP ≤ 200ms · CLS < 0.1 (p75, mobile)
The techniques behind a build like this
Dynamic content & lab reports
- Dynamic COA template
- URL handle → product lookup
- Metafield-driven lab reports
- page.product-details.liquid
- all_products lookup
- Product- and variant-level metafields
- coa_button.liquid conditional render
- Zero-new-templates scaling
- Metafield-only content updates
- Lab report image upload workflow
Custom Shopify app — dfin payment gateway
- dfin gateway integration
- orderMarkAsPaid mutation
- HMAC-verified Shopify webhooks
- Remix v2 + Express 4
- Shopify App Template
- Prisma 4 + PostgreSQL
- PaymentMapping state machine
- GetOrderDetails Admin GraphQL
- Bearer-token dfin webhook verify
- timingSafeEqual HMAC compare
- Raw body bodyParser.raw
- Heroku Docker deploy
- OAuth scopes: read/write orders + products
Tiered shipping-protection checkout extension
- purchase.checkout.block.render
- Four-tier subtotal pricing
- Auto add / remove variant on cart change
- @shopify/ui-extensions-react/checkout
- API 2024-10
- useCartLines + useApplyCartLinesChange
- $1.50 / $2.50 / $3.50 / $4.50 tiers
- Subtotal recompute on cart edit
- Switch opt-out toggle
- Stale-tier variant cleanup
- T&Cs modal link
Theme breadth — sections, content, integrations
- Figma-to-Shopify conversion
- Reusable admin-editable sections
- Metafield-powered upsells
- Homepage + PDP redesign
- Custom collection pages with filters
- Breadcrumb navigation
- Trust & quality sections (choose-us, quality-verify, comparison)
- Before/after section
- Countdown timer section
- About / Story / Team / Lookbook / FAQ / Quality Control / Contact
- Shipping-protection product template (ties to app)
- Shogun page builder
- BSS Commerce content/login app
- Omnisend customer-facing email
- Nodemailer internal alerts
One build. Multiple markets.
Same theme code across markets, with localized pricing, currency, and region-specific content routed automatically.
United States
Storefront at engagement (brand later shut down by client)United States screenshotServed from the same Shopify Markets build. Dedicated capture not included.
Every section, built mobile-first
The full build is many numbered sections, each designed for the phone first. The rail below shows a sample. Scroll horizontally to step through.
What the work delivered
Each number is reconcilable to the founder's own reporting.
- Theme commits across the Shopify build
- 841
- Production integrations shipped in the custom app
- 2
- Liquid template serving Certificates of Analysis for every product
- 1
841 commits on the amplified-new theme repo across ~12 months. Iterative design versions (branches d4 to d7) covered the Figma-to-Shopify conversion, dynamic lab-report system, metafield-powered upsells, and trust and quality branding sections.
SRC: Vault projects/1-shopify-theme.yaml, GitHub muscled-clients/amplified-new, 2026-05-21
A custom Shopify app delivering two distinct integrations from one Remix codebase: a dfin third-party payment gateway flow with HMAC-verified Shopify webhooks and orderMarkAsPaid via the Admin GraphQL API, and a tiered shipping-protection checkout UI extension that prices protection by cart subtotal.
SRC: Vault projects/2-custom-app.yaml, GitHub Muscled-clients-repo/enhanced_amino, 2026-05-21
One custom page template (page.product-details.liquid) reads the product handle from the URL, looks the product up via all_products, and renders its Certificate of Analysis image from a custom metafield. New lab reports go live by uploading a metafield image. No new page templates required per product.
SRC: Vault notes.md (theme code-confirmed), 2026-05-21