tpmjs/packages
Ajax Davis 48c41e8733 feat: add use cases marketing product with AI-generated content
Transform qualifying scenarios into marketing-ready use cases with:
- AI-generated titles, descriptions, ROI estimates, business value
- Persona/industry/category taxonomy for targeting
- Browseable feed with filtering and ranking
- SEO-optimized case study pages
- Daily cron job for generation and ranking

Database:
- Add Persona, Industry, Category lookup tables
- Add UseCase model with marketing content fields
- Add junction tables for personas/industries/categories
- Add SocialProof model for cached metrics

API:
- GET /api/use-cases - Global directory with filtering
- GET /api/use-cases/[id] - Individual use case details
- GET /api/public/users/[username]/collections/[slug]/use-cases
- POST /api/cron/use-cases - Nightly generation job

Frontend:
- /use-cases - Global feed with persona dropdown
- /use-cases/[slug] - SEO case study page
- /[username]/collections/[slug]/use-cases - Collection feed
- UseCasesFeed component - Sortable table component
- UseCaseCaseStudy component - Full case study layout
2026-01-20 16:17:35 +10:00
..
bridge feat: complete MCP Bridge implementation 2026-01-13 00:59:34 +10:00
cli feat: add use cases marketing product with AI-generated content 2026-01-20 16:17:35 +10:00
config fix: resolve tailwind config import issues 2026-01-20 12:12:16 +10:00
db feat: add use cases marketing product with AI-generated content 2026-01-20 16:17:35 +10:00
env chore: update dependencies with compatibility fixes 2026-01-09 22:49:41 +10:00
mcp-client feat: complete MCP Bridge implementation 2026-01-13 00:59:34 +10:00
mocks feat: add use cases marketing product with AI-generated content 2026-01-20 16:17:35 +10:00
npm-client feat: add use cases marketing product with AI-generated content 2026-01-20 16:17:35 +10:00
package-executor feat: add use cases marketing product with AI-generated content 2026-01-20 16:17:35 +10:00
storybook fix: update UI test expectations to match actual component classes 2026-01-20 13:54:25 +10:00
test chore: update dependencies with compatibility fixes 2026-01-09 22:49:41 +10:00
tool-ideas feat: add use cases marketing product with AI-generated content 2026-01-20 16:17:35 +10:00
tools feat: add use cases marketing product with AI-generated content 2026-01-20 16:17:35 +10:00
types fix(agents): correct model id to 5.1-mini 2026-01-17 07:42:50 +10:00
ui feat: add use cases marketing product with AI-generated content 2026-01-20 16:17:35 +10:00
utils chore: update dependencies with compatibility fixes 2026-01-09 22:49:41 +10:00