HubSpot × Shopify

Portfolio

From headless EC sites with Shopify to HubSpot CRM integration - unified EC and marketing automation solutions

Categories

AI-Powered Site Development & Deployment

Non-engineer-friendly workflow for publishing and managing sites using Claude Code × GitHub × Vercel

Other Topics

Claude Code × GitHub × Vercel Workflow

AI coding with Claude Code or Cursor → Push to GitHub → Auto-deploy with Vercel. From preview environment checks to PR merging, a low-cost setup for the 'build → verify → publish' cycle.

Claude CodeGitHubVercel
View Details

Development Environment Setup

For simple HTML-based pages or single-page landing pages, Cursor is convenient—GUI-based operations make file creation and editing visually intuitive. For projects spanning multiple files or adding API-powered features, I work with Claude Code running in the terminal, where it can oversee the entire project.

Claude CodeCursor開発環境
View Details

GitHub × Vercel Integration Setup

Link GitHub and Vercel, and your site automatically deploys whenever you push to GitHub. Setup is simple—just select your GitHub repository from the Vercel project and sync. Once configured, synchronization happens automatically without you thinking about it.

GitHubVercel連携
View Details

Utilizing Vercel Services

Vercel is more than just a hosting service. It offers Storage features including databases (KV, Postgres), scheduled execution (QStash), and email sending (Resend). Claude Code can handle coding that leverages these services when instructed. Speed Insight, available for about $10/month, quantifies site performance and usability issues.

VercelKVQStash
View Details

Low-Cost Operations Strategy

For small scale, both GitHub and Vercel can barely manage within free tiers. Claude Code starts at about $20/month for modest use, enabling low-cost 'build → publish' workflows. Even at larger scale, Claude Code $100, Cursor $20, Vercel Pro $20 plus some usage fees lets you manage multiple sites and pages.

コスト無料枠低コスト運用
View Details

Headless EC with Shopify

Shopify Storefront API, Next.js ISR, member pricing - fast and flexible headless EC site design

Other Topics

Headless EC Site with Shopify

Leverage Shopify's product management and checkout while fully customizing the frontend. Next.js enables fast static generation, flexible design, and complex business logic implementation. Break free from theme constraints and build a site that expresses your brand.

ShopifyStorefront APIHeadless
View Details

Fast Page Loading with Next.js ISR

Incremental Static Regeneration (ISR) combines static site speed with dynamic content freshness. Product pages are served instantly from cache, dramatically improving Core Web Vitals. Inventory and price updates are automatically reflected via Webhooks.

ISRNext.js静的生成
View Details

Shopify Cart API Integration

Add to cart, update quantity, and remove items without page reloads. This stress-free shopping experience prevents cart abandonment and improves conversion rates. Implementation combines Storefront API mutations with React state management.

ShopifyCart APIAjax
View Details

B2B Auto-Discount & Invoice Payment System

Automatically display discount prices when B2B customers log in. Combine Shopify customer tags and coupon features for flexible pricing without code changes. Invoice payment via draft orders streamlines B2B transaction workflows.

B2B会員価格自動割引
View Details

Cloudinary Image Delivery Optimization

Optimize image delivery costs in headless EC with Cloudinary. Automatic format conversion, resizing, and CDN delivery improve load times while significantly reducing server load and costs. Shopify product image sync can also be automated.

CloudinaryCDN画像最適化
View Details

HubSpot CRM/CMS Setup & External Integration

From HubSpot implementation to custom API integrations beyond standard connectors and external tool integrations

Other Topics

POS & Omnichannel Integration

Unifying online and offline customer data for seamless customer experience

Other Topics

Accounting & Invoice Automation

Auto-generate invoices from spreadsheets with idempotency control and retry mechanisms

Other Topics

Order Management Integration

Bidirectional sync with order management systems and secure OAuth-based API integration

Other Topics

Other Solutions & Ideas

Business improvement and problem-solving ideas and project examples that don't fit specific categories

Other Topics

Internal AI Assistant Implementation Overview

To eliminate dependency on specific staff in customer support, we integrated internal wiki with AI chat. By having AI learn from thousands of support records, we built a RAG system that generates evidence-based responses. This created an information foundation usable from day one, even for new employees.

社内WikiRAGAIアシスタント
View Details

RAG System Design Approach

Why we chose RAG (Retrieval-Augmented Generation). The difference from simple ChatGPT usage, the importance of being able to cite sources, and an explanation of how RAG works that even non-engineers can understand.

RAG検索拡張生成ベクトル検索
View Details

Integrating Distributed Data with Vector Search

Integrating multiple data sources—manuals, support history, estimate data—into a single database. We introduce the mechanism that enables cross-searching all data in one query and the concept of vector search.

データ統合Embeddingチャンク
View Details

AI Chat UI/UX Design and Operations

Chat widget available on every page, friendly design, clear disclaimers, and transparency through audit logs. We explain the UI/UX design and operational points aimed at creating an AI chat that people actually use.

チャットUIウィジェット免責事項
View Details

Cost Optimization Through Differential Sync

Processing thousands of records every time takes both time and money. We introduce the differential sync mechanism that uses content hashing to detect changes and reprocesses only what has changed.

差分同期コスト最適化ハッシュ
View Details