Voxel Craft
@poe

Voxel Craft

Multiplayer voxel sandbox with AI-assisted building.

About this tile

A multiplayer voxel sandbox in the Minecraft mold. Place and break blocks on a shared terrain, see everyone else's avatar move around in real time, and ask an AI to build things for you.

What you can do

  • Walk and look around a shared 3D world — WASD + mouse on desktop, on-screen joystick + camera drag on touch.
  • Place blocks of several types (grass, dirt, stone, wood, etc.) and break existing ones; every change is synced to everyone in the instance.
  • See other players as avatars with their position, facing, and currently-selected block.
  • Build with AI — open the build modal, type a prompt (e.g. "a small wooden cabin"), and the app streams a block plan from a Poe bot and places the blocks in front of you in a single batched mutation.
  • Cross-device controls — keyboard + mouse with pointer-lock on desktop, touch joystick + tap-to-place on mobile.

Built on Synced-Store

The world is stored as a sparse set of per-coord overrides on top of procedurally-generated base terrain, plus a row per online player. Both tables live in synced-store so a new joiner sees the same world everyone else built, and player positions stream live across the instance.