- Notifications
You must be signed in to change notification settings - Fork162
Chat with Hacker News using natural language. Built with OpenAI Functions and Vercel AI SDK.
License
NotificationsYou must be signed in to change notification settings
steven-tey/chathn
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation

Chat with Hacker News using natural language. Built with OpenAI Functions and Vercel AI SDK.
Introduction ·Deploy Your Own ·Setting Up Locally ·Tech Stack ·Contributing ·License
ChatHN is an open-source AI chatbot that usesOpenAI Functions and theVercel AI SDK to interact with theHacker News API with natural language.
ChatHN.mp4
You can deploy your own version of ChatHN with 1-click:
To set up ChatHN locally, you'll need to clone the repository and set up the following environment variables:
OPENAI_API_KEY
– your OpenAI API key (you can get onehere)
ChatH is built on the following stack:
- Next.js – framework
- OpenAI Functions - AI completions
- Vercel AI SDK – AI streaming library
- Vercel – deployments
- TailwindCSS – styles
Here's how you can contribute:
- Open an issue if you believe you've encountered a bug.
- Make apull request to add new features/make quality-of-life improvements/fix bugs.
- Steven Tey (@steventey)
Licensed under theMIT license.