Problem: BibleWeb has three different ways to explore Jesus' teachings — his direct words in the Gospels, his parables, and thematic topics. Users need a single starting point that connects all three.
Solution: A hub page at /teachings that presents three clear pathways: read Jesus' words in context, explore his parables, or browse by theme. It's a navigation page, not a content page.
Not included: Original content or commentary about Jesus' teachings. This is purely a navigation hub linking to existing features.
A simple landing page with three cards, each linking to a different way to explore Jesus' teachings.
User flow:
/read/40/1?jw=1)/parables)/themes)Edge cases:
prerender = trueLayout: Three large cards stacked vertically, each with:
Header: "Jesus' Teachings" with subtitle "Three ways to explore what Jesus said and taught"
Font controls: A-/A+ buttons in the header (reused from other pages)
Route: /teachings — apps/web/src/routes/(app)/teachings/+page.svelte
+page.server.ts — no server-side data loading+page.ts exports prerender = true (static page)No database queries. Pure static content.
Files:
apps/web/src/routes/(app)/teachings/+page.svelte — the page componentCurrent: DONE Milestone: v3 Priority: Medium — organizational feature connecting three study tools
History:
Dependencies: