01Custom clinical dark design system with per-product color accents and typography tokens matching pharmaceutical label artwork
02Animated cart drawer with free-shipping progress bar, quantity controls, and item-level animations (Framer Motion)
03Mega menu on Products hover with horizontal scrollable product cards rendered via React Portal to escape the header's filter context
04Mobile navigation drawer with spring animation, body scroll lock, and portal rendering for reliable positioning
055-step "Find Your Protocol" quiz with tag-based scoring algorithm, bundle recommendation, 15% bundle discount, and automatic cart population
06Product detail pages with gallery carousel, full nutritional reference value (NRV) tables, EFSA health claims, directions, warnings, and ingredient breakdowns per locale
07Filterable products catalogue with category pills and animated grid reflow
08Custom Stripe Elements checkout on our own domain (PCI SAQ A) with server-side price verification, Payment Intents, idempotency keys, and webhook-based fulfillment
09Speedy courier integration: rate calculation, office lookup, shipment creation, and tracking — with cached quotes and fallback flat rates
10Full EN/BG localization including product translations, EFSA claims, and NRV rows stored per-locale in the database
11Drizzle schema with 11 tables: products, translations, prices, images, claims, NRV rows, customers, orders, order items, shipping quotes, speedy offices
12Stripe webhook handler with raw-body signature verification on Node runtime — payment_intent.succeeded creates the Speedy shipment and sends confirmation email
13Dynamic shipping address form with real-time quote recalculation and delivery method selector (home / office pickup / international)
14Zod validation at every API boundary; server-side recomputation of cart totals from trusted DB data
15Production deployment on Linux VPS: private GitHub repo cloned via deploy key, Drizzle migrations, seed script, PM2 process under a dedicated user, nginx SSL cert swap via Cloudflare, zero-downtime reloads