Dev repository of the site: https://shopcall.ai https://shopcall.ai

Claude b83a058dd5 chore: remove verification report documentation #5 před 5 měsíci
shopcall.ai-main 643266288d feat: add WooCommerce integration UI with OAuth callback handling and store management #12 před 5 měsíci
supabase a3833d49a6 feat: Implement WooCommerce scheduled automatic sync #14 před 5 měsíci
.gitignore d85f99fd80 Revert "docs: add Supabase MCP access test results #10" před 5 měsíci
.mcp-gogs.json 66b96d8a86 feat: implement WooCommerce data synchronization (products, orders, customers) #13 před 5 měsíci
CLAUDE.md 324e15704e docs: update CLAUDE.md with WooCommerce sync documentation #13 před 5 měsíci
DEPLOYMENT_GUIDE.md 7f9c6548d2 feat: Implement ShopRenter scheduled background sync #5 před 5 měsíci
FIX_JWT_ISSUE.md 9f4449040f Initial commit: ShopCall.ai monorepo před 5 měsíci
MISSING_FEATURES.md 9f4449040f Initial commit: ShopCall.ai monorepo před 5 měsíci
NEW_ISSUE_TEMPLATE.md 40948d00c9 docs: Add template for creating new WooCommerce implementation issue #7 před 5 měsíci
README.md 9f4449040f Initial commit: ShopCall.ai monorepo před 5 měsíci
REFACTORING_SUMMARY.md 9f4449040f Initial commit: ShopCall.ai monorepo před 5 měsíci
SHOPRENTER.md b0f7af4370 fix: replace hardcoded URLs with environment variables #3 před 5 měsíci
SUGGESTED_NEW_ISSUE_BODY.md 84cf79ab1c docs: Add issue #7 resolution summary and new issue template #7 před 5 měsíci
TODO.md 9f4449040f Initial commit: ShopCall.ai monorepo před 5 měsíci
deploy-functions.sh 9f4449040f Initial commit: ShopCall.ai monorepo před 5 měsíci
deploy-shoprenter.sh f52c6e6c27 chore: Add automated deployment script for ShopRenter integration #5 před 5 měsíci
deploy-woocommerce.sh 1b10b414d2 feat: Implement WooCommerce OAuth 1.0a authentication flow #11 před 5 měsíci
fix-jwt.sh 9f4449040f Initial commit: ShopCall.ai monorepo před 5 měsíci
package.json 9f4449040f Initial commit: ShopCall.ai monorepo před 5 měsíci
shoprenter.docs.html 9f4449040f Initial commit: ShopCall.ai monorepo před 5 měsíci

README.md

ShopCall.ai

AI-powered calling system integrated with e-commerce platforms.

Repository Structure

This is a monorepo containing the following packages:

shopcall/
├── shopcall.ai-main/          # Frontend application (React + Vite + TypeScript)
├── shopcall.ai-backend-main/  # Backend API (Express.js)
├── supabase/                  # Supabase configuration and Edge Functions
├── docs/                      # Documentation files
│   ├── CLAUDE.md             # Development guidelines for AI assistants
│   ├── DEPLOYMENT_GUIDE.md   # Deployment instructions
│   ├── REFACTORING_SUMMARY.md # Code refactoring notes
│   ├── TODO.md               # Project roadmap and tasks
│   └── MISSING_FEATURES.md   # Feature tracking
└── package.json              # Root workspace configuration

Quick Start

Prerequisites

  • Node.js 18+ and npm
  • Supabase account
  • Shopify/WooCommerce API credentials (for integrations)

Installation

Install dependencies for all packages:

# Install Supabase CLI globally or at root
npm install

# Install frontend dependencies
cd shopcall.ai-main
npm install

# Install backend dependencies
cd ../shopcall.ai-backend-main
npm install

Development

Frontend:

cd shopcall.ai-main
npm run dev  # Start dev server on port 8080

Backend:

cd shopcall.ai-backend-main
npm start    # Start Express server

Supabase Functions:

# Deploy all functions
./deploy-functions.sh

# Or deploy individually
npx supabase functions deploy <function-name>

Environment Setup

Create .env files in both frontend and backend directories:

Backend (shopcall.ai-backend-main/.env):

SUPABASE_URL=your_supabase_url
SUPABASE_ANON_KEY=your_anon_key
SHOPIFY_API_KEY=your_shopify_key
SHOPIFY_API_SECRET=your_shopify_secret
EMAIL_USER=your_gmail
EMAIL_PASSWORD=your_gmail_app_password
NODE_ENV=development

Technology Stack

Frontend

  • React 18 with Vite
  • TypeScript
  • Tailwind CSS + shadcn/ui
  • React Router v6
  • React Query
  • React Hook Form + Zod

Backend

  • Express.js v5
  • Supabase (PostgreSQL + Auth)
  • Nodemailer
  • OAuth integrations (Shopify, WooCommerce)

Infrastructure

  • Supabase Edge Functions (Deno)
  • Vercel (hosting)

Documentation

Deployment

Both frontend and backend deploy to Vercel:

See DEPLOYMENT_GUIDE.md for detailed instructions.

License

Proprietary - All rights reserved

Support

For issues or questions, contact the development team.