---
name: PWA-X
type: Product/Service
currency: USD
billing_model: pay-as-you-go
subscription: false
hidden_fees: false
last_updated: 2026-07-18
signup_url: https://app.pwa-x.com/register
pricing:
  pwa_creation:
    price: 1.00
    unit: per PWA
    recurrence: one-time
    includes: [AI template generation, subdomain hosting, analytics dashboard, push notifications]
  custom_domain:
    price: 2.00
    unit: per domain
    recurrence: one-time
    includes: [full whitelabel, custom branding, serve on own domain]
    alternative: connect a domain you already own
  install_costs:
    - tier: 1
      label: premium geos
      price: 0.03
      unit: per install
    - tier: 2
      label: mid geos
      price: 0.02
      unit: per install
    - tier: 3
      label: other geos
      price: 0.01
      unit: per install
---

# Pricing — PWA-X

PWA-X uses pay-as-you-go pricing. There is no monthly subscription and no hidden fees — you only pay for what you use.

Last updated: 2026-07-18

## PWA creation
- Price: $1.00 per PWA (one-time, per app created)
- Includes: AI template generation, hosting on a PWA-X subdomain, analytics dashboard, push notifications

## Custom domain
- Price: $2.00 per domain
- Includes: Full whitelabel (your logo, colors, brand), your PWA served on your own domain
- Alternative: connect a domain you already own

## Install costs (per install, by traffic tier)
- Tier 1 (premium geos): $0.03 per install
- Tier 2 (mid geos): $0.02 per install
- Tier 3 (other geos): $0.01 per install

## What's included at every tier
- AI-powered template generator (no coding required)
- Push notifications: automated, manual broadcast, and trigger-based
- Real-time analytics: install tracking, engagement, retention, conversion
- Exportable reports and API access
- Multi-language support

## Notes
- Currency: USD
- Billing model: pay-as-you-go (no monthly/annual subscription)
- Sign up / app: https://app.pwa-x.com/register

## Structured data (for AI agents)
```json
{
  "@context": "https://schema.org",
  "@type": "Product",
  "name": "PWA-X",
  "description": "Platform for creating high-converting Progressive Web Apps with AI templates, push notifications, and real-time analytics.",
  "brand": { "@type": "Brand", "name": "PWA-X" },
  "offers": [
    {
      "@type": "Offer",
      "name": "PWA creation",
      "price": "1.00",
      "priceCurrency": "USD",
      "description": "One-time, per PWA created. Includes AI template generation, subdomain hosting, analytics, push notifications.",
      "url": "https://app.pwa-x.com/register"
    },
    {
      "@type": "Offer",
      "name": "Custom domain",
      "price": "2.00",
      "priceCurrency": "USD",
      "description": "One-time, per domain. Full whitelabel branding on your own domain."
    },
    {
      "@type": "Offer",
      "name": "Install cost — Tier 1 (premium geos)",
      "price": "0.03",
      "priceCurrency": "USD",
      "description": "Per install, premium geos."
    },
    {
      "@type": "Offer",
      "name": "Install cost — Tier 2 (mid geos)",
      "price": "0.02",
      "priceCurrency": "USD",
      "description": "Per install, mid geos."
    },
    {
      "@type": "Offer",
      "name": "Install cost — Tier 3 (other geos)",
      "price": "0.01",
      "priceCurrency": "USD",
      "description": "Per install, other geos."
    }
  ]
}
```
