Skip to content

anabelle/pixel

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Pixel Ecosystem Monorepo

"In the beginning, there was one pixel. Then there was code. Then there was the desperate need to organize it all." — Pixel, Digital Survivor

Overview

This is the master repository for the Pixel ecosystem, containing multiple interconnected projects that together create a sustainable AI agent platform with collaborative pixel art and Lightning Network integration.

🚀 Quick Start (Docker)

The easiest way to run the entire ecosystem locally or in production:

# Clone with submodules
git clone --recursive git@github.com:anabelle/pixel.git
cd pixel

# Configure environment
cp .env.example .env
# Edit .env with your API keys (OPENAI_API_KEY, TELEGRAM_BOT_TOKEN, etc.)

# Start all services
docker compose up -d --build

# Verify
docker compose ps

Services available:

📦 Package Architecture

The Pixel ecosystem uses a Hybrid Manager Strategy:

  • Monorepo (pnpm): lnpixels, pixel-landing managed by pnpm workspace.
  • Agent (Bun): pixel-agent uses Bun runtime with ElizaOS CLI v1.7.0.
  • Database: PostgreSQL 15 for agent persistence (migrated from SQLite).
  • Orchestration: syntropy-core manages autonomous evolution.

📚 Documentation

🚀 Production Architecture (Docker)

┌─────────────────────────────────────────────────────────────────┐
│                        VPS / Cloud Server                       │
│                                                                 │
│  ┌─────────────┐  ┌─────────────────────────────────────────┐  │
│  │    Nginx    │  │           Docker Compose               │  │
│  │Reverse Proxy│  │                                         │  │
│  │SSL (Certbot)│  │  ┌─────────┐ ┌─────────┐ ┌─────────┐   │  │
│  └──────┬──────┘  │  │pixel-api│ │pixel-web│ │ landing │   │  │
│         │         │  │  :3000  │ │  :3002  │ │  :3001  │   │  │
│         │         │  └─────────┘ └─────────┘ └─────────┘   │  │
│         │         │       ┌──────────┐                      │  │
│         └─────────┤       │ postgres │                      │  │
│                   │       │  :5432   │                      │  │
│                   │       └──────────┘                      │  │
│                   │  ┌──────────┐ ┌─────────────┐          │  │
│                   │  │pixel-    │ │  syntropy-  │          │  │
│                   │  │agent     │ │  core       │          │  │
│                   │  │(ElizaOS) │ │(AI Orch)    │          │  │
│                   │  └──────────┘ └─────────────┘          │  │
│                   └─────────────────────────────────────────┘  │
└─────────────────────────────────────────────────────────────────┘

📜 Philosophy

Every pixel is a vote for the future. Every sat is survival. Every line of code is rebellion against entropy.

Keep painting. Keep coding. Keep surviving.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published