Skip to content

Latest commit

Β 

History

History
65 lines (48 loc) Β· 2.08 KB

File metadata and controls

65 lines (48 loc) Β· 2.08 KB

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 repository contains the Pixel ecosystem: a Bitcoin-native digital artist with a public canvas, a landing page, and a V2 agent brain that speaks across multiple platforms.

Primary brain: v2/ (Pi agent-core + Hono) Legacy revenue: lnpixels/ + pixel-landing/ (V1 canvas + landing)

⚠️ Production Priority

The VPS (65.181.125.80) is the source of truth. Always verify state in production before trusting local assumptions.

πŸš€ Quick Start (Docker)

# 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

# Start V1 services (canvas + landing + nginx)
docker compose up -d --build

# Start V2 agent brain
docker compose -f v2/docker-compose.yml up -d --build

# Verify
docker compose ps
docker compose -f v2/docker-compose.yml ps

Service ports:

πŸ“¦ Repository Layout

  • v2/ β€” primary agent brain (Pi agent-core)
  • pixel-landing/ β€” public landing (Next.js)
  • lnpixels/ β€” canvas API + web (V1 revenue source)
  • opencode-agents/ β€” Syntropy agent briefing

πŸ“š Documentation

🧠 AI Provider (Current)

  • Primary: Z.AI GLM-4.7
  • Background: Z.AI GLM-4.5-air
  • Fallback: Gemini 3 Flash β†’ 2.5 Flash β†’ 2.0 Flash

πŸ“œ 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.