{ "plans": [ { "name": "Free", "price": 0, "period": "forever", "tagline": "Get started with the basics.", "features": [ "Up to 25 active tasks", "1 list / project", "Basic sort (due date, created)", "Community support" ], "cta": "Start for free", "href": "./signup.html", "featured": false }, { "name": "Pro", "price": 8, "period": "per user / month", "tagline": "For individuals who want more power.", "features": [ "Unlimited tasks & lists", "Task reminders & due-date alerts", "Advanced sorting & filtering", "Priority email support" ], "cta": "Upgrade to Pro", "href": "./signup.html", "featured": true }, { "name": "Team", "price": 15, "period": "per user / month", "tagline": "For teams that ship together.", "features": [ "Everything in Pro", "Shared team lists", "Role-based permissions", "Integrations (Slack, Salesforce, Asana)", "Dedicated support" ], "cta": "Start Team trial", "href": "./signup.html", "featured": false } ] }