HackerNews client for translated tech news
Top 89.6% on sourcepulse
This project provides a Chinese version of Hacker News, automatically translating popular English tech news and discussions into Chinese. It targets developers and tech enthusiasts who want to stay updated on global tech trends without language barriers, offering a modern, fast, and user-friendly interface.
How It Works
The application leverages a modern Next.js 14 stack for both frontend and backend API routes. It synchronizes with Hacker News content hourly, using the OpenAI API for intelligent translation of article titles and bodies. The UI is built with Tailwind CSS and shadcn/ui, ensuring a responsive and clean user experience. Prisma acts as the ORM for PostgreSQL, managing data persistence.
Quick Start & Requirements
pnpm install
pnpm prisma db push
pnpm dev
Highlighted Details
Maintenance & Community
The project is maintained by ViggoZ. Feedback and contributions are welcomed via GitHub Issues or direct contact via Twitter (@decohack) or email.
Licensing & Compatibility
The project is released under the MIT License, permitting commercial use and integration with closed-source projects.
Limitations & Caveats
The core functionality relies on the availability and cost of the OpenAI API. While deployed on Vercel, specific Vercel features like Cron Jobs and Postgres are recommended for optimal automated updates.
4 months ago
Inactive