tpmjs/apps/tutorial
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
..
src feat: add use cases marketing product with AI-generated content 2026-01-20 16:17:35 +10:00
.gitignore chore: add Vercel config for tutorial deployment 2025-12-29 00:34:00 +10:00
eslint.config.mjs refactor: rewrite tutorial slides with coherent AI SDK narrative 2025-12-29 12:03:56 +10:00
next-env.d.ts feat: add interactive tutorial slideshow app 2025-12-28 23:41:15 +10:00
next.config.ts feat: add interactive tutorial slideshow app 2025-12-28 23:41:15 +10:00
package.json chore: update dependencies with compatibility fixes 2026-01-09 22:49:41 +10:00
postcss.config.js feat: add interactive tutorial slideshow app 2025-12-28 23:41:15 +10:00
tailwind.config.ts feat: add interactive tutorial slideshow app 2025-12-28 23:41:15 +10:00
tsconfig.json feat: add interactive tutorial slideshow app 2025-12-28 23:41:15 +10:00
vercel.json chore: add Vercel config for tutorial deployment 2025-12-29 00:34:00 +10:00