English | 简体中文
A lightweight and elegant web application for quick key and chord lookup, featuring an AI companion for deeper musical exploration.
Enter a key (e.g., F major) to view:
Scale:
F G A Bb C D E
Common Triads:
I F F - A - C
ii Gm G - Bb - D
iii Am A - C - E
IV Bb Bb - D - F
V C C - E - G
vi Dm D - F - A
Select a chord (e.g., Am) to see its component notes (e.g., A - C - E).
Ask any music-related questions, and AI Pal will provide creative support and practical advice. For example:
- "What are common chord progressions in rock music?"
- "How to reharmonize a pop song?"
Access and use on mobile devices for music exploration anytime, anywhere.
Visit directly: zMusic-Pal
- Clone the repository:
git clone https://github.com/zoejane/zmusic-pal.git
cd zmusic-pal
- Install dependencies:
npm install
- Start the development server:
npm run dev
- Open in browser: http://localhost:3000
- Frontend: Next.js + React + TypeScript + Tailwind CSS
- Backend: FastAPI + Python
- AI Integration: Deepseek API
MIT © 2025 ZoeJane
zMusic-Pal is a compact and efficient music tool designed for creators.
Whether you're composing, practicing, or exploring music theory, it provides inspiration and support.
Experience zMusic-Pal and embark on a wonderful musical journey together!
English | 简体中文
一个小巧优雅的 Web 应用,用于快速查找调性和和弦,同时配备 AI 伙伴,提供更深入的音乐陪伴。
输入调性(如 F 大调),查看:
音阶:
F G A Bb C D E
常用三和弦:
I F F - A - C
ii Gm G - Bb - D
iii Am A - C - E
IV Bb Bb - D - F
V C C - E - G
vi Dm D - F - A
选择和弦(如 Am),查看组成音(如 A - C - E)。
提出任何音乐相关问题,AI 伙伴将提供创意支持和实用建议。例如:
- "摇滚中常见的和弦进程是什么?"
- "如何为一首流行歌曲重新配和弦?"
支持移动设备访问和使用,随时随地进行音乐探索。
直接访问:zMusic-Pal 在线体验
- 克隆项目:
git clone https://github.com/zoejane/zmusic-pal.git
cd zmusic-pal
- 安装依赖:
npm install
- 启动项目:
npm run dev
- 打开浏览器访问:http://localhost:3000
- 前端:Next.js + React + TypeScript + Tailwind CSS
- 后端:FastAPI + Python
- AI 集成:Deepseek API
MIT © 2025 ZoeJane
zMusic-Pal 是一个小巧而高效的音乐工具,专为创作者设计。
无论是作曲、练习还是探索音乐理论,它都能为您提供灵感和支持。
体验 zMusic-Pal,一起开启音乐的美好旅程!
- 20250121 zoejane 添加英文版本
- 20250117 zoejane 初始化项目