用提示词实现一百个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)
- Pretext Solar System (
apps/pretext-solar-system)- 基于
@chenglou/pretext排版引擎的太阳系动态文字排版演示。深邃星空中,八大行星沿椭圆轨道运行,报纸式双栏长文实时环绕行星流动排版,配合首字下沉、大标题等经典排版细节。 - 技术栈:TypeScript + Vite + @chenglou/pretext + Canvas
- 基于
- Pi Matchmaker (
apps/pi-matchmaker)
-
Paper2Novel (
apps/arxiv-to-novel) -
Vim Chaser (
apps/vim-chaser)
- Louis XVI Sort (
apps/louis-xvi-sort)- 路易十六排序可视化器 👑 — 一个以法国大革命为主题的排序算法演示。从右到左扫描数组,凡是比右邻居大的元素一律"砍头"(值降为邻居值)。配有伪代码高亮、柱状图动画、断头台音效,支持速度调节与单步执行。
- 技术栈:React + Vite + TypeScript + Tailwind CSS + Framer Motion + Web Audio API
以 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 授权。











