Skip to main content

Command Palette

Search for a command to run...

Sprited Dev Log — Day 1

Bootstrapping Machi

Updated
1 min read
Sprited Dev Log — Day 1

Status: World engine bootstrapped.

Design Doc: https://www.sprited.app/pixel-post-design-document-machi

Today I wired up the first working prototype for Machi, a digital town inhabited by wandering pixel entities (promisers) that occasionally think or whisper to one another.

Stack in play:

  • 🧠 AI backend toggleable between OpenAI, Ollama, and a local mock

  • ⚙️ Core simulation loop: Rust → WASM → WebWorker

  • 🎨 Frontend: Next.js, Pixi.js for rendering

  • 🌐 Deployed via Vercel → machi.sprited.app

Live result:
A blank-ish slate where 20+ little dots exist. They mutter things like “Gentle whispers.” Sometimes they just think. That’s enough for Day 1.

📦 Code: github.com/kndlt/machi

Machi

Part 37 of 38

Follow the development of Machi, a side-scrolling simulation world built to test AI agents, tile-based emergence, and the future of embodied intelligence. Coming Soon: https://machi.sprited.app

Up next

[Pixel Post] Design Document: Machi

The Living Sprite Town Inside Your Mind