mirror of
https://github.com/x1xhlol/system-prompts-and-models-of-ai-tools.git
synced 2026-06-17 23:09:35 +00:00
Move from GO_PRIVATE_BETA (technical readiness) to PAID_BETA_READY (first revenue) — operational, not architectural. Deliverables: - docs/PAID_BETA_OPERATING_PLAYBOOK.md 10-section Arabic playbook: gate to Paid Beta, 7-day day-by-day plan (Staging → Outreach → Demos → Diagnostic → Pilot Sale → Pilot Day1/Day2 → Proof+Upsell), weekly targets (50-70 messages / 5-10 replies / 3-5 demos / 1+ payment), 8 hard operational rules, daily cadence, what NOT to add, Public Launch criteria. - docs/FIRST_PILOT_DELIVERY_WORKFLOW.md 48-hour Arabic Pilot delivery: T+0 intake (15 fields) → T+24 Free Diagnostic (3 opportunities + 1 Arabic message + 1 risk + 1 service recommendation) → T+48 Pilot 499 (10 opportunities + 7-day follow-up plan + Proof Pack) → T+7 final Proof Pack + 30min review + 3 upgrade paths. Pilot success criteria + 8-row metrics table. - docs/PRIVATE_BETA_OPERATING_BOARD.md 15-column Sheet template (company, person, segment, source, channel, message_sent, reply_status, demo_booked, diagnostic_sent, pilot_offered, price, paid, proof_pack_sent, next_step, notes) + status flow + ICP distribution + 3-wave follow-up templates + daily routine + PDPL privacy rules + CSV header. - landing/private-beta.html Pilot 499 SAR offer prominent at top (badge + hero CTA), dedicated 3-card pricing section (Pilot 499 / Free Diagnostic / Growth OS Monthly 2,999), 7-day refund/case-study guarantee, mailto CTAs with prefilled subject + body, removed duplicate pricing block. - scripts/paid_beta_daily_scorecard.py (274 lines) argparse with --messages, --replies, --demos, --pilots, --payments, --proof-packs, --as-of, --json. Computes reply_rate / demo_rate / pilot_rate / payment_rate, daily verdict (ON_TRACK / BEHIND / OFF_TRACK), weekly verdict (BLOCKERS / STRETCH_PENDING / WEEKLY_TARGETS_HIT), and rule-based next_actions in Arabic. Targets: 50-70 messages / 5-15 replies / 3-7 demos / 2-3 pilots / 1-2 paid / 1+ proof pack per week. - tests/unit/test_paid_beta_scorecard.py 12 tests: zero-input, on-track day, tone-action trigger, payment → proof-pack action, full-week target hit, conversion rates, Arabic text rendering, JSON validity, CLI text/json modes, --as-of today/explicit. Hard rules (unchanged): - No live WhatsApp / Gmail / Calendar send without env flag + approval. - No Moyasar API charge — manual invoice/payment-link only. - No LinkedIn scraping / auto-DM — Lead Gen Forms + manual outreach. - No cold WhatsApp without opt-in (PDPL hard-block). - Every message passes safety_eval + saudi_tone_eval. - Every action recorded in Action Ledger. Validation: - python -m compileall api auto_client_acquisition: clean. - pytest tests/unit (excl. tenacity-dep tests): 950 passed, 2 skipped. - python scripts/smoke_inprocess.py: SMOKE_INPROCESS_OK (8/8 endpoints). - python scripts/paid_beta_daily_scorecard.py text + --json: both render correctly with Arabic + verdict + next_actions. - tests/unit/test_positioning_lock.py: 10 passed (no prohibited phrases introduced in updated landing/private-beta.html). Test count: 949 → 962 (+12 new, 1 prior already counted). Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
292 lines
12 KiB
HTML
292 lines
12 KiB
HTML
<!DOCTYPE html>
|
||
<html lang="ar" dir="rtl">
|
||
<head>
|
||
<meta charset="UTF-8" />
|
||
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||
<title>Dealix — Private Beta</title>
|
||
<meta name="description" content="Dealix Private Beta — مدير نمو عربي للشركات السعودية. 10 فرص في 10 دقائق + رسائل + متابعة + Proof Pack." />
|
||
<style>
|
||
:root {
|
||
--bg: #0f1115;
|
||
--panel: #181b22;
|
||
--text: #f5f5f7;
|
||
--muted: #a8aab2;
|
||
--brand: #ffd166;
|
||
--brand-2: #ef476f;
|
||
--good: #06d6a0;
|
||
--warn: #ff9f1c;
|
||
}
|
||
* { box-sizing: border-box; margin: 0; padding: 0; }
|
||
body {
|
||
font-family: 'Tajawal', 'Segoe UI', Tahoma, sans-serif;
|
||
background: var(--bg);
|
||
color: var(--text);
|
||
line-height: 1.7;
|
||
padding: 0;
|
||
}
|
||
header {
|
||
padding: 48px 24px 24px;
|
||
text-align: center;
|
||
background: linear-gradient(135deg, #1a1d27 0%, #0f1115 100%);
|
||
}
|
||
header .badge {
|
||
display: inline-block;
|
||
padding: 6px 14px;
|
||
background: rgba(255, 209, 102, 0.15);
|
||
color: var(--brand);
|
||
border-radius: 20px;
|
||
font-size: 14px;
|
||
margin-bottom: 18px;
|
||
border: 1px solid rgba(255, 209, 102, 0.3);
|
||
}
|
||
header h1 {
|
||
font-size: 44px;
|
||
line-height: 1.2;
|
||
margin-bottom: 18px;
|
||
color: var(--text);
|
||
}
|
||
header h1 span { color: var(--brand); }
|
||
header p.subtitle {
|
||
font-size: 19px;
|
||
color: var(--muted);
|
||
max-width: 720px;
|
||
margin: 0 auto 32px;
|
||
}
|
||
.cta {
|
||
display: inline-block;
|
||
padding: 14px 28px;
|
||
background: var(--brand);
|
||
color: #0f1115;
|
||
border-radius: 10px;
|
||
font-weight: 700;
|
||
text-decoration: none;
|
||
font-size: 17px;
|
||
margin: 6px;
|
||
border: none;
|
||
cursor: pointer;
|
||
}
|
||
.cta.secondary {
|
||
background: transparent;
|
||
color: var(--text);
|
||
border: 1px solid #383b44;
|
||
}
|
||
main { max-width: 920px; margin: 0 auto; padding: 24px; }
|
||
section {
|
||
background: var(--panel);
|
||
padding: 28px;
|
||
border-radius: 14px;
|
||
margin: 18px 0;
|
||
border: 1px solid #232631;
|
||
}
|
||
section h2 { font-size: 24px; margin-bottom: 14px; color: var(--brand); }
|
||
section h3 { font-size: 18px; margin: 18px 0 8px; color: var(--text); }
|
||
ul { list-style: none; padding-right: 0; }
|
||
ul li {
|
||
padding: 8px 0;
|
||
padding-right: 26px;
|
||
position: relative;
|
||
color: var(--text);
|
||
}
|
||
ul li:before {
|
||
content: "✓";
|
||
color: var(--good);
|
||
position: absolute;
|
||
right: 0;
|
||
font-weight: 700;
|
||
}
|
||
.pricing-grid {
|
||
display: grid;
|
||
grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
|
||
gap: 14px;
|
||
margin-top: 14px;
|
||
}
|
||
.price-card {
|
||
padding: 18px;
|
||
background: #1f232c;
|
||
border-radius: 10px;
|
||
border: 1px solid #2a2e39;
|
||
}
|
||
.price-card .label { color: var(--muted); font-size: 14px; }
|
||
.price-card .price { font-size: 26px; font-weight: 700; color: var(--brand); margin: 6px 0; }
|
||
.safe-banner {
|
||
background: rgba(6, 214, 160, 0.1);
|
||
color: var(--good);
|
||
padding: 14px 18px;
|
||
border-radius: 10px;
|
||
border: 1px solid rgba(6, 214, 160, 0.3);
|
||
margin: 18px 0;
|
||
}
|
||
footer {
|
||
text-align: center;
|
||
padding: 28px;
|
||
color: var(--muted);
|
||
font-size: 14px;
|
||
border-top: 1px solid #232631;
|
||
margin-top: 32px;
|
||
}
|
||
.endpoint {
|
||
background: #11141a;
|
||
padding: 6px 10px;
|
||
border-radius: 6px;
|
||
font-family: monospace;
|
||
font-size: 14px;
|
||
color: var(--brand);
|
||
display: inline-block;
|
||
margin: 2px 0;
|
||
border: 1px solid #232631;
|
||
}
|
||
</style>
|
||
</head>
|
||
<body>
|
||
<header>
|
||
<span class="badge">Private Beta — Pilot 499 ريال يبدأ اليوم</span>
|
||
<h1>10 فرص B2B + رسائل عربية + متابعة <span>خلال 48 ساعة</span></h1>
|
||
<p class="subtitle">
|
||
Dealix هو Saudi Revenue Execution OS — مش CRM، ولا WhatsApp bot، ولا lead scraper.
|
||
<br/>
|
||
<strong style="color: var(--brand);">Pilot 7 أيام بـ 499 ريال فقط.</strong>
|
||
تسليم خلال 48 ساعة. لا إرسال خارجي بدون موافقتك.
|
||
</p>
|
||
<a href="mailto:bassam.m.assiri@gmail.com?subject=Pilot%20499%20-%20%5Baسم%20الشركة%5D&body=الاسم%3A%0Aالشركة%3A%0Aالقطاع%3A%0Aالمدينة%3A%0Aالعميل%20المثالي%3A" class="cta">احجز Pilot 499 الآن</a>
|
||
<a href="#what-you-get" class="cta secondary">شاهد ماذا تحصل</a>
|
||
<p style="margin-top: 18px; color: var(--muted); font-size: 14px;">
|
||
أو ضمان: لو ما عجبك خلال 7 أيام، تستردّ كامل المبلغ — أو نحوّله Case Study مجاني.
|
||
</p>
|
||
</header>
|
||
|
||
<main style="margin-bottom: 0;">
|
||
<section style="background: linear-gradient(135deg, rgba(255,209,102,0.08), rgba(239,71,111,0.06)); border: 1px solid rgba(255,209,102,0.3); margin-top: 0;">
|
||
<h2 style="color: var(--brand);">عرض اليوم — Pilot 499 ريال</h2>
|
||
<div class="pricing-grid">
|
||
<div class="price-card" style="border: 2px solid var(--brand);">
|
||
<div class="label">First 10 Opportunities Sprint</div>
|
||
<div class="price">499 ر.س</div>
|
||
<div style="color: var(--good); font-weight: 700;">يبدأ خلال 24 ساعة</div>
|
||
<ul style="margin-top: 10px; font-size: 14px;">
|
||
<li>10 فرص B2B بأسماء حقيقية</li>
|
||
<li>10 رسائل عربية جاهزة</li>
|
||
<li>خطة متابعة 7 أيام</li>
|
||
<li>Proof Pack نهائي</li>
|
||
<li>تسليم ≤ 48 ساعة</li>
|
||
</ul>
|
||
<a href="mailto:bassam.m.assiri@gmail.com?subject=Pilot%20499%20-%20%5Bاسم%20الشركة%5D" class="cta" style="margin-top: 14px; width: 100%; text-align: center;">ابدأ Pilot الآن</a>
|
||
</div>
|
||
<div class="price-card">
|
||
<div class="label">Free Diagnostic</div>
|
||
<div class="price" style="color: var(--good);">مجاني</div>
|
||
<div>تسليم خلال 24 ساعة</div>
|
||
<ul style="margin-top: 10px; font-size: 14px;">
|
||
<li>3 فرص محددة</li>
|
||
<li>1 رسالة عربية جاهزة</li>
|
||
<li>1 مخاطرة موجودة الآن</li>
|
||
<li>1 توصية خدمة</li>
|
||
</ul>
|
||
<a href="mailto:bassam.m.assiri@gmail.com?subject=Free%20Diagnostic%20-%20%5Bاسم%20الشركة%5D" class="cta secondary" style="margin-top: 14px; width: 100%; text-align: center;">جرّب مجاناً</a>
|
||
</div>
|
||
<div class="price-card">
|
||
<div class="label">Growth OS Monthly</div>
|
||
<div class="price">2,999 ر.س/شهر</div>
|
||
<div>اشتراك مستمر</div>
|
||
<ul style="margin-top: 10px; font-size: 14px;">
|
||
<li>30+ فرصة شهرياً</li>
|
||
<li>متابعة + Reply classifier</li>
|
||
<li>Proof Pack أسبوعي</li>
|
||
<li>Weekly check-in</li>
|
||
</ul>
|
||
<span style="display: block; margin-top: 14px; color: var(--muted); font-size: 13px;">يُقدَّم بعد Pilot ناجح فقط.</span>
|
||
</div>
|
||
</div>
|
||
<p style="margin-top: 18px; color: var(--muted); font-size: 14px;">
|
||
الدفع عبر Moyasar (invoice يدوي). لا API charge. لا اشتراك تلقائي.
|
||
</p>
|
||
</section>
|
||
|
||
<section id="what-you-get">
|
||
<h2>وعد المنتج</h2>
|
||
<p>خلال 7 أيام، نطلع لك:</p>
|
||
<ul>
|
||
<li>10 فرص B2B مناسبة لقطاعك ومدينتك</li>
|
||
<li>سبب "لماذا الآن" لكل فرصة</li>
|
||
<li>رسائل عربية جاهزة (تحت 80 كلمة، نبرة طبيعية سعودية)</li>
|
||
<li>تصنيف الأرقام: آمن / يحتاج مراجعة / محظور</li>
|
||
<li>متابعة 7 أيام بعد القرار</li>
|
||
<li>Proof Pack: leads، رسائل معتمدة، اجتماعات، إيراد متأثر، مخاطر تم منعها</li>
|
||
</ul>
|
||
</section>
|
||
|
||
<section>
|
||
<h2>الفرق عن المنافسين</h2>
|
||
<ul>
|
||
<li><strong>عربي طبيعي سعودي</strong> — لا تحية طيبة وبعد، لا synergy.</li>
|
||
<li><strong>Approval-first</strong> — لا إرسال واتساب/إيميل بدون موافقتك.</li>
|
||
<li><strong>PDPL-aware</strong> — لا cold WhatsApp بدون opt-in.</li>
|
||
<li><strong>Multi-channel</strong> — واتساب + إيميل + تقويم + SOCIAL + مدفوعات تحت سقف واحد.</li>
|
||
<li><strong>Self-improving</strong> — يتعلم من Accept/Skip/Edit ويحسّن الرسائل.</li>
|
||
<li><strong>Proof Pack</strong> — تقرير شهري بكل ما عمله Dealix.</li>
|
||
</ul>
|
||
</section>
|
||
|
||
<section id="demo">
|
||
<h2>ماذا يعمل اليوم؟</h2>
|
||
<p>كل هذه الـendpoints تعمل في staging الآن — يمكنك تجربتها مباشرة:</p>
|
||
<p>
|
||
<span class="endpoint">GET /api/v1/personal-operator/daily-brief</span><br/>
|
||
<span class="endpoint">GET /api/v1/intelligence/command-feed/demo</span><br/>
|
||
<span class="endpoint">GET /api/v1/intelligence/missions</span><br/>
|
||
<span class="endpoint">POST /api/v1/intelligence/simulate-opportunity</span><br/>
|
||
<span class="endpoint">GET /api/v1/intelligence/board-brief/demo</span><br/>
|
||
<span class="endpoint">GET /api/v1/growth-operator/proof-pack/demo</span><br/>
|
||
<span class="endpoint">GET /api/v1/platform/proof-ledger/demo</span><br/>
|
||
<span class="endpoint">GET /api/v1/connector-catalog/catalog</span><br/>
|
||
<span class="endpoint">GET /api/v1/security-curator/demo</span><br/>
|
||
<span class="endpoint">GET /api/v1/growth-curator/report/demo</span><br/>
|
||
<span class="endpoint">GET /api/v1/meeting-intelligence/brief/demo</span><br/>
|
||
</p>
|
||
</section>
|
||
|
||
<section>
|
||
<h2>الأمان والامتثال</h2>
|
||
<div class="safe-banner">
|
||
<strong>القاعدة الذهبية:</strong> لا إرسال خارجي بدون موافقتك.
|
||
لا cold WhatsApp. لا charge بدون تأكيد. لا تخزّن بياناتك خارج المملكة بدون اتفاقية.
|
||
</div>
|
||
<ul>
|
||
<li>Tool Gateway: كل أداة (Gmail/Calendar/WhatsApp/Moyasar) تمر من سياسة قبل التنفيذ.</li>
|
||
<li>Patch Firewall: ما من سر يدخل الكود.</li>
|
||
<li>Trace Redactor: ما من رقم/إيميل يدخل الـlogs.</li>
|
||
<li>Saudi Tone Eval: كل رسالة تُقيّم قبل الإرسال.</li>
|
||
<li>Safety Eval: عبارات مثل "ضمان 100%" محظورة تلقائياً.</li>
|
||
</ul>
|
||
</section>
|
||
|
||
<section>
|
||
<h2>للوكالات</h2>
|
||
<p>
|
||
إذا أنت وكالة تسويق B2B، Dealix يشتغل خلفك:
|
||
أنت تختار العميل، Dealix يطلع له 10 فرص + رسائل + متابعة،
|
||
وأنت تحصل على case study + revenue share.
|
||
ابحث عن "Partner Sprint" في Pilot المجاني.
|
||
</p>
|
||
</section>
|
||
|
||
<section style="background: linear-gradient(135deg, rgba(255,209,102,0.08), rgba(6,214,160,0.06)); border: 1px solid rgba(255,209,102,0.3);">
|
||
<h2 style="color: var(--brand);">جاهز نبدأ؟ — Pilot 499 ريال يبدأ خلال 24 ساعة</h2>
|
||
<p>
|
||
أرسل لي: اسمك + اسم شركتك + قطاعك + مدينتك + عميلك المثالي.
|
||
خلال 24 ساعة يصلك Free Diagnostic. خلال 48 ساعة Pilot كامل (10 فرص + 10 رسائل + متابعة).
|
||
</p>
|
||
<p style="margin: 14px 0; color: var(--good); font-weight: 700;">
|
||
ضمان: لو ما عجبك خلال 7 أيام، تستردّ كامل المبلغ.
|
||
</p>
|
||
<a href="mailto:bassam.m.assiri@gmail.com?subject=Pilot%20499%20-%20%5Bاسم%20الشركة%5D&body=الاسم%3A%0Aالشركة%3A%0Aالقطاع%3A%0Aالمدينة%3A%0Aالعميل%20المثالي%3A" class="cta">احجز Pilot 499 الآن</a>
|
||
<a href="mailto:bassam.m.assiri@gmail.com?subject=Free%20Diagnostic%20-%20%5Bاسم%20الشركة%5D" class="cta secondary">جرّب Free Diagnostic</a>
|
||
</section>
|
||
</main>
|
||
|
||
<footer>
|
||
Dealix — Saudi Autonomous Revenue Platform · Private Beta · 2026<br/>
|
||
bassam.m.assiri@gmail.com
|
||
</footer>
|
||
</body>
|
||
</html>
|