灵感来源: 本项目受 BeatPrints 启发,旨在提供一个现代化的 Web 版本音乐海报生成工具。
MusicCard 是一个基于 Next.js 开发的在线音乐海报生成工具,让用户能够为自己喜爱的网易云音乐创建精美的可视化海报。
- 🎨 支持多种海报主题和布局
- 🎵 支持网易云音乐链接解析
- 📱 响应式设计,支持移动端
- 🌈 自定义海报样式和颜色
- 📝 支持歌词展示
- 💾 支持导出高清图片
访问 MusicCard 立即体验
- Next.js 14
- TypeScript
- Tailwind CSS
- 网易云音乐 API
- 克隆项目
git clone https://github.com/aidaox/MusicCard.git
cd MusicCard
- 安装依赖
npm install
# 或
yarn install
- 启动开发服务器
npm run dev
# 或
yarn dev
- 在浏览器中打开 http://localhost:3000 查看效果
本项目推荐使用 Vercel 部署:
- Fork 本项目到你的 GitHub 账号
- 在 Vercel 上注册账号
- 在 Vercel 中导入你 fork 的项目
- 点击 "Deploy" 按钮即可完成部署
欢迎提交 Issue 和 Pull Request 来帮助改进项目!
本项目采用 MIT 协议开源。
> Inspired by [BeatPrints](https://github.com/TrueMyst/BeatPrints), this project aims to provide a modern web-based music poster generation tool.
MusicCard is an online music poster generator built with Next.js, allowing users to create beautiful visual posters for their favorite NetEase Cloud Music tracks.
- 🎨 Multiple poster themes and layouts
- 🎵 NetEase Cloud Music link parsing
- 📱 Responsive design
- 🌈 Customizable styles and colors
- 📝 Lyrics display
- 💾 High-quality image export
Visit MusicCard to try it out
- Next.js 14
- TypeScript
- Tailwind CSS
- NetEase Cloud Music API
- Clone the repository
git clone https://github.com/aidaox/MusicCard.git
cd MusicCard
- Install dependencies
npm install
# or
yarn install
- Start development server
npm run dev
# or
yarn dev
- Open http://localhost:3000 in your browser to see the result
We recommend deploying with Vercel:
- Fork this project to your GitHub account
- Sign up for an account on Vercel
- Import your forked project in Vercel
- Click "Deploy" to complete the deployment
Issues and Pull Requests are welcome!
This project is licensed under the MIT License.