Skip to main content

E-Commerce Website Crafting & Enhancement

Significantly accelerated marketing iteration speed and cross-platform conversion rates by injecting frontend engineering solutions into a constrained SaaS e-commerce platform (Bigcommerce).

TL;DR

Engineered dynamic frontend solutions and custom CI/CD workflows to bypass native SaaS limitations. Successfully automated marketing operations with a real-time promotion CMS and boosted sales conversions via a seamless App-to-Web CRM bridge.

The Challenge & Impact

  • The Challenge: The company relied heavily on BigCommerce, but its native architecture tightly coupled content with code. Every minor promotional banner update required a full engineering deployment, creating severe marketing bottlenecks.
  • The Objective: To build a frontend components and operational workflows that empower the marketing team to execute campaigns independently without disrupting the main platform's stability.
  • The Impact: Eliminated engineering dependency for marketing updates (Zero deployments required for banner changes). Minimized deployment conflicts by introducing a dormant-feature Git workflow, significantly improving team delivery speed.

Engineering Execution & Workflow

Marketing-Driven Dynamic Promotion Bar

  • Problem: While BigCommerce provided a native backend input field for promotional text, our custom theme lacked a component to render this dynamically. Previously, updating the banner required engineers to hardcode the HTML/CSS and trigger a full deployment.
  • Solution: Engineered a dynamic frontend component that directly consumes the BigCommerce CMS payload. By bridging the native backend input with this custom React/JS rendering logic, the marketing team can now update the text in the platform, and the promotion bar immediately reflects the changes on the live site—achieving zero-deployment content updates.

promotion-bar

Bridging the Gap: App to Web CRM

  • Problem: Friction in user journey from the desktop and mobile App to the Web Store resulted in drop-offs.
  • Solution: Developed a lightweight bridged page serving as an authentication handshake. This allowed in-app customers to seamlessly transition to the Web Store with their session state preserved, directly boosting purchase conversion rates.

CI/CD & Customized Git Workflow

  • Problem: High-frequency marketing campaigns often required "dormant features" (code completed but waiting for a specific launch date), which clashed with regular staging deployments.
  • Implementation: Redesigned the Git branching strategy to strictly isolate feature, staging, and production branches. This custom workflow ensured that dormant features could be safely merged and tested without accidentally going live before the campaign embargo lifted.

git-like-workflow

Frontend UI Showcase

👀 Click to expand: E-commerce Responsive Layouts and Cross-Platform Integration

Component Optimization: Product Card

Refactored the core product card component to ensure visual consistency across dynamic content lengths, significantly improving the UI/UX grid alignment.

Before & After

product-card-oldproduct-card

Comprehensive Responsive Design

Built a complete, mobile-first e-commerce experience including Store Locators, Cart flows, and User Authentication pages.

responsive-webresponsive-mobile

Find A Store

find-store

Store Page & Cart

store-pagecart-mobile

Login Page

cart-mobile

App-to-Web Bridge Demo