# Jadwa AI — Complete Platform Features & Technical Documentation

> **Version 2.0** — February 2026
> For use with: Gamma.app Presentations | Google NotebookLM | Investor Decks | Technical Documentation

---

## Executive Summary

**Jadwa AI** is the first comprehensive Arabic-first AI-powered feasibility study platform, offering **75+ features** across **19 integrated systems** with **92 API endpoints**. The platform covers the entire entrepreneurial journey — from idea validation and financial analysis to video marketing, social media publishing, company registration, and incubator applications.

### Key Metrics

| Metric | Value |
|--------|-------|
| Total Features | **75+** |
| Integrated Systems (Blueprints) | **19** |
| API Endpoints (Routes) | **92** |
| Database Tables | **23** |
| Parallel AI Analysis Engines | **12** |
| Social Media Platforms | **6** |
| AI Video Providers | **2** (Google Veo 3 + OpenAI Sora 2) |
| Supported Currencies | **10** |
| Languages | **2** (Arabic + English) |
| Sector Templates | **8** |
| Subscription Plans | **3** (Free / Pro $29/mo / Enterprise $99/mo) |

---

## Platform Architecture

```
Jadwa AI Platform — 19 Systems, 92 Routes, 23 Database Tables
│
├── FRONTEND
│   ├── Tailwind CSS 3.x (Wall Street Dark Theme + Light Mode)
│   ├── Alpine.js 3.x (Reactive UI without heavy JS frameworks)
│   ├── Chart.js 4.4 (Interactive financial charts)
│   └── PWA (manifest.json + Service Worker + offline support)
│
├── BACKEND
│   ├── Flask 3.1 (Python)
│   ├── SQLAlchemy ORM
│   ├── Flask-Login (Session management)
│   ├── Flask-WTF (CSRF protection)
│   ├── Flask-Limiter (Rate limiting)
│   ├── Flask-Mail (Email verification + password reset)
│   └── 19 Blueprints / 92 Routes
│
├── AI ENGINE — "Directed Diamond Architecture"
│   ├── OpenAI (GPT-4o / GPT-4o-mini) — Primary provider
│   ├── Anthropic Claude — Secondary provider
│   ├── Multi-provider fallback (automatic switching)
│   └── 12 parallel analysis engines
│
├── VIDEO AI
│   ├── Google Veo 3 — Video generation
│   └── OpenAI Sora 2 — Video generation (alternative)
│
├── SOCIAL MEDIA APIs
│   ├── TikTok Publishing API
│   ├── YouTube Data API v3
│   ├── X (Twitter) API v2
│   ├── Facebook Graph API
│   ├── Instagram Graph API
│   └── Snapchat Marketing API
│
├── INTEGRATIONS
│   ├── Stripe (Payments — 3 plans + Webhooks)
│   ├── WhatsApp (Evolution API v2 — bulk campaigns)
│   ├── WATHQ API (Saudi commercial registration)
│   ├── Gamma.app API (Professional presentations)
│   ├── python-pptx (PowerPoint generation)
│   └── Flask-Mail / SMTP (Transactional email)
│
└── SECURITY
    ├── 2FA / TOTP (pyotp — Google Authenticator compatible)
    ├── CSRF Protection (Flask-WTF CSRFProtect)
    ├── Rate Limiting (Flask-Limiter — 200 req/hr default)
    ├── XSS Sanitization (regex-based HTML cleaner)
    ├── API Key Hashing (SHA256)
    ├── Webhook Signatures (HMAC-SHA256)
    └── Email Verification (time-limited tokens)
```

---

## All 19 Systems (Blueprints)

| # | System | URL Prefix | Routes | Purpose |
|---|--------|-----------|--------|---------|
| 1 | **auth** | `/auth` | 11 | Registration, login, logout, 2FA setup/verify, email verification, password reset, profile settings |
| 2 | **dashboard** | `/dashboard` | 1 | Main dashboard with search, filter, pagination, notifications, dark/light toggle |
| 3 | **study** | `/study` | 11 | New study, AI generation, report view, PDF export, PPTX export, share, compare, duplicate, AI advisor, follow-up questions |
| 4 | **billing** | `/billing` | 5 | Subscription plans, Stripe checkout, success page, billing management, webhooks |
| 5 | **admin** | `/admin` | 6 | User management, reports overview, revenue analytics, audit log, toggle admin |
| 6 | **campaigns** | `/campaigns` | 8 | Campaign creation, video script generation, AI video generation, social publishing, OAuth flows, campaign dashboard |
| 7 | **websites** | `/websites` | 3 | Website creation for projects, custom domain binding |
| 8 | **intelligence** | `/intelligence` | 2 | Real-time competitor analysis via web scraping |
| 9 | **gamma** | `/gamma` | 2 | Gamma.app integration for professional presentations |
| 10 | **company** | `/company` | 4 | Saudi company registration, WATHQ API lookup, AI legal advice, MISA guidance |
| 11 | **incubator** | `/incubator` | 5 | Incubator applications, AI application generator, Partner API (list + respond) |
| 12 | **tools** | `/tools` | 10 | Brand Kit, Investor Matching, Pitch Email, Financial Scenario Simulator, Progress Tracker/Roadmap |
| 13 | **api_marketplace** | `/api/v1` | 5 | External API for developers (list reports, create report, get report, export JSON, docs) |
| 14 | **tasks** | `/tasks` | 5 | Background task management, task status API, webhook endpoints (add/delete/list) |
| 15 | **workspaces** | `/workspaces` | 5 | Team workspaces, invite codes, join workspace, shared reports, member management |
| 16 | **templates** | `/templates` | 2 | Sector-specific report templates library (8 templates) |
| 17 | **referral** | `/referral` | 1 | Referral system with unique codes, tracking, and rewards |
| 18 | **audit** | `/audit` | 1 | Audit log viewer (admin-only) |
| 19 | **chatbot** | `/chatbot` | 1 | AI chatbot on landing page for visitor engagement |

**Total: 19 systems, 92 routes**

---

## Complete Feature List (75 Features)

### Category 1: AI-Powered Analysis (12 Parallel Engines)

| # | Feature | Technical Detail | User Value |
|---|---------|-----------------|-----------|
| 1 | **SWOT Analysis** | AI-generated from project description using Directed Diamond Engine | Identifies strengths, weaknesses, opportunities, and threats |
| 2 | **PESTEL Analysis** | Political, Economic, Social, Technological, Environmental, Legal factor analysis | Understands macro-environment affecting the business |
| 3 | **Porter's Five Forces** | Competition intensity, supplier power, buyer power, substitutes, new entrants | Maps competitive landscape of the industry |
| 4 | **VRIO Analysis** | Value, Rarity, Imitability, Organization framework | Identifies sustainable competitive advantage |
| 5 | **TAM/SAM/SOM** | Total/Serviceable/Obtainable market size estimation | Quantifies market opportunity with numbers |
| 6 | **Business Model Canvas (BMC)** | Full 9-block canvas auto-generated | Maps entire business model visually |
| 7 | **Lean Canvas** | Lean Startup framework: problem, solution, metrics, unfair advantage | Startup-optimized business planning |
| 8 | **Go-to-Market Strategy** | Pricing, distribution channels, marketing approach, launch plan | Actionable market entry strategy |
| 9 | **MVP Path Definition** | Minimum viable product + development roadmap with phases | Prioritizes features for launch |
| 10 | **USP Generator** | Unique Selling Proposition formulation | Articulates what makes the business unique |
| 11 | **Revenue Streams Identification** | Multiple income sources with percentages and projections | Maps diverse revenue paths |
| 12 | **Viability Score (0-100)** | Visual gauge with 5 dimensions: Market, Financial, Competitive, Operational, Risk | Quick go/no-go decision support |

### Category 2: Financial Analysis & Interactive Charts (7 Features)

| # | Feature | Technical Detail | User Value |
|---|---------|-----------------|-----------|
| 13 | **Interactive Financial Charts** | Chart.js 4.4 — revenue bar charts + cost vs. revenue line charts with dark theme styling | Visual financial storytelling |
| 14 | **Financial Scenario Simulator** | What-If analysis: adjust price, volume, costs → see instant P&L impact | De-risk decisions with data |
| 15 | **Startup Cost Breakdown** | Itemized pre-operational costs by category | Know exactly how much to raise |
| 16 | **Revenue Streams Detail** | Each income source with percentage and growth projection | Plan diversified revenue |
| 17 | **Multi-Currency (10 currencies)** | SAR, AED, USD, EUR, GBP, KWD, BHD, QAR, OMR, EGP | Localized financial analysis |
| 18 | **Zakat & VAT Calculator** | Islamic zakat on projected profits + Saudi 15% VAT estimation | Tax compliance from day one |
| 19 | **Industry Benchmarks** | Compare margins, growth, market size vs. industry averages | Data-backed credibility |

### Category 3: Export & Investor Presentations (10 Features)

| # | Feature | Technical Detail | User Value |
|---|---------|-----------------|-----------|
| 20 | **PDF Report Export** | xhtml2pdf — professional branded report with Wall Street design | Investor-ready document |
| 21 | **Investor Pitch Deck (PDF)** | 10-15 auto-generated slides: problem, solution, market, model, financials | Ready for investor meetings |
| 22 | **PowerPoint (PPTX) Export** | python-pptx — editable presentation with branded slides | Customize and present |
| 23 | **Gamma.app Integration** | POST to Gamma.app API — animated professional presentations | Premium presentation quality |
| 24 | **Google Docs/Slides Export** | Export format compatible with Google Workspace | Team collaboration |
| 25 | **Automated Pitch Email** | AI-generated investor email: summary + key metrics + call to action | Save hours of writing |
| 26 | **PDF Branding** | Custom logo + brand colors + contact info on every page | Professional identity |
| 27 | **Share & Collaborate** | Unique public link with toggle on/off | Share with team and investors |
| 28 | **Report Comparison** | Side-by-side view of two reports | Data-driven decision between ideas |
| 29 | **Quick Duplicate** | Clone report + modify inputs | A/B test business scenarios |

### Category 4: AI Marketing & Video (7 Features)

| # | Feature | Technical Detail | User Value |
|---|---------|-----------------|-----------|
| 30 | **AI Video — Google Veo 3** | API integration: text prompt → promotional video | Professional marketing video |
| 31 | **AI Video — OpenAI Sora 2** | Alternative video provider — user selects | Choice of AI video quality |
| 32 | **Video Script Generator** | AI-generated: full script + voiceover text + storyboard | Production-ready content |
| 33 | **Social Media Publishing (6 platforms)** | OAuth2 integration: TikTok, YouTube, X, Facebook, Instagram, Snapchat | One-click multi-platform distribution |
| 34 | **WhatsApp Campaigns (Evolution API v2)** | Bulk messaging: templates, media, delivery/read tracking | Direct customer engagement |
| 35 | **Campaign Dashboard** | Per-campaign analytics: views, likes, comments, shares, click-through rate | Measure marketing ROI |
| 36 | **AI Brand Kit Generator** | AI-generated: brand name + logo concept + color palette + typography | Complete brand identity |

### Category 5: Competitive Intelligence & Advisory (7 Features)

| # | Feature | Technical Detail | User Value |
|---|---------|-----------------|-----------|
| 37 | **AI Business Advisor Chat** | Context-aware AI chat with full report data as context | 24/7 business consultant |
| 38 | **Real-time Competitor Intelligence** | Web scraping: competitor websites, pricing, features, reviews | Know the competition |
| 39 | **AI Legal Advisor** | Legal requirements, licenses, regulations by country and sector | Compliance guidance |
| 40 | **Investor Matching** | AI-suggested VCs, angels, PEs by industry, stage, geography | Find the right investors |
| 41 | **User Stories & Buyer Personas** | Detailed customer profiles: demographics, behavior, pain points | Target marketing precisely |
| 42 | **Progress Tracker** | Step-by-step execution plan with milestone tracking | From theory to action |
| 43 | **AI Follow-up Questions** | After report generation: 5 smart questions to improve accuracy | Iterative improvement |

### Category 6: Saudi & Arab Market Services (8 Features)

| # | Feature | Technical Detail | User Value |
|---|---------|-----------------|-----------|
| 44 | **Company Registration (WATHQ API)** | POST to WATHQ API for commercial registration lookup + AI legal advice | Start a company in Saudi |
| 45 | **MISA Investment License** | Foreign investment licensing guidance | International investor support |
| 46 | **Incubator Applications** | Direct application from platform to any registered incubator | One-click incubator access |
| 47 | **Incubator Partner API** | Open REST API: GET applications, POST respond — for incubators to integrate | Scalable incubator ecosystem |
| 48 | **Vision 2030 Alignment Analysis** | AI evaluation of project alignment with Saudi Vision 2030 goals | Strategic credibility |
| 49 | **Saudi/UAE License Analysis** | License requirements by sector: health (MOH), food (SFDA), tech (CITC) | Regulatory compliance |
| 50 | **Sector Templates (8 templates)** | Restaurant, E-commerce, SaaS, Real Estate, Clinic, Cafe, Gym, Education | Quick start with industry context |
| 51 | **Website Builder Integration** | Create project website + custom domain binding | Online presence |

### Category 7: Platform, Security & Infrastructure (14 Features)

| # | Feature | Technical Detail | User Value |
|---|---------|-----------------|-----------|
| 52 | **Two-Factor Auth (2FA/TOTP)** | pyotp + QR code — Google Authenticator, Authy, Microsoft compatible | Account security |
| 53 | **Email Verification** | Time-limited token sent via Flask-Mail | Prevent fake accounts |
| 54 | **Password Reset** | Secure token-based recovery with expiration | Self-service account recovery |
| 55 | **CSRF Protection** | Flask-WTF CSRFProtect on all forms | Prevent cross-site attacks |
| 56 | **Rate Limiting** | Flask-Limiter — configurable per route (default 200/hr) | Prevent abuse |
| 57 | **XSS Sanitization** | Regex-based HTML cleaner: strips `<script>`, event handlers, `javascript:` URIs | Safe AI content rendering |
| 58 | **Dark/Light Mode** | User-selectable theme with Alpine.js toggle — persisted in localStorage | User preference |
| 59 | **Onboarding Tour** | 3-step interactive walkthrough on first visit | User engagement |
| 60 | **In-App Notifications** | Notification system for report completion, campaign status, task updates | Stay informed |
| 61 | **Profile Settings** | Name, email, password, language, currency preferences | Personalization |
| 62 | **Admin Panel** | User management, report oversight, subscription management, toggle admin roles | Platform governance |
| 63 | **Bilingual (AR/EN)** | Full Arabic + English UI with RTL layout support | Global accessibility |
| 64 | **Stripe Subscriptions** | 3 plans + Stripe Checkout + Webhooks for payment events | Revenue management |
| 65 | **API Marketplace** | Bearer token auth, SHA256 hashed keys, per-key rate limiting | Developer ecosystem |

### Category 8: Advanced Platform Features (10 Features — Latest Addition)

| # | Feature | Technical Detail | User Value |
|---|---------|-----------------|-----------|
| 66 | **Background Tasks** | Thread-based execution with BackgroundTask model — status, progress, result tracking | Non-blocking heavy operations |
| 67 | **Webhook Notifications** | WebhookEndpoint model — HMAC-SHA256 signed HTTP POST delivery to external URLs | Real-time external integration (Slack, Discord, custom) |
| 68 | **Team Workspaces** | Workspace + WorkspaceMember models — invite codes, shared report views, role management | Collaboration for teams and incubators |
| 69 | **Report Templates Library** | 8 sector-specific templates with pre-filled descriptions — auto-seeded on first visit | Quick start for common business types |
| 70 | **AI Follow-up Questions** | `POST /study/api/followup/<id>` — returns 5 smart questions based on report context | Iterative study improvement |
| 71 | **Audit Log** | AuditLog model — user, action, resource, IP, timestamp — admin-only viewer with search | Enterprise compliance and security tracking |
| 72 | **Referral System** | Unique code per user (`JADWA-XXXXXX`), Referral model with conversion tracking | Organic user acquisition |
| 73 | **Progressive Web App (PWA)** | `manifest.json` + Service Worker + meta tags for mobile install | Mobile app experience without app stores |
| 74 | **AI Landing Page Chatbot** | Alpine.js widget + `/chatbot/api/message` — uses AI with platform context | Visitor engagement and conversion |
| 75 | **Revenue Analytics Dashboard** | Admin panel: MRR, subscriber breakdown, 6-month growth charts (Chart.js), recent audit log | Business intelligence for operators |

---

## Database Models (23 Tables)

| # | Model | Table | Key Fields | System |
|---|-------|-------|-----------|--------|
| 1 | User | users | email, password_hash, name, language_pref, currency, totp_secret, two_factor_enabled, referral_code, is_admin | auth |
| 2 | Plan | plans | name, price_monthly, stripe_price_id, limits | billing |
| 3 | Subscription | subscriptions | user_id, plan_id, stripe_subscription_id, status | billing |
| 4 | Report | reports | user_id, project_name, project_description, language, synthesis_result, verdict, viability_score, share_token | study |
| 5 | SocialAccount | social_accounts | user_id, platform, access_token, refresh_token | campaigns |
| 6 | Campaign | campaigns | report_id, video_script, video_url, platform_statuses | campaigns |
| 7 | CampaignMetric | campaign_metrics | campaign_id, platform, views, likes, comments, shares | campaigns |
| 8 | Website | websites | report_id, subdomain, custom_domain, status | websites |
| 9 | CompetitorReport | competitor_reports | report_id, competitor_data | intelligence |
| 10 | GammaPresentationRequest | gamma_presentation_requests | report_id, gamma_id, gamma_url, status | gamma |
| 11 | CompanyRegistration | company_registrations | report_id, wathq_cr_number, misa_license_number, ai_legal_advice | company |
| 12 | IncubatorApplication | incubator_applications | report_id, incubator_name, ai_application_text, response_status | incubator |
| 13 | IncubatorPartner | incubator_partners | name, api_endpoint, api_key_hash | incubator |
| 14 | ApiKey | api_keys | user_id, key_hash, name, permissions | api_marketplace |
| 15 | BackgroundTask | background_tasks | user_id, task_type, task_id, status, progress, result_json | tasks |
| 16 | WebhookEndpoint | webhook_endpoints | user_id, url, events, secret, is_active | tasks |
| 17 | Workspace | workspaces | name, owner_id, invite_code | workspaces |
| 18 | WorkspaceMember | workspace_members | workspace_id, user_id, role | workspaces |
| 19 | ReportTemplate | report_templates | name, name_ar, sector, icon, default_description, usage_count | templates |
| 20 | AuditLog | audit_logs | user_id, action, resource_type, resource_id, ip_address, details | audit |
| 21 | Referral | referrals | referrer_id, referred_id, code, status, reward_applied | referral |
| 22 | ChatMessage | chat_messages | session_id, role, content | chatbot |
| 23 | Notification | notifications | user_id, message, is_read, type | dashboard |

---

## API Endpoints — Full Route Map (92 Routes)

### Authentication (11 routes)
```
POST /auth/register                    — Create new account
POST /auth/login                       — User login
GET  /auth/logout                      — User logout
GET  /auth/verify-email/<token>        — Verify email address
GET  /auth/resend-verification         — Resend verification email
POST /auth/forgot-password             — Request password reset
POST /auth/reset-password/<token>      — Reset password with token
POST /auth/setup-2fa                   — Setup TOTP 2FA
POST /auth/verify-2fa                  — Verify 2FA code on login
POST /auth/disable-2fa                 — Disable 2FA
POST /auth/profile                     — Update profile settings
```

### Feasibility Study (11 routes)
```
POST /study/new                        — Create new study
GET  /study/generate/<id>              — Start AI generation
POST /study/api/generate/<id>          — AI generation API
GET  /study/view/<id>                  — View full report
GET  /study/pdf/<id>                   — Export PDF
GET  /study/pptx/<id>                  — Export PowerPoint
POST /study/share/<id>                 — Toggle public sharing
GET  /study/public/<token>             — Public report view
GET  /study/compare                    — Compare two reports
GET  /study/duplicate/<id>             — Duplicate report
POST /study/api/advisor/<id>           — AI Business Advisor chat
POST /study/api/followup/<id>          — AI Follow-up Questions
```

### Campaigns & Marketing (8 routes)
```
GET  /campaigns/                       — Campaign dashboard
POST /campaigns/create/<report_id>     — Create campaign
GET  /campaigns/detail/<id>            — Campaign details
POST /campaigns/api/generate-script/<id>  — Generate video script
POST /campaigns/api/generate-video/<id>   — Generate AI video
POST /campaigns/api/publish/<id>       — Publish to social platforms
GET  /campaigns/oauth/<platform>       — Start OAuth flow
GET  /campaigns/oauth/callback/<platform> — OAuth callback
```

### Tools (10 routes)
```
GET  /tools/brand-kit/<id>             — Brand Kit page
POST /tools/api/generate-brand-kit     — Generate brand kit AI
GET  /tools/investor-match/<id>        — Investor matching page
POST /tools/api/match-investors        — Match investors AI
GET  /tools/pitch-email/<id>           — Pitch email page
POST /tools/api/generate-pitch-email   — Generate pitch email AI
GET  /tools/scenario/<id>              — Financial simulator page
POST /tools/api/simulate-scenario      — Simulate scenario AI
GET  /tools/progress/<id>              — Progress tracker page
POST /tools/api/generate-roadmap       — Generate roadmap AI
```

### Saudi Services (9 routes)
```
POST /company/register/<id>            — Start company registration
POST /company/api/wathq-lookup         — WATHQ API lookup
POST /company/api/legal-advice         — AI legal advice
GET  /company/status/<id>              — Registration status
POST /incubator/apply/<id>             — Apply to incubator
POST /incubator/edit/<id>              — Edit application
POST /incubator/api/generate-application — AI generate application
GET  /incubator/api/v1/applications    — Partner API: list applications
POST /incubator/api/v1/applications/<id>/respond — Partner API: respond
```

### All Other Systems (43 routes)
```
— Billing (5): plans, checkout, success, manage, webhook
— Admin (6): index, users, reports, analytics, audit, toggle-admin
— Websites (3): index, create, set-domain
— Intelligence (2): competitors, api-analyze
— Gamma (2): create, api-generate
— API Marketplace (5): docs, list-reports, create-report, get-report, export-json
— Tasks (5): index, status, webhooks, add-webhook, delete-webhook
— Workspaces (5): index, view, create, join, remove-member
— Templates (2): index, use-template
— Referral (1): index
— Audit (1): index
— Chatbot (1): api/message
— Dashboard (1): index
— Landing (1): /
— Static (1): /static
```

---

## Subscription Plans — Detailed Comparison

| Feature | Free | Pro ($29/mo) | Enterprise ($99/mo) |
|---------|------|-------------|---------------------|
| Feasibility Reports / month | 2 | 50 | Unlimited |
| All 12 AI Analyses | Yes | Yes | Yes |
| PDF Export | No | Yes | Yes |
| PowerPoint (PPTX) Export | No | Yes | Yes |
| Gamma.app Presentations | No | Yes | Yes |
| Google Docs/Slides Export | No | Yes | Yes |
| AI Business Advisor Chat | 5 msgs/report | 50 msgs/report | Unlimited |
| AI Video Generation (Veo/Sora) | No | 5/month | Unlimited |
| Video Script Generator | No | Yes | Yes |
| Social Media Publishing | No | 5/month | Unlimited |
| WhatsApp Campaigns | No | No | Yes |
| Competitor Intelligence | No | 3/report | Unlimited |
| Financial Scenario Simulator | No | Yes | Yes |
| Brand Kit Generator | No | No | Yes |
| Investor Matching | No | Yes | Yes |
| Pitch Email Generator | No | Yes | Yes |
| Website Builder + Custom Domain | No | No | Yes |
| Team Workspaces | 1 workspace | 5 workspaces | Unlimited |
| Report Comparison | No | Yes | Yes |
| Share & Collaborate Links | 1 | 10 | Unlimited |
| Webhook Notifications | No | Yes | Yes |
| API Marketplace Access | No | No | Yes |
| Sector Templates | All 8 | All 8 | All 8 + custom |
| Priority Support | No | Email | Email + WhatsApp |

---

## Competitive Comparison — Jadwa AI vs. Global Competitors

| Capability | Jadwa AI | VenturusAI | PrometAI | Slidebean | IdeaProof |
|-----------|---------|-----------|---------|----------|-----------|
| AI Analysis Engines | **12 parallel** | 8 | 6 | 0 | 4 |
| Arabic Language | **Full (UI + Reports)** | No | No | No | No |
| Saudi Market Integration | **WATHQ, Vision 2030, Zakat/VAT** | No | No | No | No |
| AI Video Generation | **Google Veo 3 + OpenAI Sora 2** | No | No | No | No |
| Social Publishing | **6 platforms** | No | No | No | No |
| WhatsApp Campaigns | **Evolution API v2** | No | No | No | No |
| Pitch Deck Export | **PDF + PPTX + Gamma.app** | Limited PDF | PDF | PPTX | No |
| Company Registration | **WATHQ API** | No | No | No | No |
| Incubator API (Open) | **Partner API** | No | No | No | No |
| Team Workspaces | **Yes (invite codes)** | No | No | No | No |
| Sector Templates | **8 templates** | No | No | No | No |
| AI Chatbot | **Landing + In-Report** | In-Report only | No | No | No |
| Financial Simulator | **What-If analysis** | No | Limited | No | No |
| Referral System | **Yes** | No | No | No | No |
| PWA (Mobile) | **Yes** | No | No | No | No |
| Webhook Notifications | **HMAC-signed** | No | No | No | No |
| Audit Log | **Enterprise-grade** | No | No | No | No |
| Background Tasks | **Async with progress** | No | No | No | No |
| Multi-Currency | **10 currencies** | USD only | USD/EUR | USD | USD |
| 2FA Security | **TOTP** | No | No | No | No |
| Pro Price | **$29/mo** | $29/mo | $39/mo | $29/mo | $19/mo |
| Free Plan | **2 reports/mo** | 1 report | None | None | Limited |
| **Total Features** | **75+** | ~20 | ~15 | ~10 | ~10 |

---

## Key Differentiators

1. **Only Arabic-first AI feasibility platform** — all competitors are English-only
2. **Most comprehensive feature set** — 75+ features vs. 10-20 in competitors
3. **End-to-end solution** — idea → analysis → video → social publishing → company registration
4. **Saudi ecosystem integration** — WATHQ, Vision 2030, Zakat/VAT, local licenses
5. **Open Incubator API** — any incubator can integrate — unique in the market
6. **AI Video + Social Publishing combo** — no competitor offers this
7. **WhatsApp Campaigns** — critical for MENA market, absent from all competitors
8. **Team Workspaces** — collaboration feature missing from all competitors
9. **12 parallel AI engines** — deepest analysis (2x VenturusAI, 3x PrometAI)
10. **PWA + Chatbot + Referral** — modern growth tools absent from competitors

---

## Usage Instructions

### For Gamma.app (Presentation)
1. Go to [gamma.app](https://gamma.app)
2. Click **"Create new"** → **"Paste in text"**
3. Paste this entire document (or specific sections)
4. Select **"Presentation"** format
5. Choose a **dark professional theme** (matches Jadwa AI's Wall Street design)
6. Gamma auto-generates slides — edit titles and reorder as needed
7. **Recommended sections for slides:** Executive Summary → Key Metrics → Feature Categories → Competitive Comparison → Pricing

### For Google NotebookLM (Research & Podcast)
1. Go to [notebooklm.google.com](https://notebooklm.google.com)
2. Create a new notebook
3. Click **"Add source"** → Upload this `.md` file
4. **Suggested prompts:**
   - "Summarize Jadwa AI in 2 minutes"
   - "What makes Jadwa AI different from VenturusAI?"
   - "List all 75 features grouped by category"
   - "Explain the Saudi market features"
   - "Create a podcast-style overview of the platform"
   - "What are the best features for investors?"
   - "How does the pricing compare to competitors?"
5. Use **"Audio Overview"** to generate a podcast explaining the platform

### For Investor Pitch
- Focus on: Executive Summary → Key Metrics → Competitive Comparison → Subscription Plans → Key Differentiators
- Export from Gamma as PDF or PPTX

### For Technical Documentation
- Focus on: Platform Architecture → All 19 Systems → Database Models → API Endpoints
- Suitable for developer onboarding and API integration guides

---

*Jadwa AI Platform — Version 2.0 — February 2026*
*Total: 75 Features | 19 Systems | 92 Routes | 23 Database Tables*
