Skip to content
This repository was archived by the owner on May 18, 2026. It is now read-only.

Repository files navigation

Hacker News Summarize

Usage:

git clone ...
cd ...
docker build -t hn_summarize .
docker run -itd -p 3000:3000 hn_summarize

Design

backend:

/grab-news: Used for grabbing news from Hackernews API

/summarize-news: Used for summarizing news using a simple prompt and the model you defined.

/api/chat: a simple redirector for chat requests.

frontend:

/: index page, listing news.

/chat/:slug: chat page, with context of the news.

About

fullstack engineering test repo

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages