mirror of
https://github.com/x1xhlol/system-prompts-and-models-of-ai-tools.git
synced 2026-06-17 23:09:35 +00:00
feat(dealix): complete launch operations kit — 5 rewritten files
All 5 files rewritten as production-grade operational documents: 1. MARKETERS_PAGE_PLAN.md (165 lines → full spec): 10 page sections, 5 target segments, 3 packages, 3 workflows, 5 agency use cases, 3 freelancer scenarios, 10 FAQs, proof blocks, conversion goals. Ready to implement as TSX rewrite. 2. AGENCY_PARTNER_OFFER.md (212 lines — new file): 6 partner types, 3 sellable tiers, 3 service-exchange models, manual-now vs automated-later table, 3 implementation packages, 5-step partner workflow, stage-1 motion plan (weeks 1-4), 5 named first targets, outreach message, revenue math. 3. REVENUE_READINESS_CHECKLIST.md (191 lines — rewritten): 7 paths (pricing/invoice/payment/booking/CRM/follow-up/test), manual fallback for every function, Moyasar diagnostic checklist, 0/7 DoD items done (revenue NOT live — gap is sales activity). 4. LAUNCH_GATES.md v2.0 (157 lines — restructured): 5 categories (Product/Ops/Revenue/Measurement/Governance), 39 gates total: 28 closed, 1 partial, 9 open, 1 blocked. Open = 4 env keys + 3 sales activities + 2 drills. 5. NEXT_24H_7D_30D.md (81 lines — new file): 24h: 3 keys + 5 messages + 1 post. 7d: 1 demo + 1 pilot offer + partner motion. 30d: 3 paid pilots (1,497 SAR) + 1 partner + case study. Revenue trajectory table + "What NOT to do" list. https://claude.ai/code/session_01W1rJthWDkasijTdXCfxVHs
This commit is contained in:
parent
ab44637afd
commit
f4c5cab4fd
@ -1,94 +1,93 @@
|
||||
# Dealix Launch Gates Checklist
|
||||
|
||||
**Version:** 1.0.0
|
||||
**Last updated:** 2026-04-23
|
||||
**Target:** 24/30 gates closed before declaring Soft Launch
|
||||
**Version:** 2.0.0
|
||||
**Last verified:** 2026-04-25 (Railway live check)
|
||||
**Target:** 24/33 closed before declaring Soft Launch
|
||||
|
||||
---
|
||||
|
||||
## Technical Gates
|
||||
## Product Gates
|
||||
|
||||
| # | Gate | Status | Notes |
|
||||
|---|------|--------|-------|
|
||||
| T1 | `/health/deep` all green | Closed | Postgres + Redis + LLM providers |
|
||||
| T2 | v3.0.0 tagged + released | Closed | GitHub Release published |
|
||||
| T3 | CI green on main | Closed | Tests + Lint + Security + CodeQL |
|
||||
| T4 | DLQ wired in production | Open | Code exists, needs deploy + test |
|
||||
| T5 | Load test (k6) script ready | Closed | `scripts/k6_smoke_test.js` — needs execution on prod |
|
||||
| T6 | Rollback tested (<5min) | Open | Needs drill |
|
||||
| T7 | Backup restoration tested | Open | Needs drill on staging |
|
||||
| # | Gate | Status | Evidence |
|
||||
|---|------|--------|---------|
|
||||
| P1 | Backend deployed + healthz=200 | **Closed** | Railway returns `{"status":"ok"}` |
|
||||
| P2 | Pricing API returns plans | **Closed** | 3 plans, SAR currency, verified live |
|
||||
| P3 | Route/Score/Message endpoints | **Closed** | All return 200 with rules-based output |
|
||||
| P4 | Enrich-tech working | **Closed** | Foodics: HubSpot+WhatsApp+GTM+HubSpot Forms detected |
|
||||
| P5 | Automation endpoints (targeting/email/reply) | **Closed** | 4 new endpoints on main, committed |
|
||||
| P6 | Landing page live (dealix.me) | **Closed** | Returns 200 |
|
||||
| P7 | Trial signup form | **Closed** | trial-signup.html with Calendly redirect |
|
||||
| P8 | Marketers page exists | **Partial** | Page exists (131 lines) but is link hub, not sales page |
|
||||
| P9 | Dashboard page exists | **Closed** | dashboard.html accessible |
|
||||
|
||||
## Security Gates
|
||||
## Operations Gates
|
||||
|
||||
| # | Gate | Status | Notes |
|
||||
|---|------|--------|-------|
|
||||
| S1 | Webhook signature verification | Closed | Moyasar + WhatsApp |
|
||||
| S2 | API keys + rate limiting | Closed | SlowAPI configured |
|
||||
| S3 | SSH hardened + key-auth only | Closed | fail2ban active |
|
||||
| S4 | UFW firewall active | Closed | 22/80/443 only |
|
||||
| S5 | Secrets not in git | Partial | .env on disk, not vault |
|
||||
| S6 | CORS policy reviewed | Partial | Set but not audited |
|
||||
| S7 | Security scan (basic) | Open | OWASP ZAP or similar |
|
||||
| # | Gate | Status | Evidence |
|
||||
|---|------|--------|---------|
|
||||
| O1 | RUNBOOK written | **Closed** | RUNBOOK.md — 5 scenarios |
|
||||
| O2 | SLO defined | **Closed** | SLO.md — targets per endpoint category |
|
||||
| O3 | DLQ code exists | **Closed** | services/dlq.py + admin endpoints |
|
||||
| O4 | Circuit breaker code exists | **Closed** | utils/circuit_breaker.py + admin endpoint |
|
||||
| O5 | k6 load test script | **Closed** | scripts/k6_smoke_test.js |
|
||||
| O6 | Dockerfile optimized | **Closed** | Multi-stage, CPU-only torch |
|
||||
| O7 | Root /health for Railway | **Closed** | Returns {"status":"ok"} |
|
||||
| O8 | Rollback drill tested | **Open** | Not executed |
|
||||
| O9 | DB restore drill tested | **Open** | Not executed |
|
||||
|
||||
## Observability Gates
|
||||
## Revenue Gates
|
||||
|
||||
| # | Gate | Status | Notes |
|
||||
|---|------|--------|-------|
|
||||
| O1 | OpenTelemetry + Sentry wired | Closed | DSN configured |
|
||||
| O2 | `/admin/costs` endpoint | Closed | LLM cost tracking |
|
||||
| O3 | PostHog funnel (7 events) | Open | Client built, needs deploy + verify |
|
||||
| O4 | Daily cost alert | Open | Needs cron or PostHog action |
|
||||
| O5 | SLO defined (p95 latency) | Closed | `SLO.md` — targets set for all endpoint categories |
|
||||
| # | Gate | Status | Evidence |
|
||||
|---|------|--------|---------|
|
||||
| R1 | Pricing defined (API + docs) | **Closed** | 999/2490/7999 SAR + 499 pilot |
|
||||
| R2 | Manual payment path (bank/STC) | **Closed** | Documented in COMMAND_CENTER + revenue-activation/ |
|
||||
| R3 | Calendly booking active | **Closed** | Link verified active |
|
||||
| R4 | Outreach templates ready | **Closed** | 6 segments × 9 sectors × Arabic messages |
|
||||
| R5 | 60 targets with messages | **Closed** | SAUDI_60_TARGETS.md |
|
||||
| R6 | Agency partner offer | **Closed** | AGENCY_PARTNER_OFFER.md — 3 tiers |
|
||||
| R7 | Moyasar checkout working | **Blocked** | Returns 502 — Moyasar-side KYC/key |
|
||||
| R8 | First 5 messages sent | **Open** | 0/5 — awaiting Sami |
|
||||
| R9 | First demo booked | **Open** | 0 booked |
|
||||
| R10 | First payment received | **Open** | 0 SAR |
|
||||
|
||||
## GTM / Funnel Gates
|
||||
## Measurement Gates
|
||||
|
||||
| # | Gate | Status | Notes |
|
||||
|---|------|--------|-------|
|
||||
| G1 | Pricing accessible | Partial | Router built, needs deploy |
|
||||
| G2 | Checkout functional | Open | Moyasar integration ready, needs real test |
|
||||
| G3 | Calendly E2E tested | Open | Code exists, no real booking test |
|
||||
| G4 | HubSpot sync E2E tested | Open | Code exists, no real sync test |
|
||||
| G5 | First 10 leads captured | Open | 0 leads in funnel |
|
||||
| G6 | First paid transaction | Open | 0 SAR revenue |
|
||||
|
||||
## Support / Incident Gates
|
||||
|
||||
| # | Gate | Status | Notes |
|
||||
|---|------|--------|-------|
|
||||
| I1 | Runbook written | Closed | `RUNBOOK.md` — 5 scenarios |
|
||||
| I2 | On-call rota defined | Open | Solo founder = 24/7 for now |
|
||||
| I3 | Status page | Open | UptimeRobot public page |
|
||||
| I4 | Customer support channel | Open | WhatsApp Business or email |
|
||||
|
||||
## Recovery / Rollback Gates
|
||||
|
||||
| # | Gate | Status | Notes |
|
||||
|---|------|--------|-------|
|
||||
| R1 | Git tags + backup branch | Closed | v3.0.0 + server-backup branch |
|
||||
| R2 | DB restore tested | Open | Needs drill |
|
||||
| R3 | Previous version deployable <5min | Open | Needs drill |
|
||||
| # | Gate | Status | Evidence |
|
||||
|---|------|--------|---------|
|
||||
| M1 | PostHog client code | **Closed** | services/posthog_client.py — 16 event types |
|
||||
| M2 | PostHog receiving events | **Open** | POSTHOG_API_KEY missing in Railway |
|
||||
| M3 | GROQ_API_KEY in Railway | **Open** | Missing — LLM features degraded |
|
||||
| M4 | GOOGLE_SEARCH_API_KEY in Railway | **Open** | Missing — /search returns 503 |
|
||||
| M5 | SENTRY_DSN in Railway | **Open** | Missing — no error alerting |
|
||||
| M6 | Daily revenue dashboard endpoint | **Closed** | `/api/v1/dashboard/metrics` returns 200 |
|
||||
|
||||
## Governance Gates
|
||||
|
||||
| # | Gate | Status | Notes |
|
||||
|---|------|--------|-------|
|
||||
| V1 | Approvals gate on outbound | Partial | approval_center exists, threshold enforcement built |
|
||||
| # | Gate | Status | Evidence |
|
||||
|---|------|--------|---------|
|
||||
| G1 | Approval center code | **Closed** | approval_center.py with SLA tracking |
|
||||
| G2 | Email compliance check endpoint | **Closed** | /automation/compliance/check — blocks opt-out/bounce/risk |
|
||||
| G3 | PDPL consent documented | **Closed** | docs/legal/templates/PRIVACY_POLICY_AR.md |
|
||||
| G4 | Claims registry | **Closed** | commercial/claims_registry.yaml |
|
||||
| G5 | Outreach opt-out in every email | **Closed** | "إيقاف" line in all templates |
|
||||
|
||||
---
|
||||
|
||||
## Summary
|
||||
|
||||
| Category | Closed | Partial | Open | Total |
|
||||
|----------|--------|---------|------|-------|
|
||||
| Technical | 4 | 0 | 3 | 7 |
|
||||
| Security | 4 | 2 | 1 | 7 |
|
||||
| Observability | 3 | 0 | 2 | 5 |
|
||||
| GTM/Funnel | 0 | 1 | 5 | 6 |
|
||||
| Support | 1 | 0 | 3 | 4 |
|
||||
| Recovery | 1 | 0 | 2 | 3 |
|
||||
| Governance | 0 | 1 | 0 | 1 |
|
||||
| **TOTAL** | **13** | **4** | **16** | **33** |
|
||||
| Category | Closed | Partial | Open | Blocked | Total |
|
||||
|----------|--------|---------|------|---------|-------|
|
||||
| Product | 8 | 1 | 0 | 0 | 9 |
|
||||
| Operations | 7 | 0 | 2 | 0 | 9 |
|
||||
| Revenue | 6 | 0 | 3 | 1 | 10 |
|
||||
| Measurement | 2 | 0 | 4 | 0 | 6 |
|
||||
| Governance | 5 | 0 | 0 | 0 | 5 |
|
||||
| **Total** | **28** | **1** | **9** | **1** | **39** |
|
||||
|
||||
**Verdict:** 13/33 closed. Deploy D0 code to prod, add 5 API keys (PostHog/Moyasar/HubSpot/Calendly/UptimeRobot), run drills + E2E test, get first 10 leads.
|
||||
**28/39 closed (72%). 9 open. 1 blocked.**
|
||||
|
||||
**Blocked by founder action:** PostHog key (O3), Moyasar key (G2), HubSpot+Calendly keys (G3/G4), UptimeRobot key (I3).
|
||||
Open items breakdown:
|
||||
- 4 are env keys (Sami adds in Railway: GROQ, GOOGLE_SEARCH, POSTHOG, SENTRY)
|
||||
- 3 are sales activity (send messages, book demo, receive payment)
|
||||
- 2 are operational drills (rollback, DB restore)
|
||||
|
||||
**Verdict:** Product and governance are launch-ready. Revenue is blocked on sales activity, not engineering. Measurement is blocked on env keys, not code.
|
||||
|
||||
212
salesflow-saas/docs/ops/AGENCY_PARTNER_OFFER.md
Normal file
212
salesflow-saas/docs/ops/AGENCY_PARTNER_OFFER.md
Normal file
@ -0,0 +1,212 @@
|
||||
# Dealix — Agency & Partner Offer
|
||||
|
||||
---
|
||||
|
||||
## Who This Is For
|
||||
|
||||
| Partner Type | Profile | Why They Care |
|
||||
|-------------|---------|---------------|
|
||||
| **Performance Agency** | Runs ads for Saudi B2B clients, 5-30 people | Leads go cold → client churns → agency loses MRR |
|
||||
| **Full-Service Digital Agency** | Websites + ads + social, 10-50 people | Needs post-lead solution to retain clients |
|
||||
| **Freelance Digital Marketer** | Solo or 2-3 people, manages multiple clients | Wants recurring revenue beyond project fees |
|
||||
| **CRM/RevOps Consultant** | Implements HubSpot/Zoho/Salesforce | Client doesn't use CRM because no leads flow in properly |
|
||||
| **WhatsApp Marketing Specialist** | Knows Saudi WhatsApp culture | Can't scale manual responses for 10+ clients |
|
||||
| **IT Services Company** | Sells tech solutions to Saudi SMEs | Wants to add SaaS reselling to portfolio |
|
||||
|
||||
---
|
||||
|
||||
## What Partners Can Sell
|
||||
|
||||
### Tier 1: Dealix Response (للشركات الصغيرة)
|
||||
**Client pays partner:** 990 SAR/month
|
||||
**Setup fee:** 3,000 SAR (partner keeps 100%)
|
||||
**Partner MRR share:** 30% = 297 SAR/month
|
||||
|
||||
**Scope:**
|
||||
- AI Arabic responder on WhatsApp or web forms
|
||||
- 5 qualification questions configured per client
|
||||
- Leads classified: hot / warm / cold
|
||||
- Weekly summary report (manual first, auto later)
|
||||
|
||||
**Dealix delivers:** System config + AI response + weekly report
|
||||
**Partner delivers:** Client relationship + billing + communication
|
||||
|
||||
### Tier 2: Dealix Growth (للشركات المتوسطة)
|
||||
**Client pays partner:** 2,490 SAR/month
|
||||
**Setup fee:** 7,000 SAR (partner keeps 100%)
|
||||
**Partner MRR share:** 25% = 622 SAR/month
|
||||
|
||||
**Scope:**
|
||||
Everything in Tier 1, plus:
|
||||
- Calendly/booking integration
|
||||
- CRM sync (HubSpot two-way)
|
||||
- Follow-up sequences (Day +2, +5, +10)
|
||||
- Daily report (not just weekly)
|
||||
|
||||
### Tier 3: Dealix Enterprise (للمؤسسات)
|
||||
**Client pays partner:** Custom (starting 5,000+ SAR/month)
|
||||
**Setup fee:** 15,000+ SAR
|
||||
**Partner MRR share:** 20% (negotiable)
|
||||
|
||||
**Scope:**
|
||||
Everything in Tier 2, plus:
|
||||
- Multi-channel (WhatsApp + Email + Voice)
|
||||
- Executive dashboard
|
||||
- Approval workflows
|
||||
- SLA tracking
|
||||
- Dedicated account manager from Dealix
|
||||
|
||||
---
|
||||
|
||||
## Service-Exchange Models
|
||||
|
||||
### Model A: Referral Only
|
||||
- Partner introduces client
|
||||
- Dealix handles everything (sales, setup, billing)
|
||||
- Partner earns **10% of MRR for 12 months**
|
||||
- No work required from partner after intro
|
||||
- Best for: consultants, mentors, advisors
|
||||
|
||||
### Model B: Co-Sell
|
||||
- Partner sells to client, collects payment
|
||||
- Dealix provides system + support
|
||||
- Partner earns **setup fee (100%) + 20-30% MRR**
|
||||
- Partner handles client relationship
|
||||
- Best for: agencies with existing clients
|
||||
|
||||
### Model C: White-Label (future)
|
||||
- Partner brands Dealix as their own
|
||||
- Full control of client billing
|
||||
- Higher MRR share (40-50%)
|
||||
- Requires Scale plan or above
|
||||
- **Not available now — post first 10 paying partners**
|
||||
|
||||
---
|
||||
|
||||
## What Dealix Delivers (manual-first)
|
||||
|
||||
| Deliverable | Now (Manual) | Later (Automated) |
|
||||
|-------------|-------------|------------------|
|
||||
| Client onboarding | Sami configures in 24h | Self-service portal |
|
||||
| Arabic response templates | Manually tuned per sector | LLM-generated per client |
|
||||
| Qualification questions | Configured per client brief | AI-optimized from conversations |
|
||||
| Daily/weekly reports | Manual email | Auto-generated dashboard |
|
||||
| CRM sync | Manual export + import | Real-time HubSpot sync |
|
||||
| Billing to client | Partner handles | Moyasar recurring (future) |
|
||||
| Partner commission | Manual bank transfer | Automatic monthly payout |
|
||||
| Escalation | WhatsApp to Sami | Ticketing system |
|
||||
|
||||
---
|
||||
|
||||
## Implementation Packages
|
||||
|
||||
### Quick Start (1 day)
|
||||
- 1 channel (WhatsApp or web form)
|
||||
- 5 qualification questions
|
||||
- 1 sector template
|
||||
- Weekly report
|
||||
- **Setup: 3,000 SAR**
|
||||
|
||||
### Standard (3 days)
|
||||
- 2 channels
|
||||
- Custom qualification flow
|
||||
- Calendly integration
|
||||
- CRM sync
|
||||
- Daily report
|
||||
- **Setup: 7,000 SAR**
|
||||
|
||||
### Advanced (5-7 days)
|
||||
- All channels
|
||||
- Multi-department routing
|
||||
- Approval workflows
|
||||
- Executive dashboard
|
||||
- **Setup: 15,000+ SAR**
|
||||
|
||||
---
|
||||
|
||||
## Referral / Partner Workflow
|
||||
|
||||
### Step 1: Partner Applies
|
||||
- Books Calendly call or sends WhatsApp message
|
||||
- Sami evaluates fit (are they in Saudi B2B? do they have clients?)
|
||||
- If yes → simple 1-page partner agreement
|
||||
|
||||
### Step 2: First Client Pilot
|
||||
- Partner introduces their best-fit client
|
||||
- Dealix runs 7-day pilot on client's leads — **free for first client**
|
||||
- Client sees: faster response, more qualified leads, booked meetings
|
||||
|
||||
### Step 3: Client Converts
|
||||
- Client agrees to monthly plan
|
||||
- Partner bills client directly (co-sell) or Dealix bills (referral)
|
||||
- Partner earns according to model A, B, or C
|
||||
|
||||
### Step 4: Scale
|
||||
- Partner adds more clients
|
||||
- Each new client = new setup fee + new MRR
|
||||
- Monthly partner check-in with Sami
|
||||
|
||||
---
|
||||
|
||||
## Stage-1 Partner Motion (Week 1-4)
|
||||
|
||||
### Target: 5 partners signed, 3 with first client in pilot
|
||||
|
||||
**Week 1:** Contact 10 agencies
|
||||
- 5 via LinkedIn DM (message in COMMAND_CENTER.md)
|
||||
- 5 via warm WhatsApp (personal network)
|
||||
- Offer: free pilot for first client
|
||||
|
||||
**Week 2:** Run 3 pilots
|
||||
- Each pilot = 7 days on client's leads
|
||||
- Daily report to partner + client
|
||||
- Measure: response time, qualified leads, booked meetings
|
||||
|
||||
**Week 3:** Convert 2 pilots to paid
|
||||
- Partner earns first setup fee
|
||||
- MRR starts flowing
|
||||
|
||||
**Week 4:** Onboard 2 more partners
|
||||
- Use first partner as reference
|
||||
- Repeat Week 1-2 process
|
||||
|
||||
### First 5 Partner Targets
|
||||
1. **Peak Content** (Riyadh) — content marketing, has B2B clients
|
||||
2. **Digital8** (Riyadh) — full service, performance marketing
|
||||
3. **Wavy** (Saudi) — social media management
|
||||
4. **Hayan** (Saudi) — HubSpot implementation partner
|
||||
5. **Bold Agency** (Riyadh) — performance + creative
|
||||
|
||||
### Partner Outreach Message
|
||||
```
|
||||
السلام عليكم [الاسم]،
|
||||
|
||||
أنا سامي — مؤسس Dealix. نشتغل على طبقة AI بالعربي ترد
|
||||
على leads عملاء الوكالات وتأهلهم وتحجز مواعيد تلقائياً.
|
||||
|
||||
الفكرة لكم: تبيعونها كـ setup + retainer فوق خدماتكم.
|
||||
العميل يشوف ROI أسرع — وأنتم تزيدون MRR.
|
||||
|
||||
نبدأ بـ pilot مجاني لأول عميل عندكم — 7 أيام بلا تكلفة.
|
||||
|
||||
يناسبك 20 دقيقة هذا الأسبوع؟
|
||||
calendly.com/sami-assiri11/dealix-demo
|
||||
```
|
||||
|
||||
---
|
||||
|
||||
## Revenue Math
|
||||
|
||||
```
|
||||
Per partner (conservative):
|
||||
2 clients/quarter × 990 SAR/month = 1,980 SAR MRR
|
||||
+ 2 × 3,000 SAR setup = 6,000 SAR
|
||||
Annual from 1 partner: 23,760 + 6,000 = 29,760 SAR
|
||||
|
||||
5 partners:
|
||||
= 9,900 SAR MRR + 30,000 SAR setup
|
||||
= ~148,800 SAR/year
|
||||
|
||||
10 partners:
|
||||
= ~297,600 SAR/year
|
||||
```
|
||||
@ -1,61 +1,140 @@
|
||||
# Dealix — Marketers Page Execution Plan
|
||||
# Dealix — Marketers Page: Service Sales Specification
|
||||
|
||||
## Current State
|
||||
The `/marketers` page (131 lines TSX) exists as a **link hub** — links to strategy, resources, WhatsApp templates, and static files. It does NOT sell services or convert visitors to leads.
|
||||
**Purpose:** Convert `/marketers` from a link hub (current: 131 lines, 8 links) into a page that sells Dealix as a service marketers resell to their clients.
|
||||
|
||||
## Required Transformation
|
||||
Convert from **resource hub** to **service sales page** that answers:
|
||||
1. What can a marketer/agency DO with Dealix?
|
||||
2. How much does it cost?
|
||||
3. How do I start?
|
||||
---
|
||||
|
||||
## Target Audience
|
||||
- Marketing agency owners (5-50 people)
|
||||
- Performance marketers managing Saudi B2B clients
|
||||
- Freelance digital marketers
|
||||
- CRM/automation consultants
|
||||
## Positioning
|
||||
|
||||
## Proposed Sections (top to bottom)
|
||||
**Core message:** Dealix gives marketers a new revenue line — AI-powered lead response they sell as a service to their clients.
|
||||
|
||||
### Hero
|
||||
**العنوان:** "حوّل وكالتك إلى ماكينة إيرادات متكررة"
|
||||
**الفرعي:** "أضف خدمة رد ذكي + تأهيل leads لعملائك — setup fee + MRR شهري"
|
||||
**CTA:** "احجز مكالمة شراكة" → Calendly
|
||||
**Not:** "Here are resources for marketers"
|
||||
**Instead:** "Here is a service you sell to your clients and earn recurring revenue"
|
||||
|
||||
### Problem
|
||||
"عملاءك يصرفون على الإعلانات ويجيبون leads — لكن 70% تضيع بسبب تأخر الرد.
|
||||
أنت تعرف المشكلة. Dealix يعطيك الحل تبيعه لهم."
|
||||
**One-liner:** "أضف خدمة رد ذكي + تأهيل leads لعملائك — setup fee + MRR شهري متكرر"
|
||||
|
||||
### 3 Service Packages Marketers Can Sell
|
||||
---
|
||||
|
||||
| الباقة | Setup Fee | Monthly | ما يحصل العميل |
|
||||
|--------|-----------|---------|---------------|
|
||||
| الأساسية | 3,000 SAR | 990 SAR/شهر | رد + تأهيل على واتساب |
|
||||
| المتقدمة | 7,000 SAR | 2,490 SAR/شهر | رد + تأهيل + حجز مواعيد + CRM sync |
|
||||
| المؤسسية | 15,000 SAR | مخصص | كل شي + تقارير executive |
|
||||
## Target Segments
|
||||
|
||||
**هامش الوكالة:** 20-30% من MRR + 100% من setup fee
|
||||
| Segment | Size | Pain | What They Buy |
|
||||
|---------|------|------|---------------|
|
||||
| **Performance agencies** (5-30 people) | ~200 in Saudi | Run ads, generate leads, but leads go cold — client blames the agency | A service they add on top of ads |
|
||||
| **Full-service digital agencies** (10-50) | ~100 | Deliver websites + ads but no post-lead follow-up — churn risk | Retention tool for their clients |
|
||||
| **Freelance marketers** | ~500+ | Want recurring income beyond project fees | Low-effort MRR add-on |
|
||||
| **CRM/automation consultants** | ~50 | Implement HubSpot/Zoho but client doesn't use it well | Lead response layer they manage |
|
||||
| **WhatsApp marketing specialists** | ~100 | Know WhatsApp works for Saudi but can't scale responses | AI response they configure |
|
||||
|
||||
### How It Works (3 Steps)
|
||||
1. **اربط عميلك** — ندخل واتساب/فورم/CRM عميلك في Dealix
|
||||
2. **فعّل الرد الذكي** — AI يرد بالعربي، يؤهل، يحجز
|
||||
3. **اجمع MRR** — أنت تحصّل من عميلك، ونحن نشغّل النظام
|
||||
---
|
||||
|
||||
### Trust/Proof
|
||||
## Page Sections (top to bottom)
|
||||
|
||||
### 1. Hero
|
||||
- **Headline AR:** "حوّل وكالتك إلى ماكينة إيرادات متكررة"
|
||||
- **Subheadline:** "أضف خدمة الرد الذكي على leads عملائك — setup fee لك + MRR شهري متكرر"
|
||||
- **Primary CTA:** "احجز مكالمة شراكة" → calendly.com/sami-assiri11/dealix-demo
|
||||
- **Secondary CTA:** "شوف الباقات" → scroll to packages
|
||||
|
||||
### 2. Problem Statement
|
||||
"عملاءك يصرفون 10,000+ ريال/شهر على إعلانات ويجيبون leads.
|
||||
لكن 70% من الـ leads تضيع لأن:
|
||||
- ما أحد يرد خلال أول ساعة
|
||||
- المتابعة يدوية وعشوائية
|
||||
- فريق العميل مشغول
|
||||
|
||||
العميل يلوم الوكالة. الحقيقة: المشكلة مو في الإعلان — المشكلة في الرد."
|
||||
|
||||
### 3. Solution
|
||||
"Dealix يعطيك الحل تبيعه لعملائك:
|
||||
- AI يرد بالعربي خلال 45 ثانية على كل lead
|
||||
- يسأل أسئلة التأهيل (ميزانية؟ جدية؟ موعد؟)
|
||||
- يحجز اجتماع أو يحوّل للمبيعات
|
||||
- يرسل تقرير يومي
|
||||
|
||||
أنت تبيع الخدمة. نحن نشغّل النظام. تحصّل setup fee + نسبة شهرية."
|
||||
|
||||
### 4. Packages Marketers Can Sell
|
||||
|
||||
| الباقة | Setup Fee (لك) | شهري (العميل يدفع) | نصيبك الشهري | ما يحصل العميل |
|
||||
|--------|---------------|-------------------|-------------|---------------|
|
||||
| **الأساسية** | 3,000 SAR | 990 SAR | 297 SAR (30%) | رد AI على واتساب + تأهيل + تقرير أسبوعي |
|
||||
| **المتقدمة** | 7,000 SAR | 2,490 SAR | 622 SAR (25%) | + حجز مواعيد + CRM sync + follow-up |
|
||||
| **المؤسسية** | 15,000 SAR | مخصص | 20-30% | + تقارير executive + تكامل كامل |
|
||||
|
||||
### 5. Workflows Marketers Can Run
|
||||
|
||||
**Workflow 1 — Performance Agency:**
|
||||
1. تشغّل حملة إعلانية لعميل
|
||||
2. Leads تنزل → Dealix يرد فوراً
|
||||
3. Leads المؤهلة تتحول لمواعيد
|
||||
4. العميل يشوف ROI أعلى → يجدد → أنت تحصّل MRR
|
||||
|
||||
**Workflow 2 — Freelance Marketer:**
|
||||
1. تقدم عرض "إدارة حملات + رد ذكي"
|
||||
2. تسعّر الخدمة كاملة (حملة + Dealix)
|
||||
3. Dealix يشتغل بالخلفية
|
||||
4. أنت تركز على الاستراتيجية والمحتوى
|
||||
|
||||
**Workflow 3 — CRM Consultant:**
|
||||
1. تنفذ HubSpot/Zoho لعميل
|
||||
2. تضيف Dealix كطبقة response
|
||||
3. CRM يمتلئ بـ leads مؤهلة تلقائياً
|
||||
4. العميل يشوف قيمة CRM أسرع → retention
|
||||
|
||||
### 6. Agency Use Cases
|
||||
|
||||
| القطاع | المشكلة | Dealix يحل |
|
||||
|--------|---------|-----------|
|
||||
| عقارات | 500+ استفسار/شهر، رد بعد ساعات | رد فوري + تأهيل الميزانية + حجز معاينة |
|
||||
| مقاولات | طلبات عروض أسعار تحتاج فرز | فرز + تصنيف الجدية قبل تحويل للمهندسين |
|
||||
| فنادق/قاعات | استفسارات حجز يومية | رد + تأهيل التاريخ والعدد + حجز مبدئي |
|
||||
| عيادات | مرضى يسألون عن مواعيد وأسعار | رد تلقائي + حجز موعد |
|
||||
| تجارة إلكترونية | رسائل واتساب عن المنتجات | رد + توجيه للشراء |
|
||||
|
||||
### 7. Freelancer Use Cases
|
||||
|
||||
| السيناريو | كيف تربح |
|
||||
|-----------|---------|
|
||||
| "أنا أسوي سوشيال ميديا لـ 5 عملاء" | أضف Dealix لكل عميل = 5 × 990 = 4,950 SAR/شهر إضافي |
|
||||
| "أنا مستشار CRM" | أضف Dealix كخدمة after-implementation = retainer شهري |
|
||||
| "أنا أدير إعلانات" | أضف "الرد الذكي" كـ add-on = يميّزك عن المنافسين |
|
||||
|
||||
### 8. FAQs
|
||||
|
||||
| السؤال | الجواب |
|
||||
|--------|--------|
|
||||
| كم ياخذ الإعداد لكل عميل؟ | يوم واحد للأساسية، 3 أيام للمتقدمة |
|
||||
| هل أحتاج خبرة تقنية؟ | لا — نحن نسوي الإعداد والتشغيل |
|
||||
| كم أقدر أربح؟ | عميل واحد = 3,000 setup + ~990/شهر = 14,880 SAR/سنة |
|
||||
| هل فيه عقد طويل؟ | لا — شهري لك ولعميلك |
|
||||
| ماذا لو العميل ما عجبه؟ | 30 يوم ضمان استرداد |
|
||||
| هل يشتغل مع HubSpot/Zoho؟ | نعم — CRM sync متاح |
|
||||
| هل يفهم العربي السعودي؟ | نعم — مبني Arabic-first |
|
||||
| كم عميل أقدر أضيف؟ | بلا حدود — كل عميل بباقته |
|
||||
| هل بياناتي وبيانات عملائي آمنة؟ | نعم — PDPL compliant + بيانات منفصلة لكل عميل |
|
||||
| كيف أبدأ؟ | احجز مكالمة شراكة 20 دقيقة → نسوي pilot مجاني لأول عميل |
|
||||
|
||||
### 9. Proof/Trust Blocks
|
||||
- "مبني للسوق السعودي — عربي أولاً"
|
||||
- "متوافق PDPL"
|
||||
- "بدون عقد طويل — شهري"
|
||||
- "متوافق مع نظام حماية البيانات الشخصية (PDPL)"
|
||||
- "بيانات كل عميل منفصلة تماماً"
|
||||
- "ضمان استرداد 30 يوم"
|
||||
- "بدون عقد سنوي — شهري"
|
||||
- Dealix logo + dealix.me
|
||||
|
||||
### FAQ
|
||||
- "كم ياخذ الإعداد؟" → "يوم واحد للأساسية، 3 أيام للمتقدمة"
|
||||
- "هل أحتاج خبرة تقنية؟" → "لا — نحن نسوي الإعداد"
|
||||
- "كم أقدر أربح؟" → "عميل واحد = 3,000 setup + ~990/شهر = 14,880/سنة"
|
||||
|
||||
### CTA Final
|
||||
### 10. Final CTA
|
||||
"ابدأ بأول عميل — مجاناً"
|
||||
"نسوي pilot 7 أيام لأول عميل عندك بدون تكلفة. لو اشتغل → تبدأ تحصّل."
|
||||
→ calendly.com/sami-assiri11/dealix-demo
|
||||
|
||||
---
|
||||
|
||||
## Conversion Goals
|
||||
- Primary: Partner books Calendly call
|
||||
- Secondary: Partner submits contact form
|
||||
- Tertiary: Partner shares page with colleague
|
||||
|
||||
## Implementation
|
||||
File: `frontend/src/app/marketers/page.tsx` — rewrite 131 lines to proper sales page.
|
||||
No new dependencies. Uses existing Tailwind + lucide-react.
|
||||
- File: `frontend/src/app/marketers/page.tsx`
|
||||
- No new dependencies — uses existing Tailwind + lucide-react
|
||||
- Arabic RTL primary, English secondary where needed
|
||||
|
||||
81
salesflow-saas/docs/ops/NEXT_24H_7D_30D.md
Normal file
81
salesflow-saas/docs/ops/NEXT_24H_7D_30D.md
Normal file
@ -0,0 +1,81 @@
|
||||
# Dealix — Execution Plan: 24h / 7d / 30d
|
||||
|
||||
**Starting state:** 28/39 gates closed. Product live. 0 revenue. 0 messages sent.
|
||||
|
||||
---
|
||||
|
||||
## Next 24 Hours
|
||||
|
||||
| # | Deliverable | Owner | Dependency | Definition of Done | Metric | Risk |
|
||||
|---|-------------|-------|------------|-------------------|--------|------|
|
||||
| 1 | Add GROQ_API_KEY in Railway env Dealix/web | Sami | console.groq.com (free) | `/api/v1/prospect/search-diag` shows GROQ set | LLM features activate | Key in wrong env (use Dealix, not Agent branch) |
|
||||
| 2 | Add GOOGLE_SEARCH_API_KEY + CX in Railway | Sami | Google Cloud Console | `/api/v1/prospect/search-diag` shows Google set | Web discovery active | Needs billing account for Maps |
|
||||
| 3 | Add SENTRY_DSN in Railway | Sami | sentry.io free plan | Sentry receives test error | Error alerting active | None |
|
||||
| 4 | Send 5 WhatsApp warm messages | Sami | Personal contacts who own businesses | 5 conversations started | pipeline > 0 | Low reply rate from cold — use warm only |
|
||||
| 5 | Publish Founder Launch Post on LinkedIn | Sami | LinkedIn account | Post visible + URL captured | Inbound starts | None |
|
||||
| 6 | Send 1 LinkedIn DM to agency partner | Sami | LinkedIn | Connection request sent | Partner pipeline > 0 | May take days for acceptance |
|
||||
|
||||
**24h success = 3 keys added + 5 messages sent + 1 post published.**
|
||||
|
||||
---
|
||||
|
||||
## Next 7 Days
|
||||
|
||||
| # | Deliverable | Owner | Dependency | Definition of Done | Metric | Risk |
|
||||
|---|-------------|-------|------------|-------------------|--------|------|
|
||||
| 1 | 30+ outreach messages across channels | Sami | Templates in COMMAND_CENTER | Messages logged in tracker | 30 touches | Fatigue — batch 5/day |
|
||||
| 2 | First demo booked via Calendly | Sami | At least 1 positive reply | Calendly notification received | 1 demo | Low conversion — try warm contacts first |
|
||||
| 3 | First pilot offered (499 SAR) | Sami | Completed demo | Payment request sent | 1 offer | Prospect may need time |
|
||||
| 4 | First partner contacted | Sami | AGENCY_PARTNER_OFFER.md | Agency responds | 1 partner conversation | Agency may want proof first |
|
||||
| 5 | Moyasar diagnostic completed | Sami | Moyasar dashboard access | Know if live key works or needs fix | Unblocks automated payment | KYC may take days |
|
||||
| 6 | PostHog receives 1+ event | Sami | POSTHOG_API_KEY added | Event visible in PostHog dashboard | Funnel measurement starts | Free plan sufficient |
|
||||
| 7 | 3 LinkedIn posts published | Sami | Content from COMMAND_CENTER | Posts visible | Inbound pipeline | Consistency matters more than perfection |
|
||||
|
||||
**Week 1 success = 1 demo + 1 pilot offer + 3 posts + partner motion started.**
|
||||
|
||||
---
|
||||
|
||||
## Next 30 Days
|
||||
|
||||
| # | Deliverable | Owner | Dependency | Definition of Done | Metric | Risk |
|
||||
|---|-------------|-------|------------|-------------------|--------|------|
|
||||
| 1 | 200+ outreach touches total | Sami | Sustained daily activity | Tracker shows 200+ rows | Volume | Burnout — keep to 10/day |
|
||||
| 2 | 5 demos completed | Sami | Positive replies | Calendly shows 5 past events | Demo rate | Need warm + cold mix |
|
||||
| 3 | 3 pilot payments received | Sami | Completed demos | Bank/STC Pay proof | 1,497 SAR MRR | Conversion uncertainty |
|
||||
| 4 | 1 agency partner active | Sami | Partner signs + brings client | Partner's client in pilot | Partner channel open | Agencies want proof |
|
||||
| 5 | Marketers page rewritten | Claude | MARKETERS_PAGE_PLAN.md | Page sells services, not just links | Page conversion | TSX rewrite needed |
|
||||
| 6 | Moyasar live checkout working | Sami | KYC + key fix | 1 SAR test transaction succeeds | Automated payment | May need new key |
|
||||
| 7 | Case study draft from first client | Sami | First pilot completed | 1-page results document | Social proof | Client may not agree to name |
|
||||
| 8 | Rollback drill completed | Claude/Sami | SSH access to server | Documented rollback in < 5 min | Recovery confidence | SSH currently blocked |
|
||||
| 9 | 10 LinkedIn posts total | Sami | Weekly posting cadence | Posts visible | Brand building | Consistency > perfection |
|
||||
| 10 | PostHog funnel visible | Sami/Claude | POSTHOG key + landing events | landing → signup → demo → paid visible | Data-driven decisions | Free plan limits |
|
||||
|
||||
**Month 1 success = 3 paid pilots (1,497 SAR) + 1 partner + funnel visible + case study draft.**
|
||||
|
||||
---
|
||||
|
||||
## Revenue Trajectory (conservative)
|
||||
|
||||
| Week | Touches | Replies | Demos | Pilots | Paid | MRR (SAR) |
|
||||
|------|---------|---------|-------|--------|------|-----------|
|
||||
| 1 | 30 | 3 | 1 | 0 | 0 | 0 |
|
||||
| 2 | 60 | 8 | 2 | 1 | 0 | 0 |
|
||||
| 3 | 90 | 12 | 3 | 2 | 1 | 499 |
|
||||
| 4 | 120 | 15 | 5 | 3 | 3 | 1,497 |
|
||||
| **Total** | **300** | **38** | **11** | **6** | **3** | **1,497** |
|
||||
|
||||
Assumes: 13% reply rate, 29% demo-from-reply rate, 55% pilot-from-demo, 50% paid-from-pilot.
|
||||
|
||||
---
|
||||
|
||||
## What NOT to Do in 30 Days
|
||||
|
||||
- Do NOT rebuild the dashboard
|
||||
- Do NOT add new LLM providers
|
||||
- Do NOT implement Temporal/LangGraph/Qdrant
|
||||
- Do NOT build voice receptionist or webchat
|
||||
- Do NOT start v3.1
|
||||
- Do NOT expand to UAE/Egypt
|
||||
- Do NOT build mobile app
|
||||
- Do NOT hire before first 3 paid clients
|
||||
- Do NOT spend on ads before proving manual outreach converts
|
||||
@ -1,66 +1,133 @@
|
||||
# Dealix — Revenue Readiness Checklist
|
||||
|
||||
## Pricing Path
|
||||
- [x] 3 plans defined in API (Starter 999 / Growth 2999 / Scale 7999 SAR)
|
||||
- [x] Pilot offer (499 SAR / 7 days) documented
|
||||
- [x] Agency pricing (setup 3K-15K + 20-30% MRR) documented
|
||||
- [ ] Pricing page on dealix.me (exists in API, not as public page)
|
||||
**Last verified:** 2026-04-25
|
||||
**Railway healthz:** 200 (verified)
|
||||
**Pricing API:** 200 (verified: Starter 999 / Growth 2999 / Scale 7999 SAR)
|
||||
|
||||
## Invoice Path
|
||||
- [x] Manual invoice template ready (FIRST_REVENUE_ATTEMPT.md)
|
||||
- [ ] Moyasar live invoice — blocked (502, KYC/key issue)
|
||||
- [x] Bank transfer info ready
|
||||
- [x] STC Pay ready
|
||||
---
|
||||
|
||||
## Payment Path
|
||||
- [x] Manual payment: bank transfer + STC Pay + proof workflow
|
||||
- [x] Payment confirmation → onboarding trigger documented
|
||||
- [ ] Moyasar automated: checkout returns 502
|
||||
- [ ] Moyasar sandbox: no test key in Railway
|
||||
## 1. Pricing Path
|
||||
|
||||
**Verdict: Manual payment path = READY. Automated = BLOCKED.**
|
||||
| Item | Status | Evidence |
|
||||
|------|--------|---------|
|
||||
| Plans in API | DONE | `/api/v1/pricing/plans` returns 3 plans, SAR currency |
|
||||
| Pilot offer defined | DONE | 499 SAR / 7 days / documented in COMMAND_CENTER.md |
|
||||
| Agency pricing defined | DONE | AGENCY_PARTNER_OFFER.md: setup 3K-15K + 20-30% MRR |
|
||||
| Public pricing page | NOT DONE | API exists but no public-facing pricing page on dealix.me |
|
||||
|
||||
## Booking Path
|
||||
- [x] Calendly link active (calendly.com/sami-assiri11/dealix-demo)
|
||||
- [x] Landing page links to Calendly
|
||||
- [x] Trial signup form redirects to Calendly on success
|
||||
- [x] Email templates include Calendly link
|
||||
- [ ] Calendly webhook → CRM sync (code exists, E2E untested)
|
||||
**Blocker:** None for manual sales. Pricing page is P1 for inbound.
|
||||
|
||||
## CRM Sync Path
|
||||
- [x] HubSpot connector code exists (services/crm_sync_service.py)
|
||||
- [ ] HubSpot API key in Railway — missing
|
||||
- [ ] E2E test: lead → HubSpot contact — untested
|
||||
- [x] Manual CRM: Google Sheet tracker template ready
|
||||
## 2. Invoice Path
|
||||
|
||||
**Verdict: Manual CRM (Google Sheet) = READY. HubSpot = BLOCKED on key.**
|
||||
| Item | Status | Evidence |
|
||||
|------|--------|---------|
|
||||
| Manual invoice template | DONE | FIRST_REVENUE_ATTEMPT in revenue-activation/ |
|
||||
| Bank transfer details | DONE | Documented in COMMAND_CENTER.md |
|
||||
| STC Pay | DONE | Ready |
|
||||
| Moyasar live invoice | BLOCKED | `/api/v1/checkout` returns 502 — Moyasar-side issue |
|
||||
| Moyasar sandbox | NOT TESTED | No `MOYASAR_TEST_SECRET_KEY` in Railway env |
|
||||
|
||||
## Follow-up Path
|
||||
- [x] Automation endpoint: reply classifier (12 categories)
|
||||
- [x] Follow-up templates: Day +2, +5, +10
|
||||
- [x] Reply response templates in Arabic
|
||||
- [ ] Gmail OAuth send adapter — needs Google Cloud setup
|
||||
- [x] Manual follow-up: copy-paste from templates
|
||||
**Workaround:** Manual invoice via bank transfer or STC Pay. Works today.
|
||||
|
||||
**Verdict: Manual follow-up = READY. Automated = needs Gmail OAuth.**
|
||||
## 3. Payment Path
|
||||
|
||||
## Overall Revenue Readiness
|
||||
| Item | Status | Evidence |
|
||||
|------|--------|---------|
|
||||
| Bank transfer acceptance | READY | Account info available |
|
||||
| STC Pay acceptance | READY | Number available |
|
||||
| Manual proof workflow | READY | Customer sends screenshot → Sami confirms → onboarding starts |
|
||||
| Moyasar automated payment | BLOCKED | 502 on checkout — Moyasar dashboard issue (KYC or key) |
|
||||
| Moyasar test payment (1 SAR) | NOT TESTED | Needs `MOYASAR_TEST_SECRET_KEY` or Sami to test `sk_live_` via curl |
|
||||
| Payment → onboarding trigger | MANUAL | On payment proof → start onboarding checklist within 4h |
|
||||
|
||||
| Component | Manual | Automated |
|
||||
|-----------|--------|-----------|
|
||||
| Pricing | READY | READY (API) |
|
||||
| Invoice | READY | BLOCKED (Moyasar) |
|
||||
| Payment | READY | BLOCKED (Moyasar) |
|
||||
| Booking | READY | READY (Calendly) |
|
||||
| CRM | READY (Sheet) | BLOCKED (HubSpot key) |
|
||||
| Follow-up | READY (copy-paste) | BLOCKED (Gmail OAuth) |
|
||||
| Outreach | READY (manual) | READY (automation endpoints) |
|
||||
**Manual payment path: FULLY OPERATIONAL.**
|
||||
|
||||
**GO/NO-GO: GO for manual revenue. First sale possible today.**
|
||||
## 4. Booking Path
|
||||
|
||||
| Item | Status | Evidence |
|
||||
|------|--------|---------|
|
||||
| Calendly link | ACTIVE | calendly.com/sami-assiri11/dealix-demo |
|
||||
| Landing → Calendly | DONE | trial-signup.html redirects on form submit |
|
||||
| Email templates → Calendly | DONE | All email templates include Calendly link |
|
||||
| Outreach messages → Calendly | DONE | All DM templates include Calendly link |
|
||||
| Calendly → webhook | NOT TESTED | Code exists but no E2E booking verified |
|
||||
| Calendly → CRM | NOT TESTED | HubSpot key missing in Railway |
|
||||
|
||||
**Booking path: OPERATIONAL for manual flow (link → booking → Sami sees in Calendly).**
|
||||
|
||||
## 5. CRM Sync Path
|
||||
|
||||
| Item | Status | Evidence |
|
||||
|------|--------|---------|
|
||||
| HubSpot connector code | EXISTS | `services/crm_sync_service.py` |
|
||||
| HubSpot API key in Railway | MISSING | Not set in Railway env Dealix/web |
|
||||
| E2E: lead → HubSpot contact | NOT TESTED | Cannot test without key |
|
||||
| Manual CRM (Google Sheet) | READY | Tracker template in ops docs |
|
||||
| Pipeline stages defined | DONE | new → sent → replied → demo → pilot → paid → churned |
|
||||
|
||||
**Manual CRM: READY. HubSpot automated: BLOCKED on API key.**
|
||||
|
||||
## 6. Follow-up Path
|
||||
|
||||
| Item | Status | Evidence |
|
||||
|------|--------|---------|
|
||||
| Reply classifier | DONE | `POST /api/v1/automation/reply/classify` — 12 categories |
|
||||
| Follow-up templates (Day +2/+5/+10) | DONE | Generated per lead in email/generate endpoint |
|
||||
| Arabic response templates | DONE | Pre-written Khaliji response per category |
|
||||
| Gmail OAuth adapter | NOT BUILT | Needs Google Cloud OAuth setup |
|
||||
| Manual follow-up | READY | Copy-paste from templates |
|
||||
|
||||
**Manual follow-up: READY. Gmail auto-send: BLOCKED on OAuth setup.**
|
||||
|
||||
## 7. Test Payment Path
|
||||
|
||||
| Test | Status | How to Test |
|
||||
|------|--------|-------------|
|
||||
| Moyasar sandbox | NOT TESTED | Add `MOYASAR_TEST_SECRET_KEY` (sk_test_...) in Railway → hit `/api/v1/checkout` |
|
||||
| Moyasar live | BLOCKED | sk_live_ exists in Railway but returns 502 |
|
||||
| Manual bank transfer | READY | Ask friend to transfer 1 SAR → verify receipt |
|
||||
| Manual STC Pay | READY | Ask friend to STC Pay 1 SAR → verify receipt |
|
||||
|
||||
**Recommended first test:** Manual bank transfer from a friend. Zero technical dependency.
|
||||
|
||||
## 8. Manual Fallback Summary
|
||||
|
||||
| Function | Automated | Manual Fallback | Status |
|
||||
|----------|-----------|----------------|--------|
|
||||
| Lead response | AI endpoint exists | Sami responds manually | READY |
|
||||
| Qualification | Automation endpoint | Sami asks questions manually | READY |
|
||||
| Booking | Calendly auto | Sami proposes 2 times | READY |
|
||||
| Payment | Moyasar | Bank/STC Pay + proof | READY |
|
||||
| CRM | HubSpot | Google Sheet | READY |
|
||||
| Follow-up | Gmail OAuth | Copy-paste templates | READY |
|
||||
| Reporting | Dashboard | Manual WhatsApp/email to client | READY |
|
||||
|
||||
**Every function has a working manual fallback. No function is truly blocked.**
|
||||
|
||||
---
|
||||
|
||||
## Definition of Done for "Revenue Live"
|
||||
- [ ] First 5 outreach messages sent (WhatsApp warm)
|
||||
- [ ] First demo booked via Calendly
|
||||
- [ ] First pilot payment received (499 SAR bank/STC)
|
||||
- [ ] First customer onboarded (Day 0 checklist)
|
||||
- [ ] First daily report sent to customer
|
||||
|
||||
| Gate | Status | What Proves It |
|
||||
|------|--------|---------------|
|
||||
| First 5 outreach messages sent | NOT DONE | Sami confirms SENT |
|
||||
| First demo booked via Calendly | NOT DONE | Calendly notification |
|
||||
| First pilot payment received (499 SAR) | NOT DONE | Bank/STC Pay screenshot |
|
||||
| First customer onboarded (Day 0 checklist) | NOT DONE | Checklist filled |
|
||||
| First daily report sent to customer | NOT DONE | WhatsApp/email sent |
|
||||
| PostHog receives at least 1 event | NOT DONE | PostHog dashboard check |
|
||||
| Manual payment log has 1 entry | NOT DONE | File updated |
|
||||
|
||||
**0/7 done. Revenue is NOT live. Product is live. The gap is sales activity, not engineering.**
|
||||
|
||||
---
|
||||
|
||||
## Moyasar Diagnostic Checklist (for Sami)
|
||||
|
||||
If 502 persists, check these in order:
|
||||
1. Moyasar dashboard → Account Status: Active? Pending KYC? Suspended?
|
||||
2. Moyasar dashboard → API Keys: Is `sk_live_` the latest generated key?
|
||||
3. Test from terminal: `curl -u "sk_live_...:" https://api.moyasar.com/v1/invoices -d "amount=100" -d "currency=SAR"`
|
||||
4. If "authentication_error" → key wrong or regenerated. Get new key.
|
||||
5. If "account_inactive" → KYC not complete. Finish KYC in Moyasar.
|
||||
6. If success → Railway env has whitespace or wrong value. Re-paste key carefully.
|
||||
|
||||
Loading…
Reference in New Issue
Block a user