用提示词实现一百个idea。
weekly-vibe-coding 是一个实验性项目,旨在通过每周一次Vibe Coding,使用Prompt来快速构建和实现有趣的想法。
每个应用都是一个独立的子项目,存放在 apps 目录下。
欢迎关注我的公众号:【无所事事的执念】,解锁一些coding心得。
- 2025年11月23日 快停止Vibe Gambling,因为它正在毁掉你
- Prompt Playground (
apps/prompt-playground)
-
Dice Verse (
apps/dice-verse) -
Spin Art (
apps/spin-art) -
Snap Puzzle (
apps/snap-puzzle) -
Danmaku Magic (
apps/danmaku-magic) -
Hairline Tracker(
apps/hairline-tracker)
-
FaceOpera (
apps/peking-opera) -
Air Drum Master (
apps/air-drum-master)
- Spellbook (
apps/spellbook)
- Pi Matchmaker (
apps/pi-matchmaker)
以 dice-verse 应用为例,在本地运行该项目的步骤如下:
-
克隆仓库:
git clone https://github.com/chenzihong-gavin/weekly-vibe-coding.git cd weekly-vibe-coding -
进入应用目录并安装依赖:
cd apps/dice-verse npm install -
启动开发服务器:
npm run dev
无论是提出新的想法、报告Bug,还是提交代码,欢迎任何形式的贡献!
如果您有兴趣贡献,请遵循以下步骤:
- Fork 本仓库。
- 创建一个新的分支:
git checkout -b feature/YourAmazingIdea。 - 提交您的更改:
git commit -m 'Add some AmazingIdea'。 - 将您的分支推送到远程:
git push origin feature/YourAmazingIdea。 - 创建一个 Pull Request。
本项目使用 MIT License 授权。









