tpmjs/apps/web/src/app
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
..
(auth) feat: add use cases marketing product with AI-generated content 2026-01-20 16:17:35 +10:00
(profile)/[username] feat: add use cases marketing product with AI-generated content 2026-01-20 16:17:35 +10:00
about feat: add use cases marketing product with AI-generated content 2026-01-20 16:17:35 +10:00
agents feat: add use cases marketing product with AI-generated content 2026-01-20 16:17:35 +10:00
api feat: add use cases marketing product with AI-generated content 2026-01-20 16:17:35 +10:00
changelog refactor(web): replace inline SVGs with Icon components 2026-01-16 09:43:42 +10:00
cli/auth feat: add use cases marketing product with AI-generated content 2026-01-20 16:17:35 +10:00
collections feat: add use cases marketing product with AI-generated content 2026-01-20 16:17:35 +10:00
dashboard feat: add use cases marketing product with AI-generated content 2026-01-20 16:17:35 +10:00
docs feat: add use cases marketing product with AI-generated content 2026-01-20 16:17:35 +10:00
faq feat(ui): add state components and apply design system compliance 2026-01-16 08:16:05 +10:00
features feat: add hidden /features page for development 2026-01-18 02:13:23 +10:00
health feat(ui): add state components and apply design system compliance 2026-01-16 08:16:05 +10:00
how-it-works feat: add npm-like features to tool detail page and update keyword to tpmjs 2025-12-29 21:30:42 +10:00
integrations feat: rewrite integrations page with case study and simplified diagram 2026-01-01 10:00:21 +10:00
playground feat: add AI-generated OG images with OpenAI and Vercel Blob caching 2025-12-28 18:21:11 +10:00
privacy feat: add npm-like features to tool detail page and update keyword to tpmjs 2025-12-29 21:30:42 +10:00
publish refactor: replace raw HTML elements with design system components 2026-01-16 16:52:44 +10:00
scenarios feat(web): add scenarios UI - explorer, detail, and homepage section 2026-01-19 05:57:29 +10:00
sdk refactor(web): replace inline SVGs with Icon components 2026-01-16 09:43:42 +10:00
spec refactor: replace raw HTML elements with design system components 2026-01-16 16:52:44 +10:00
stats feat: add use cases marketing product with AI-generated content 2026-01-20 16:17:35 +10:00
style-guide feat: add use cases marketing product with AI-generated content 2026-01-20 16:17:35 +10:00
terms feat: add use cases marketing product with AI-generated content 2026-01-20 16:17:35 +10:00
tool feat: add use cases marketing product with AI-generated content 2026-01-20 16:17:35 +10:00
tool-ideas feat: add use cases marketing product with AI-generated content 2026-01-20 16:17:35 +10:00
use-cases feat: add use cases marketing product with AI-generated content 2026-01-20 16:17:35 +10:00
error.tsx refactor(web): replace raw HTML with design system components 2026-01-16 08:51:31 +10:00
globals.css feat: add use cases marketing product with AI-generated content 2026-01-20 16:17:35 +10:00
layout.tsx feat(web): implement SWR for instant data fetching 2026-01-16 11:42:55 +10:00
not-found.tsx feat: add HN launch readiness features 2025-12-14 11:56:42 +10:00
page.tsx feat(web): add scenarios UI - explorer, detail, and homepage section 2026-01-19 05:57:29 +10:00
robots.ts feat: add HN launch readiness features 2025-12-14 11:56:42 +10:00
sitemap.ts refactor: rename exportName to name across entire codebase 2025-12-17 17:19:21 +10:00