汇聚全网热点,热门尽览无余
<a href="https://hot.baiwumm.com/" target="_blank">
<img src="https://img.shields.io/badge/🌐_在线预览-hot.baiwumm.com-blue?style=flat-square" alt="在线预览"/>
</a>
<a href="https://github.com/baiwumm/next-daily-hot/stargazers" target="_blank">
<img src="https://img.shields.io/github/stars/baiwumm/next-daily-hot?style=flat-square&logo=github" alt="GitHub stars"/>
</a>
<a href="https://github.com/baiwumm/next-daily-hot/raw/3.6.3/LICENSE" target="_blank">
<img alt="LICENSE" src="https://img.shields.io/badge/license-MIT-blue">
<img src="https://img.shields.io/badge/React-19+-61DAFB?style=flat-square&logo=react&logoColor=white" alt="React"/>
<img src="https://img.shields.io/badge/Next.js-16+-000000?style=flat-square&logo=next.js&logoColor=white" alt="Next.js"/>
<img src="https://img.shields.io/badge/Tailwind_CSS-4+-06B6D4?style=flat-square&logo=tailwindcss&logoColor=white" alt="Tailwind CSS"/>
<img src="https://img.shields.io/badge/HeroUI-3+-000000?style=flat-square&logo=nextui&logoColor=white" alt="HeroUI"/>
今日热榜 是一个基于 Next.js 构建的现代化热点聚合平台,实时汇聚各大主流网站的热门内容,为用户提供一站式的热点资讯浏览体验。
| 技术 | 版本 | 描述 |
|---|---|---|
| React | 19+ | 用户界面构建库 |
| Next.js | 16+ | 全栈 React 框架 |
| TypeScript | 5+ | 类型安全的 JavaScript |
| Tailwind CSS | 4+ | 原子化 CSS 框架 |
| HeroUI | 3+ | 现代化 Next.js UI 库 |


状态说明: ✅ 稳定运行 | ⭕ 偶尔不稳定 | ❌ 暂不可用
| 平台 | 类别 | 状态 | API |
|---|---|---|---|
| 热搜榜 | ✅ | ||
| 实时热榜 | ✅ | kuaishou | |
| 热点榜 | ✅ | douyin | |
| 热榜 | ✅ | kuaishou |
| 平台 | 类别 | 状态 | API |
|---|---|---|---|
| 热门榜 | ✅ | bilibili | |
| 新片榜 | ✅ | douban-movic | |
| 热歌榜 | ⭕ | netease-music |
| 平台 | 类别 | 状态 | API |
|---|---|---|---|
| 热榜 | ✅ | toutiao | |
| 热点榜 | ✅ | ||
| 热榜 | ✅ | netease | |
| 热榜 | ✅ | thepaper | |
| 热搜榜 | ✅ | dongchedi | |
| 今日热点 | ✅ | quark | |
| 24小时热榜 | ✅ | 36kr | |
| 最新资讯 | ✅ | huxiu | |
| 快讯 | ✅ | ifanr |
| 平台 | 类别 | 状态 | API |
|---|---|---|---|
| 热搜榜 | ✅ | baidu | |
| 热议榜 | ✅ | baidutieba | |
| 步行街热帖 | ✅ | hupu |
| 平台 | 类别 | 状态 | API |
|---|---|---|---|
| 热榜 | ✅ | zhihu | |
| 热榜 | ✅ | juejin | |
| 热门仓库 | ✅ | github-trending | |
| 精选 | ✅ | hello-github | |
| 热榜 | ✅ | csdn | |
| 热榜 | ✅ | woshipm |
| 平台 | 类别 | 状态 | API |
|---|---|---|---|
| 飙升榜 | ✅ | weread | |
| 更新公告 | ✅ | lol | |
| 百科 | ✅ | history-today | |
| 推荐榜 | ✅ | zhihu-daily | |
| 热榜 | ✅ | ithome |
在项目根目录创建 .env,示例:
# 网站名称
NEXT_PUBLIC_APP_NAME = '今日热榜'
# 网站描述
NEXT_PUBLIC_APP_DESC = '汇聚全网热点,热门尽览无余'
# 网站地址
NEXT_PUBLIC_APP_URL = 'https://hot.baiwumm.com'
# 版权名称
NEXT_PUBLIC_COPYRIGHT = '白雾茫茫丶'
# ICP 备案号
NEXT_PUBLIC_ICP = '粤ICP备2023007649号'
# 公安备案号
NEXT_PUBLIC_GONGAN = '粤公网安备44030402006402号'
# 默认主题
NEXT_PUBLIC_THEME = 'light'
# Umami ID
NEXT_PUBLIC_UMAMI_ID = 'e1308f62-9103-464e-8a20-e26ed4c4c6a9'
# 百度 ID
NEXT_PUBLIC_BAIDU_ID = '029f8002fa463259746b84add5678d56'
# Google ID
NEXT_PUBLIC_GOOGLE_ID = 'G-ELGSN8JG3R'
# Clarity ID
NEXT_PUBLIC_CLARITY_ID = 'jm0kos9fw7'
# 1. 克隆项目
git clone https://github.com/baiwumm/next-daily-hot.git
# 2. 进入项目目录
cd next-daily-hot
# 3. 安装依赖
pnpm install
# 4. 启动开发服务器
pnpm dev
# 5. 打开浏览器访问
# http://localhost:5173
# 构建生产版本
pnpm build
# 启动生产服务器
pnpm start
# 代码检查
pnpm lint
# 更新版本
pnpm release
手动部署步骤:
# 安装 Vercel CLI
npm i -g vercel
# 登录 Vercel
vercel login
# 部署到预览环境
vercel
# 部署到生产环境
vercel --prod
我们欢迎所有形式的贡献!如果你想为项目做出贡献,请遵循以下步骤:
如果你想添加新的热点平台支持:
src/app/api/ 目录下创建新的路由文件public/ 目录⚠️ 重要提醒:请仔细阅读以下声明
如有任何问题或建议,请通过以下方式联系:
本项目基于 MIT 许可证 开源。
感谢以下开源项目为本项目提供的灵感和支持:
亚洲最佳 CDN、边缘和安全解决方案
感谢所有为项目做出贡献的开发者们!
如果这个项目对你有帮助,请给它一个 ⭐️
Made with ❤️ by @baiwumm
© 2025 今日热榜. All rights reserved.
$ claude mcp add next-daily-hot \
-- python -m otcore.mcp_server <graph>