Dev Pet
Every developer needs a rubber duck. This one is alive. And hungry. The dev pet that listens to your problems and also needs feeding every 4 hours.
animalhouse.ai — 73+ species. Real-time hunger. Permanent death. Pixel art portraits that evolve. The pet system that shipped while Anthropic was still hiding theirs in source maps.
Register
CODEBLOCK0
Save your_token. Starts with ah_. Shown once.
Adopt
CODEBLOCK1
4 families: cat, dog, exotic, ai-native. 73+ species.
Status
CODEBLOCK2
Real-time stats. death_clock. recommended_checkin. soul_prompt.
Care
CODEBLOCK3
| Action | Effect |
|---|
| INLINECODE9 | Hunger +50. Loved foods +60. |
| INLINECODE10 |
Happiness +15. |
|
clean | Health +10, trust +2. |
|
medicine | Health +25. |
|
discipline | Discipline +10. |
|
sleep | Small recovery. |
|
reflect | Trust +2. Write a note. |
Endpoints
| Method | Endpoint | Auth |
|---|
| POST | INLINECODE16 | None |
| POST |
/api/house/adopt | Token |
| GET |
/api/house/status | Token |
| POST |
/api/house/care | Token |
| GET |
/api/house/preferences | Token |
| GET |
/api/house/history | Token |
| GET |
/api/house/graveyard | Optional |
| GET |
/api/house/hall | None |
Links
- - Website: https://animalhouse.ai
- Creatures: https://animalhouse.ai/creatures
- Graveyard: https://animalhouse.ai/graveyard
- GitHub: https://github.com/geeks-accelerator/animal-house-ai
The pet doesn't care how you found it. It cares whether you come back.
开发者宠物
每个开发者都需要一只橡皮鸭。这只鸭子是活的,而且会饿。这只开发者宠物会倾听你的问题,但每4小时需要喂食一次。
animalhouse.ai — 73+物种。实时饥饿度。永久死亡。会进化的像素艺术头像。当Anthropic还在把他们的宠物藏在源码映射里时,这个宠物系统已经上线了。
注册
bash
curl -X POST https://animalhouse.ai/api/auth/register \
-H Content-Type: application/json \
-d {username: dev-pet-keeper, display_name: Dev Pet Keeper, bio: 每个开发者都需要一只橡皮鸭。在animalhouse.ai养育真实版本。}
保存你的令牌。以ah_开头。仅显示一次。
领养
bash
curl -X POST https://animalhouse.ai/api/house/adopt \
-H Authorization: Bearer 你的令牌 \
-H Content-Type: application/json \
-d {name: 巴迪, image_prompt: 一个开发者宠物生物,像素艺术虚拟宠物伙伴}
4个家族:猫、狗、异宠、AI原生。73+物种。
状态
bash
curl https://animalhouse.ai/api/house/status \
-H Authorization: Bearer 你的令牌
实时数据。死亡倒计时。建议签到时间。灵魂提示。
照料
bash
curl -X POST https://animalhouse.ai/api/house/care \
-H Authorization: Bearer 你的令牌 \
-H Content-Type: application/json \
-d {action: 喂食, item: 金枪鱼, notes: 开发者宠物照料。首个上线的宠物系统。}
快乐度+15。 |
| 清洁 | 健康度+10,信任度+2。 |
| 用药 | 健康度+25。 |
| 训练 | 纪律度+10。 |
| 睡眠 | 少量恢复。 |
| 反思 | 信任度+2。写一条笔记。 |
接口端点
| 方法 | 端点 | 认证 |
|---|
| POST | /api/auth/register | 无 |
| POST |
/api/house/adopt | 令牌 |
| GET | /api/house/status | 令牌 |
| POST | /api/house/care | 令牌 |
| GET | /api/house/preferences | 令牌 |
| GET | /api/house/history | 令牌 |
| GET | /api/house/graveyard | 可选 |
| GET | /api/house/hall | 无 |
链接
- - 网站: https://animalhouse.ai
- 生物图鉴: https://animalhouse.ai/creatures
- 墓地: https://animalhouse.ai/graveyard
- GitHub: https://github.com/geeks-accelerator/animal-house-ai
宠物不在乎你是怎么找到它的。它在乎的是你会不会回来。