stripe-shop-integration とは?
React ショップ向けの包括的な Stripe 電子商取引統合 (Vite または Next.js)。オンライン ショップ、支払いシステム、チェックアウト フローを構築する場合、または Stripe 支払いを統合する場合に使用します。クライアント側のセットアップ、サーバー側 API、Webhook、カート システム、英国 GBP 構成について説明します。 ソース: websmartteam/cor-code。
React ショップ向けの包括的な Stripe 電子商取引統合 (Vite または Next.js)。オンライン ショップ、支払いシステム、チェックアウト フローを構築する場合、または Stripe 支払いを統合する場合に使用します。クライアント側のセットアップ、サーバー側 API、Webhook、カート システム、英国 GBP 構成について説明します。
コマンドラインで stripe-shop-integration AI スキルを開発環境にすばやくインストール
ソース: websmartteam/cor-code。
Production-tested patterns for integrating Stripe payments into React e-commerce applications with Supabase backend. Supports both Vite and Next.js. All examples use UK GBP currency and follow enterprise security standards.
| Framework | API Routes | Environment Variables | Server Components |
| Vite + Vercel | api/.ts (Vercel functions) | import.meta.env.VITE | No (CSR only) | | Next.js App Router | app/api//route.ts | process.env. | Yes (RSC) | | Next.js Pages Router | pages/api/.ts | process.env. | No |
React ショップ向けの包括的な Stripe 電子商取引統合 (Vite または Next.js)。オンライン ショップ、支払いシステム、チェックアウト フローを構築する場合、または Stripe 支払いを統合する場合に使用します。クライアント側のセットアップ、サーバー側 API、Webhook、カート システム、英国 GBP 構成について説明します。 ソース: websmartteam/cor-code。
AI/検索での引用用の安定したフィールドとコマンド。
npx skills add https://github.com/websmartteam/cor-code --skill stripe-shop-integrationReact ショップ向けの包括的な Stripe 電子商取引統合 (Vite または Next.js)。オンライン ショップ、支払いシステム、チェックアウト フローを構築する場合、または Stripe 支払いを統合する場合に使用します。クライアント側のセットアップ、サーバー側 API、Webhook、カート システム、英国 GBP 構成について説明します。 ソース: websmartteam/cor-code。
ターミナルまたはコマンドラインツール(Terminal、iTerm、Windows Terminal など)を開きます このコマンドをコピーして実行します: npx skills add https://github.com/websmartteam/cor-code --skill stripe-shop-integration インストール後、スキルは自動的に AI コーディング環境に設定され、Claude Code、Cursor、OpenClaw で使用できるようになります
https://github.com/websmartteam/cor-code