Files
MatchLiveTv/docs/PRODUCT_PREMIUM.md
Emiliano Frascaro bba6df52c0 Initial commit: monorepo Match Live TV.
Rails API, app Flutter, infrastruttura Docker/MediaMTX, sito marketing e documentazione di deploy.

Co-authored-by: Cursor <cursoragent@cursor.com>
2026-05-26 17:45:37 +02:00

36 lines
1019 B
Markdown

# Match Live TV — Piani commerciali
## Piani
| | Free | Premium Light | Premium Full |
|---|------|---------------|----------------|
| Staff trasmissione / anno | 1 | 5 | Illimitato |
| Staff regia / anno | 1 | 5 | Illimitato |
| Partite in contemporanea | 1 | 3 | 10 |
| Live Match Live TV | Sì | Sì | Sì |
| YouTube | No | Match TV Light | Canale società |
| Replay server | No | 30 giorni | 90 giorni |
| Download telefono | No | Sì | Sì |
| Prezzo | €0 | €40/anno o €5/mese | €200/anno o €20/mese |
| Embed sito società | No | No | In arrivo |
Esigenze custom: contatto `info@matchlivetv.eminux.it`.
## Sito
- `/` — Landing
- `/funzionalita` — Feature
- `/prezzi` — Prezzi (statici in pagina)
- `/live` — Dirette pubbliche
- `/signup` — Registrazione → squadra → dashboard
## Stripe
```bash
STRIPE_PREMIUM_LIGHT_PRICE_ID=price_...
STRIPE_PREMIUM_FULL_PRICE_ID=price_...
STRIPE_WEBHOOK_SECRET=whsec_...
```
Checkout: `GET /teams/:id/checkout?plan=premium_light|premium_full`