title: "Addendum 17 — WebaApp Studio — Mobile App Incubator" date: "2026-09-01" author: "GoWeBa Platform Team" tags: ["webaapp-studio", "mobile", "app-builder", "compliance", "app-store", "google-play", "capacitor"]
Addendum 17 — WebaApp Studio — Mobile App Incubator
Overview
WebaApp Studio is GoWeBa's mobile app incubator. It allows any organization to create, configure, and publish their own branded mobile app on the App Store and Google Play — without writing a single line of code.
"Dummy-proof": the built-in compliance assistant guides users through every step, from store account creation to final submission.
Pricing
| Plan | Price/month | Apps | Key Features |
|---|---|---|---|
| Simple | $149 | 1 | Basic templates, push, analytics, offline mode, biometrics |
| Medium | $399 | 3 | All templates, deep linking, compliance assistant, custom branding |
| Enterprise | $999 | Unlimited | White-label, native widgets, segmented push, priority builds |
6 Industry Templates
🏪 Commerce & Restaurant
Digital menu, online ordering, loyalty, delivery tracking.
🏠 Real Estate & Services
Property listings, appointments, virtual tours, mortgage calculator.
💼 Mobile CRM
Contacts, deals, Kanban pipeline, activities, AI insights.
🎓 Education & Training
Video courses, quizzes, certificates, virtual classroom via WebaCom.
⚖️ Law Firm & Notary
Case management, e-signatures, secure messaging, time billing, court dates.
🏦 Mortgage Broker & Lenders
Loan simulator, application portal, rate comparator, document vault, pre-approval letter.
Architecture
GoWeBa Organization
│
▼
┌────────────────────┐
│ WebaApp Studio │ ← /api/v1/webaapp-studio/
│ (Configurator) │
└───────┬────────────┘
│
├─── Choose Template
├─── Branding (colors, logo)
├─── Features (enable/disable)
├─── Store Listing (auto-generated)
├─── Compliance Check ✅
│
▼
┌────────────────────┐
│ Build Pipeline │ ← Capacitor + Fastlane
│ (Azure DevOps) │
└───────┬────────────┘
│
├─── .aab (Android)
└─── .ipa (iOS)
│
▼
┌────────────────────┐
│ App Store │
│ Google Play │
└────────────────────┘
Compliance Assistant
The assistant automatically verifies 20+ criteria across 8 categories:
| Category | Checks |
|---|---|
| 👤 Account | Apple Developer ($99/yr), Google Play ($25 one-time) |
| 📝 Metadata | Name, description, keywords, category |
| 🎨 Assets | 1024x1024 icon, screenshots, splash screen |
| 🔒 Privacy | Privacy Policy, Data Safety (Google), App Privacy (Apple) |
| 📱 Content | Age rating, no placeholders |
| ⚙️ Technical | iOS 16+, Android API 26+, HTTPS, crash-free |
| 📜 Legal | ToS, EULA |
| 💳 Payments | Apple IAP, Google Play Billing |
Compliance Report
Each validation generates a detailed report with:
- Overall score (0-100%)
- Per-item status: ✅ Passed / ❌ Blocker / ⚠️ Warning / ⏳ Pending
- Next steps sorted by priority
- "How to fix" instructions for each issue
Advanced Features
🔗 Universal Deep Linking
Links app.goweba.com/org/... open the native app if installed, otherwise the web.
📡 Segmented Push Notifications
Targeted campaigns by role, tag, organization. Scheduling and statistics.
📊 Built-in Analytics
Dashboard: events, active users, sessions, crash reports. Zero external dependencies.
🔐 Biometrics
Face ID / Touch ID / Fingerprint for quick login.
📱 Native Widgets
iOS WidgetKit / Android App Widget: upcoming appointments, hot deals, stats at a glance.
✈️ Enhanced Offline Mode
Local SQLite + sync queue. Work even without connectivity.
Store Account Setup Guide
WebaApp Studio provides a step-by-step guide for:
Apple Developer Program
- Create an Apple ID
- Enable Two-Factor Authentication
- Enroll in Developer Program ($99/year)
- Wait for approval (24-48h)
Google Play Console
- Create a Google Account
- Sign up for Play Console ($25 one-time)
- Identity verification (2-7 days)
White-Label GoWeBa
The Enterprise plan allows deploying a fully rebranded version of GoWeBa:
- Your name, logo, and colors everywhere
- Your custom domain
- Zero GoWeBa branding visible to your users
API Endpoints
All endpoints under /api/v1/webaapp-studio/:
| Group | Endpoints |
|---|---|
| Templates | GET /templates, GET /templates/:id |
| Pricing | GET /pricing, GET /pricing/:id |
| Apps | POST /apps, GET /apps, GET /apps/:id, PUT /apps/:id, DELETE /apps/:id |
| Branding | PUT /apps/:id/branding, PUT /apps/:id/features, GET /apps/:id/preview |
| Builds | POST /apps/:id/builds, GET /apps/:id/builds, GET /apps/:id/builds/:buildId |
| Compliance | GET /compliance/checklist, GET /apps/:id/compliance, POST .../validate |
| Store Setup | GET /store-setup/apple, GET /store-setup/google |
| Store Listing | GET /apps/:id/store-listing, PUT ..., POST .../generate |
| Push | POST /apps/:id/push/campaigns, GET ..., POST .../send |
| Analytics | POST /apps/:id/analytics/events, GET .../dashboard |
| Deep Links | GET /apps/:id/deeplinks, PUT /apps/:id/deeplinks |