--- a/competitors.md +++ b/competitors.md @@ -4,22 +4,24 @@ ## 1. Notion — https://www.notion.com/pricing -- Plans displayed as columns in a comparison table -- Plan names in header row; prices below with monthly/annual toggle -- Feature rows span all plan columns with checkmarks or text -- Page is JS-rendered — may need playwright or look for embedded JSON data +- Plans: Free, Plus, Business, Enterprise +- Comparison table layout (plan columns) +- Monthly / annual billing toggle +- JS-rendered Next.js app — Playwright required +- May have `__NEXT_DATA__` JSON in a script tag for faster extraction -## 2. Slack — https://slack.com/pricing +## 2. monday.com — https://monday.com/pricing +- Plans: Free, Basic, Standard, Pro, Enterprise - Card-based layout, one card per plan -- Price shown per user/month with annual billing note -- Features listed as bullet points under each card -- "Contact Sales" for Enterprise Grid (no listed price) -- Mostly static HTML, but pricing cards may load via JS +- Per seat / month pricing with annual toggle +- "Contact Sales" for Enterprise (no listed price) +- Heavy React rendering — Playwright required -## 3. Asana — https://asana.com/pricing +## 3. ClickUp — https://clickup.com/pricing -- Horizontal plan cards with toggle for monthly vs. annual billing -- Feature comparison table below the cards -- Free tier called "Personal" (was renamed from "Basic" in 2025) -- Heavy JS rendering — likely needs playwright or API interception +- Plans: Free Forever, Unlimited, Business, Business Plus, Enterprise +- Card layout with monthly / annual toggle +- Features listed as bullet points per plan +- "Contact Sales" for Enterprise +- JS-rendered — Playwright required