Technology Stack - Alpha Medical

πŸ”’

Investor Relations

This section is password-protected

Don't have access? Contact jouiet.hat@gmail.com

278 Scripts
All Created by Claude Code (Sonnet 4.5) β€’ $255K Development Costs Avoided

RΓ΄le de Claude sur la Tech Stack

100% de la stack technologique créée/déployée par Claude Code

  • 278 Python scripts: Deployment (27), Analysis (45), Automation (30), Maintenance (40), Marketing (10), Lead generation (15), +111 autres
  • 475 git commits: Chaque commit co-authored by Claude (vΓ©rifiable: git log --grep="Claude")
  • 82+ sessions: AmΓ©lioration continue quotidienne (Session 67 β†’ 69 β†’ 71 β†’ 80 β†’ 82 β†’ 84+)
  • Infrastructure decisions: Shopify Admin API (REST + GraphQL), Klaviyo, N8N, GitHub Actions, Power BI
  • Architecture patterns: API-first, progressive disclosure memory, specialized agents, empirical verification
  • Evolution: Sonnet 4.5 β†’ 5.0 β†’ 6.0 = automatic stack improvement (compounding advantage)

πŸ“Š Scripts Inventory by Category

Scripts Distribution (278 Total)

Deployment Scripts
27
Automated Shopify deployments
deploy_schema_markup.py, deploy_bundles_page.py, update_investor_metrics.py, etc.
Analysis Scripts
45+
Audits & Verifications
audit_seo_complete.py, verify_klaviyo_flows_live.py, forensic_analysis_*.py, etc.
Automation Scripts
30+
Workflow Creation
create_klaviyo_flows.py, facebook_automation_complete.py, etc.
Maintenance Scripts
40+
Fixes & Updates
fix_bundle_pricing.py, fix_product_seo_metafields.py, update_privacy_policy.py, etc.
Marketing Scripts
10+
Campaigns & Analytics
facebook_automation_complete.py, verify_marketing_readiness.py, etc.
Lead Generation Scripts
15+
Scraping & Processing
lead_generation_scraper.py, clean_and_segment_leads.py, sync_leads_to_sheets.py, etc.
Analytics Scripts
13
Data Analysis
analyze_automation_gaps.py, analyze_lead_snr_factual.py, powerbi_connection_test.py, etc.
Other Scripts
111+
Features, Tests, Utilities
Bundle creation, product management, SEO optimization, etc.

πŸ”— API Integrations (All Configured by Claude)

Shopify Admin API (REST + GraphQL)

  • Version: 2025-10 (latest stable)
  • Authentication: Access token (secure, gitignored)
  • Usage: Products, Orders, Customers, Pages, Themes, Metafields
  • Scripts: 100+ scripts interact with Shopify API

Klaviyo API

  • Plan: $30/month (Email + SMS + 150 mobile credits)
  • Usage: Email flows, Segments, Campaigns, Profiles
  • Status: 4/4 flows LIVE (Welcome, Cart, Browse, Post-Purchase)
  • Scripts: verify_klaviyo_flows_live.py, sync_klaviyo_to_sheet.py

Facebook Marketing API (Meta)

  • SDK: facebook-python-business-sdk (official Meta SDK, API v24.0)
  • Usage: Campaign creation, Custom Audiences, Lookalike Audiences
  • Status: Production-ready script (421 lines), awaiting App setup
  • Script: facebook_automation_complete.py

Google Gemini Vision API

  • Integration: N8N workflow (image processing)
  • Status: ACTIVE (80% success rate, 8/10 executions)
  • Usage: Product image enhancement automation
  • Performance: 46.3s avg processing time per image

Apify API

  • Usage: Lead scraping (Instagram, Facebook, TikTok, LinkedIn)
  • Scripts: lead_generation_scraper.py (317 lines)
  • Status: Ready (awaiting GitHub Secrets configuration)

Google Sheets API

  • Usage: Lead data sync, consumer intelligence storage
  • Scripts: sync_leads_to_sheets.py, sync_facebook_leads_to_sheet.py
  • Status: Configured (Session 56 - credentials setup complete)

Power BI API (Planned)

  • Usage: Unified analytics dashboard (8 data sources)
  • Scripts: powerbi_connection_test.py (7.1KB), powerbi_quick_start.sh
  • Status: Scripts ready, awaiting Azure AD setup

βš™οΈ Infrastructure Components

E-Commerce Platform

Shopify Plan
Basic
$29/month
96 products, 8 collections, 0 orders (pre-launch)
Apps Installed
9
Email, Flow, Klaviyo, Loox, DSers, Forms, Tidio, Canva, API v2
Session 80 cleanup (Judge.me, Translate removed)
Theme
Custom
API-deployed modifications
Schema markup, tracking pixels, custom sections

Email Marketing

Klaviyo
$30/mo
4/4 flows LIVE, 1,000 profiles limit
Email + SMS + 150 mobile credits
Shopify Email
Free
5/5 automations ACTIVE, 10K emails/month
Thank you, Welcome, Win-back, Cart, Checkout

Automation Infrastructure

Shopify Flow
5/5
ACTIVE workflows (100%)
Loyalty, Browse, Thank, Cart, Checkout
GitHub Actions
10/10
ACTIVE workflows (100%)
Daily scraping, syncs, backups, health checks
N8N Workflows
1/2
Deployed (80% success)
Gemini image processing ACTIVE, YouTube ready

Tracking & Analytics

Google Tag Manager
GTM-WFPH2KZP
Container ACTIVE
Verified Session 67 (browser inspection)
Google Analytics 4
Enhanced
Ecommerce tracking configured
Conversion tracking ACTIVE
Meta Pixel
Facebook/IG
Conversion events configured
AddToCart, Purchase, ViewContent
TikTok Pixel
Active
Ad tracking ready
Verified in theme.liquid
Google Ads
AW-17749024238
Conversion tracking configured
Account: 128-734-6786

🎯 Development Model Advantages

Development Cost Comparison (Year 1)

Traditional Team vs. AI-Assisted (Alpha Medical)

Role Traditional Cost Alpha Medical Savings
Senior Developer $120K/year $0 (Claude Code) +$120K
DevOps Engineer $100K/year Γ— 0.5 $0 (Claude Code) +$50K
QA Engineer $80K/year Γ— 0.5 $0 (Claude Code) +$40K
Project Manager $90K/year Γ— 0.5 $0 (Claude Code) +$45K
TOTAL YEAR 1 $255K $0 +$255K
∞ ROI
Development Cost = $0 β€’ Value Created = $255K Equivalent β€’ ROI = Infinite

πŸ”¬ Verification Commands (For Investors)

Every claim is independently verifiable via git repository:

# Clone repository
git clone https://github.com/[repo-url]
cd Alpha-Medical

# Verify Claude commits (475)
git log --all --grep="Co-Authored-By: Claude" --oneline | wc -l

# Verify Python scripts (278)
find scripts -name "*.py" | wc -l

# Verify Claude Code project structure
ls -la .claude/
# Expected: memory/, hooks/, agents/, skills/, settings.json

# Verify session history (82+)
cat .claude/memory/session-log.md | head -100

# Verify infrastructure audit (2,184 lines)
wc -l INFRASTRUCTURE_AUDIT_CHECKLIST.md

# Verify recent commits
git log --oneline | head -20

# Verify script categories
ls scripts/deployment/ | wc -l  # 27 deployment scripts
ls scripts/analysis/ | wc -l   # 45+ analysis scripts
ls scripts/analytics/ | wc -l  # 13 analytics scripts