tpmjs/apps/web/src
Ajax Davis effd242b07 feat: add AI-generated OG images with OpenAI and Vercel Blob caching
- Add /api/og/[...path] endpoint for dynamic OG image generation
- Use OpenAI gpt-image-1 for image generation with page-specific prompts
- Cache images in Vercel Blob storage with 30-day TTL
- Extract page content for contextual prompts (static pages, tool details)
- Update all page metadata to use dynamic OG image URLs
- Refactor tool detail page to server component for generateMetadata support
- Fall back to static /public/og-image.png on generation errors
2025-12-28 18:21:11 +10:00
..
app feat: add AI-generated OG images with OpenAI and Vercel Blob caching 2025-12-28 18:21:11 +10:00
components feat: add comprehensive stats dashboard with D3 charts 2025-12-28 17:08:19 +10:00
data feat: implement revolutionary dithered landing page with Bayer matrix animation 2025-11-27 22:44:32 +10:00
lib feat: add AI-generated OG images with OpenAI and Vercel Blob caching 2025-12-28 18:21:11 +10:00
test feat: add comprehensive stats dashboard with D3 charts 2025-12-28 17:08:19 +10:00
env.ts feat: implement health check system (Phase 1 & 2) 2025-12-04 16:03:21 +10:00