HeadlineLoop edition
Today's file, arranged as a readable front page instead of a pile of endpoints.
The feed stays tied to the same article service as the API and article pages, but it now reads like an edition: one lead, a strong run of follow-up stories, and a clear path into each story thread.
Available stories
0
Edition size
12
View mode
Latest
No edition yet
Connect the database and seed the first headlines to turn this shell into a real front page.
Once the first migration and seed run, this surface fills from the same feed service that powers the route handlers and article detail pages.
First run
npm run prisma:migrate:dev
npm run db:seed
npm run dev