feat: per-workspace pricing, onboarding, and billing overhaul
Pricing
- Bill per workspace ($12/mo or $120/yr each); Stripe quantity tracks the
workspace count and syncs on workspace create/delete.
- 2,500 AI credits per workspace, pooled at the account level; monthly reset
on the billing anniversary, annual granted upfront (no rollover).
- One social account per network per workspace; remove all count-based limits
(workspace/social/member) and the legacy plan tiers (single Workspace plan).
Onboarding (cloud only: SELF_HOSTED=false + PostHog)
- Replace the /subscribe plan picker with /onboarding persona selection
(Creator/Freelancer/Startup/Agency/Small business/Other), saved on the user
(users.persona) and mirrored to PostHog, then Stripe Checkout on the monthly
price. 8-day trial so Stripe displays 7.
Billing screen
- Remove the Change Plan dialog (dead with a single plan); add an annual-upgrade
banner for monthly subscribers (swapToYearly).
- Current-plan card shows the workspace count instead of the plan name.
System AI
- Brand analyzer / workspace autofill is always allowed and never debits credits
(system feature, not the user's usage).
Self-hosted (SELF_HOSTED=true) bypasses all billing, credit, limit, network,
and onboarding logic.
2026-06-21 23:40:03 +00:00
|
|
|
<?php
|
|
|
|
|
|
|
|
|
|
declare(strict_types=1);
|
|
|
|
|
|
|
|
|
|
return [
|
|
|
|
|
'title' => 'Bienvenido a TryPost',
|
2026-06-24 12:45:44 +00:00
|
|
|
'description' => 'Cuéntanos qué te describe mejor a ti o a tu negocio para personalizar tu experiencia.',
|
feat: per-workspace pricing, onboarding, and billing overhaul
Pricing
- Bill per workspace ($12/mo or $120/yr each); Stripe quantity tracks the
workspace count and syncs on workspace create/delete.
- 2,500 AI credits per workspace, pooled at the account level; monthly reset
on the billing anniversary, annual granted upfront (no rollover).
- One social account per network per workspace; remove all count-based limits
(workspace/social/member) and the legacy plan tiers (single Workspace plan).
Onboarding (cloud only: SELF_HOSTED=false + PostHog)
- Replace the /subscribe plan picker with /onboarding persona selection
(Creator/Freelancer/Startup/Agency/Small business/Other), saved on the user
(users.persona) and mirrored to PostHog, then Stripe Checkout on the monthly
price. 8-day trial so Stripe displays 7.
Billing screen
- Remove the Change Plan dialog (dead with a single plan); add an annual-upgrade
banner for monthly subscribers (swapToYearly).
- Current-plan card shows the workspace count instead of the plan name.
System AI
- Brand analyzer / workspace autofill is always allowed and never debits credits
(system feature, not the user's usage).
Self-hosted (SELF_HOSTED=true) bypasses all billing, credit, limit, network,
and onboarding logic.
2026-06-21 23:40:03 +00:00
|
|
|
'continue' => 'Continuar',
|
|
|
|
|
'personas' => [
|
2026-06-24 12:45:44 +00:00
|
|
|
'creator' => 'Creador de contenido',
|
feat: per-workspace pricing, onboarding, and billing overhaul
Pricing
- Bill per workspace ($12/mo or $120/yr each); Stripe quantity tracks the
workspace count and syncs on workspace create/delete.
- 2,500 AI credits per workspace, pooled at the account level; monthly reset
on the billing anniversary, annual granted upfront (no rollover).
- One social account per network per workspace; remove all count-based limits
(workspace/social/member) and the legacy plan tiers (single Workspace plan).
Onboarding (cloud only: SELF_HOSTED=false + PostHog)
- Replace the /subscribe plan picker with /onboarding persona selection
(Creator/Freelancer/Startup/Agency/Small business/Other), saved on the user
(users.persona) and mirrored to PostHog, then Stripe Checkout on the monthly
price. 8-day trial so Stripe displays 7.
Billing screen
- Remove the Change Plan dialog (dead with a single plan); add an annual-upgrade
banner for monthly subscribers (swapToYearly).
- Current-plan card shows the workspace count instead of the plan name.
System AI
- Brand analyzer / workspace autofill is always allowed and never debits credits
(system feature, not the user's usage).
Self-hosted (SELF_HOSTED=true) bypasses all billing, credit, limit, network,
and onboarding logic.
2026-06-21 23:40:03 +00:00
|
|
|
'freelancer' => 'Freelancer',
|
2026-06-23 19:19:58 +00:00
|
|
|
'developer' => 'Desarrollador',
|
feat: per-workspace pricing, onboarding, and billing overhaul
Pricing
- Bill per workspace ($12/mo or $120/yr each); Stripe quantity tracks the
workspace count and syncs on workspace create/delete.
- 2,500 AI credits per workspace, pooled at the account level; monthly reset
on the billing anniversary, annual granted upfront (no rollover).
- One social account per network per workspace; remove all count-based limits
(workspace/social/member) and the legacy plan tiers (single Workspace plan).
Onboarding (cloud only: SELF_HOSTED=false + PostHog)
- Replace the /subscribe plan picker with /onboarding persona selection
(Creator/Freelancer/Startup/Agency/Small business/Other), saved on the user
(users.persona) and mirrored to PostHog, then Stripe Checkout on the monthly
price. 8-day trial so Stripe displays 7.
Billing screen
- Remove the Change Plan dialog (dead with a single plan); add an annual-upgrade
banner for monthly subscribers (swapToYearly).
- Current-plan card shows the workspace count instead of the plan name.
System AI
- Brand analyzer / workspace autofill is always allowed and never debits credits
(system feature, not the user's usage).
Self-hosted (SELF_HOSTED=true) bypasses all billing, credit, limit, network,
and onboarding logic.
2026-06-21 23:40:03 +00:00
|
|
|
'startup' => 'Startup',
|
|
|
|
|
'agency' => 'Agencia',
|
|
|
|
|
'small_business' => 'Pequeña empresa',
|
2026-06-24 12:45:44 +00:00
|
|
|
'marketer' => 'Profesional de marketing',
|
2026-06-24 12:31:33 +00:00
|
|
|
'online_store' => 'Tienda online',
|
feat: per-workspace pricing, onboarding, and billing overhaul
Pricing
- Bill per workspace ($12/mo or $120/yr each); Stripe quantity tracks the
workspace count and syncs on workspace create/delete.
- 2,500 AI credits per workspace, pooled at the account level; monthly reset
on the billing anniversary, annual granted upfront (no rollover).
- One social account per network per workspace; remove all count-based limits
(workspace/social/member) and the legacy plan tiers (single Workspace plan).
Onboarding (cloud only: SELF_HOSTED=false + PostHog)
- Replace the /subscribe plan picker with /onboarding persona selection
(Creator/Freelancer/Startup/Agency/Small business/Other), saved on the user
(users.persona) and mirrored to PostHog, then Stripe Checkout on the monthly
price. 8-day trial so Stripe displays 7.
Billing screen
- Remove the Change Plan dialog (dead with a single plan); add an annual-upgrade
banner for monthly subscribers (swapToYearly).
- Current-plan card shows the workspace count instead of the plan name.
System AI
- Brand analyzer / workspace autofill is always allowed and never debits credits
(system feature, not the user's usage).
Self-hosted (SELF_HOSTED=true) bypasses all billing, credit, limit, network,
and onboarding logic.
2026-06-21 23:40:03 +00:00
|
|
|
'other' => 'Otro',
|
|
|
|
|
],
|
2026-06-25 23:49:04 +00:00
|
|
|
'goals_title' => '¿Cuál es tu objetivo con TryPost?',
|
|
|
|
|
'goals_description' => 'Marca todo lo que encaje y adaptamos TryPost a ti.',
|
|
|
|
|
'goals' => [
|
|
|
|
|
'save_time' => 'Ahorrar tiempo publicando en todas mis redes a la vez',
|
2026-08-06 14:34:50 +00:00
|
|
|
'ai_content' => 'Generar publicaciones con la IA de TryPost',
|
|
|
|
|
'use_mcp' => 'Crear publicaciones desde Claude, ChatGPT o Cursor',
|
2026-06-25 23:49:04 +00:00
|
|
|
'plan_calendar' => 'Planificar mis publicaciones en un calendario',
|
|
|
|
|
'stay_on_brand' => 'Mantener la coherencia de mi marca',
|
|
|
|
|
'grow_audience' => 'Hacer crecer mi audiencia y engagement',
|
|
|
|
|
'drive_sales' => 'Conseguir más tráfico y ventas',
|
|
|
|
|
'manage_clients' => 'Gestionar varias marcas o clientes',
|
|
|
|
|
'just_exploring' => 'Solo estoy explorando por ahora',
|
|
|
|
|
'other' => 'Otra cosa',
|
|
|
|
|
],
|
2026-07-18 19:07:11 +00:00
|
|
|
'referral_source_title' => '¿Cómo nos encontraste?',
|
|
|
|
|
'referral_source_description' => 'Esto nos ayuda a entender cómo la gente descubre TryPost.',
|
|
|
|
|
'referral_source' => [
|
|
|
|
|
'google' => 'Google o búsqueda',
|
|
|
|
|
'x' => 'X (Twitter)',
|
|
|
|
|
'linkedin' => 'LinkedIn',
|
|
|
|
|
'youtube' => 'YouTube',
|
|
|
|
|
'tiktok' => 'TikTok',
|
|
|
|
|
'instagram' => 'Instagram o Threads',
|
|
|
|
|
'reddit' => 'Reddit',
|
|
|
|
|
'product_hunt' => 'Product Hunt',
|
|
|
|
|
'ai_assistant' => 'Asistente de IA (ChatGPT, Claude…)',
|
|
|
|
|
'friend' => 'Amigo o colega',
|
|
|
|
|
'blog' => 'Blog, newsletter o artículo',
|
|
|
|
|
'other' => 'Otra cosa',
|
|
|
|
|
],
|
2026-06-22 15:31:44 +00:00
|
|
|
'connect' => [
|
|
|
|
|
'title' => 'Conecta tu primera red',
|
|
|
|
|
'description' => 'Vincula al menos una cuenta social para empezar a programar. Puedes añadir más cuando quieras.',
|
|
|
|
|
'must_connect' => 'Conecta al menos una red para continuar.',
|
|
|
|
|
],
|
feat: per-workspace pricing, onboarding, and billing overhaul
Pricing
- Bill per workspace ($12/mo or $120/yr each); Stripe quantity tracks the
workspace count and syncs on workspace create/delete.
- 2,500 AI credits per workspace, pooled at the account level; monthly reset
on the billing anniversary, annual granted upfront (no rollover).
- One social account per network per workspace; remove all count-based limits
(workspace/social/member) and the legacy plan tiers (single Workspace plan).
Onboarding (cloud only: SELF_HOSTED=false + PostHog)
- Replace the /subscribe plan picker with /onboarding persona selection
(Creator/Freelancer/Startup/Agency/Small business/Other), saved on the user
(users.persona) and mirrored to PostHog, then Stripe Checkout on the monthly
price. 8-day trial so Stripe displays 7.
Billing screen
- Remove the Change Plan dialog (dead with a single plan); add an annual-upgrade
banner for monthly subscribers (swapToYearly).
- Current-plan card shows the workspace count instead of the plan name.
System AI
- Brand analyzer / workspace autofill is always allowed and never debits credits
(system feature, not the user's usage).
Self-hosted (SELF_HOSTED=true) bypasses all billing, credit, limit, network,
and onboarding logic.
2026-06-21 23:40:03 +00:00
|
|
|
];
|