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>
This commit is contained in:
35
docs/PRODUCT_PREMIUM.md
Normal file
35
docs/PRODUCT_PREMIUM.md
Normal file
@@ -0,0 +1,35 @@
|
||||
# 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`
|
||||
Reference in New Issue
Block a user