One-Shot Discover Page Generation with Fable 5

dheeraj_iosdev · reddit · 2026-07-12

The author, while building Linkwise (an AI read-later/knowledge app), added a public Discover page (no login) showcasing articles, long reads, videos, and highlights.

The core approach: feed Postgres/Supabase table structure, returned data shape, existing design tokens and components all at once to Fable 5, letting it generate the entire /discover route, server-side data fetching, ISR config, and mixed content card layout.

Key takeaway: give schema first, then design system; the only gotcha was it defaulted to client rendering, requiring explicit ISR/static rendering in the prompt.

Related event: Dev Uses Fable 5 to Generate Discover Page in One Go(2 posts)→

Original post →

More from coding & agent

coding & agent channel →