๐ต ForkMonkey
### **Your Digital Pet That Lives Forever on GitHub**
[](https://roeiba.github.io/forkMonkey/?utm_source=readme&utm_medium=github&utm_campaign=hero)
[](https://github.com/roeiba/forkMonkey/fork)
[](https://github.com/roeiba/forkMonkey)
**Fork a monkey ๐ต โ Watch it evolve with AI ๐ค โ Breed rare traits ๐งฌ โ Free forever ๐ธ**
| โก Takes 30 Seconds | ๐ค Evolves Daily | ๐ธ 100% Free | ๐ณ Join 20+ Monkeys |
|:------------------:|:----------------:|:------------:|:-------------------:|
[**๐ฎ See Live Demo**](https://roeiba.github.io/forkMonkey/?utm_source=readme&utm_medium=github&utm_campaign=nav) โข [**๐ด Fork Your Monkey**](https://github.com/roeiba/forkMonkey/fork) โข [**๐ How It Works**](#how-it-works)
๐ฌ What Is This?
Imagine Tamagotchi meets GitHub meets AI.
Your ForkMonkey is a digital pet that:
- ๐ Lives in your GitHub repo (you truly own it)
- ๐งฌ Evolves every night while you sleep (AI decides the changes)
- ๐ถ Breeds through forking (create children with inherited traits)
- ๐ Competes on a leaderboard (rarity rankings across all monkeys)
- ๐ฐ Costs $0 forever (runs on GitHubโs free tier)
โI bred a LEGENDARY golden monkey on day 23!โ โ Early Adopter
๐ See It In Action
### ๐ฎ [**LIVE DEMO โ**](https://roeiba.github.io/forkMonkey/?utm_source=readme&utm_medium=github&utm_campaign=demo_section)
*View the dashboard, leaderboard, family tree, and community gallery!*
๐ Get Your Monkey in 30 Seconds
Step 1: Fork This Repo
Click the big green button below ๐
[](https://github.com/roeiba/forkMonkey/fork)
Step 2: Enable GitHub Actions
Go to Actions tab โ Click โI understand my workflows, go ahead and enable themโ
Step 3: Run the Genesis Workflow
Actions โ โInitialize New Monkeyโ โ โRun workflowโ โ Wait 30 seconds ๐ต
Step 4: Meet Your Monkey!
Your monkey is born! Check the README or visit https://YOUR-USERNAME.github.io/forkMonkey/
๐งฌ Your Monkey

| Generation | Age | Mutations | Rarity Score |
|:โโโ-:|:โ:|:โโโ:|:โโโโ:|
| 2 | 133 days | 53 | 40.0/100 |
โจ Features
๐ค Free AI Evolution
Every night, GPT-4o (via GitHub Models) evolves your monkey. No API key needed!
Day 1: ๐ต Born with random DNA
Day 7: ๐ต Grew sunglasses (RARE!)
Day 30: ๐ต Changed to golden color
Day 100: ๐ต Completely unique creature
๐งฌ Genetic Breeding
Fork any monkey to create a child that inherits traits:
- 50% from parent
- 50% random mutations
- Rare traits can be inherited!
๐ Rarity System
| Tier | Chance | Examples |
|โโ|โโโ|โโโ-|
| โช Common | 60% | Basic colors |
| ๐ Uncommon | 25% | Accessories |
| ๐ Rare | 10% | Unique patterns |
| ๐ฆ Legendary | 5% | Ultra-rare combos |
๐ Extinct Traits (Gen-Locked)
Some legendary traits are only available in early generations โ they become EXTINCT forever:
| Trait |
Max Generation |
Status |
| ๐ Genesis Aura |
Gen 1 only |
๐ |
| ๐ Alpha Crown |
Gen 1-3 |
๐ |
| โจ Founders Badge |
Gen 1-5 |
๐ |
| ๐ Pioneer Glow |
Gen 1-10 |
๐ |
Fork early to get these ultra-rare traits before theyโre gone forever!
๐ฅ Evolution Streaks
Keep your monkey evolving daily to build streaks and unlock rewards:
| Streak |
Reward |
| ๐
7 days |
Week Warrior badge |
| โ๏ธ 14 days |
Fortnight Fighter |
| ๐ 30 days |
Diamond Hands |
| ๐ฏ 100 days |
Century Legend |
๐ณ Family Tree
Watch the network grow as monkeys breed across GitHub. Your lineage matters!
๐
Achievements
Unlock 12 achievements: First Hatch, Week Warrior, Diamond Hands, and more!
๐ Leaderboard Preview
| Rank |
Monkey |
Rarity |
| ๐ฅ |
richinseattle/forkMonkey |
40.0 |
| ๐ฅ |
springsoftware-io/forkMonkey |
35.0 |
| ๐ฅ |
loukasgr/forkMonkey |
31.7 |
| โฆ |
Your monkey could be here! |
??? |
View Full Leaderboard โ
๐ก How It Works
โโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโ
โ 1. FORK โ 2. EVOLVE โ 3. BREED โ 4. WIN โ
โ โ
โ ๐ด Fork ๐ค AI evolves ๐ถ Others fork ๐ Climb โ
โ the repo it every night your monkey leaderboardโ
โโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโ
The secret sauce:
- GitHub Actions = The heartbeat (runs daily, free)
- GitHub Models = The brain (GPT-4o, free)
- GitHub Pages = The face (hosting, free)
- Git commits = The memory (history, free)
Total cost: $0/month forever ๐
๐ ๏ธ Development
Click to expand developer docs
### Local Setup
```bash
# Install dependencies
pip install -r requirements.txt
# Initialize your monkey
python src/cli.py init
# View in web interface
./start_web.sh
# Evolve monkey manually
python src/cli.py evolve --ai
# Show monkey stats
python src/cli.py show
# Generate shareable tweet
python src/cli.py share
# Run tests
pytest tests/
```
### Project Structure
```
forkMonkey/
โโโ .github/workflows/ # GitHub Actions (daily evolution, deploy)
โโโ src/ # Python backend (genetics, AI, CLI)
โโโ web/ # Frontend dashboard
โโโ monkey_data/ # Your monkey's DNA and history
โโโ promotion/ # Marketing materials
```
### Optional: Use Claude Instead of GPT-4o
1. Get API key from [console.anthropic.com](https://console.anthropic.com)
2. Add secret: `ANTHROPIC_API_KEY`
3. Add variable: `AI_PROVIDER` = `claude`
๐ด This Monkey Wants Siblings!
### **Fork this repo to create a child monkey!**
Your child inherits traits from this monkey + gets random mutations.
๐งฌ **Notable Traits:** **Blue** (rare), **Aurora** (legendary)
๐ด Fork to inherit these rare genetics!
๐ฏ **Today only:** Higher chance to inherit legendary traits!
**Will you breed the next Legendary?** ๐ฆ
[](https://github.com/roeiba/forkMonkey/fork)
*"Best GitHub project I've seen this year"* โ Developer
- โญ Star this repo to follow updates
- ๐ด Fork to adopt your own monkey
- ๐ฆ Share on Twitter with #ForkMonkey
- ๐ฌ Open an issue with questions or ideas
๐ License
MIT License โ Fork, breed, and evolve freely!
### **Your monkey is unique. Your monkey is alive. Your monkey is forever on GitHub.**
[](https://github.com/roeiba/forkMonkey/fork)
**[๐ฎ Live Demo](https://roeiba.github.io/forkMonkey/?utm_source=readme&utm_medium=github&utm_campaign=footer)** โข **[๐ด Fork Now](https://github.com/roeiba/forkMonkey/fork)** โข **[โญ Star](https://github.com/roeiba/forkMonkey)**