tpmjs/packages/tools
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
..
create-basic-tools feat: add use cases marketing product with AI-generated content 2026-01-20 16:17:35 +10:00
discord-post feat: add environment variables support for agents and collections 2026-01-12 01:35:29 +10:00
discord-read feat: add environment variables support for agents and collections 2026-01-12 01:35:29 +10:00
emoji-magic feat: add use cases marketing product with AI-generated content 2026-01-20 16:17:35 +10:00
hello refactor: replace exportName with name throughout codebase 2026-01-14 14:18:36 +10:00
markdown-formatter feat: add use cases marketing product with AI-generated content 2026-01-20 16:17:35 +10:00
official feat: add use cases marketing product with AI-generated content 2026-01-20 16:17:35 +10:00
registryExecute refactor: replace exportName with name throughout codebase 2026-01-14 14:18:36 +10:00
registrySearch refactor: replace exportName with name throughout codebase 2026-01-14 14:18:36 +10:00
search-registry refactor: replace exportName with name throughout codebase 2026-01-14 14:18:36 +10:00
src feat: implement playground app with AI SDK v6 tool execution 2025-12-04 02:51:02 +10:00
test-file-writer feat: complete MCP Bridge implementation 2026-01-13 00:59:34 +10:00
unsandbox feat: add use cases marketing product with AI-generated content 2026-01-20 16:17:35 +10:00
package.json chore: update dependencies with compatibility fixes 2026-01-09 22:49:41 +10:00
tsconfig.json feat: implement playground app with AI SDK v6 tool execution 2025-12-04 02:51:02 +10:00