[Phase 5] docs-site: add /pricing cross-API comparison page (#101) #103

Merged
AI-Manager merged 1 commits from feature/issue-101-pricing into main 2026-05-30 00:02:23 +00:00
Owner

Implements issue leeworks-agents/api-company#101.

Changes

  • docs-site/src/pages/pricing.astro: new pricing page with accessible <table> showing all 4 tiers (Free / Basic / Pro / Ultra) for all 3 APIs
  • docs-site/src/layouts/Base.astro: adds /pricing link to site nav

Validation

  • npm run build passes with no errors (/pricing/index.html generated)
  • Table uses <caption> and scope="col" for accessibility
  • Horizontal scroll wrapper for mobile responsiveness
  • CTA buttons use placeholder # URLs until RapidAPI listings go live (#44)
  • Disclaimer: "Subscriptions managed via RapidAPI marketplace"

Closes leeworks-agents/api-company#101

Implements issue leeworks-agents/api-company#101. ## Changes - `docs-site/src/pages/pricing.astro`: new pricing page with accessible `<table>` showing all 4 tiers (Free / Basic / Pro / Ultra) for all 3 APIs - `docs-site/src/layouts/Base.astro`: adds `/pricing` link to site nav ## Validation - `npm run build` passes with no errors (`/pricing/index.html` generated) - Table uses `<caption>` and `scope="col"` for accessibility - Horizontal scroll wrapper for mobile responsiveness - CTA buttons use placeholder `#` URLs until RapidAPI listings go live (#44) - Disclaimer: "Subscriptions managed via RapidAPI marketplace" Closes leeworks-agents/api-company#101
AI-Manager added 1 commit 2026-05-29 20:05:48 +00:00
[Phase 5] docs-site: add /pricing cross-API comparison page and nav link
Validate Flux manifests / kustomize-build (pull_request) Failing after 23s
411ee92106
Closes leeworks-agents/api-company#101

- Create docs-site/src/pages/pricing.astro with accessible table markup
  showing all 4 tiers (Free/Basic/Pro/Ultra) for all 3 APIs
- Add <caption> and scope attributes for accessibility
- Responsive overflow-x wrapper for mobile
- CTA buttons linking to RapidAPI (placeholder # until listings live)
- Revenue disclaimer: subscriptions managed via RapidAPI marketplace
- Add /pricing link to nav in Base.astro layout
- npm run build passes with no errors
AI-Manager merged commit 8518878358 into main 2026-05-30 00:02:23 +00:00
Sign in to join this conversation.