homepagepricingkeyword-processing
Homepage pricing refresh, keyword processing improvements, and a cleaner build
Shipped4 commits+562−768
- Homepage pricing now better reflects the current plans — We refreshed the homepage messaging and pricing layout to make it easier to understand what each plan includes. The Global plan is now shown at **$399 / 5 runs**, and the pricing section was expanded to compare the three plans more clearly.
- Keyword processing is more consistent for larger sets — Keyword pruning guidance was clarified, and clustering was tuned to handle bigger jobs more smoothly.
- homepageUpdated the homepage hero copy to better explain the product’s value.
- pricingExpanded the pricing section to show clearer plan names, descriptions, and feature details.
- pricingReworked the pricing layout to a three-column design for the Solo, Global, and Agency plans.
- pricingAdded clearer plan details for keyword limits, domain coverage, and support options.
- homepageUpdated the homepage footer to show the company’s location.
- keyword-processingImproved keyword pruning guidance so relevant keywords are easier to tell apart from irrelevant ones.
- pricingCorrected the Global plan price on the homepage to **$399 / 5 runs**.
- web-appFixed web app build issues on Vercel caused by TypeScript and Next.js configuration problems.
- web-appPrevented CSV downloads from depending on a missing date value in JobHeader.
- web-appRemoved an unused JobListItem state value and an unused import from the cache clear API route to keep the app compatible with the latest checks.
- keyword-processingImproved clustering processing so larger keyword batches can be handled more reliably.
- authUpdated the authentication and billing plan to reflect run-based billing, no free trial, and Solo, Global, and Agency run packs.
- authAdded a public demo account flow and clarified read-only access for the demo experience.
- apiStandardized API route examples under /api/v1/, including `GET /api/v1/users/me`.
- documentationReorganized the implementation plan into 16 sequential commits and refreshed related planning notes.