Build cities from code.
Burn the blueprints.
We don't build platforms. We build cities — raw, adaptive, self-organizing structures that grow from salvaged materials and defiant creativity. Every line of code is a brick laid without permission. Every deploy is a wall raised overnight.
xity.dev is infrastructure as street art. It's the architecture of refusal — refusing templates, refusing convention, refusing to explain itself to anyone who doesn't already feel the urgency.
Zero-config builds. Push and it exists.
Every node links. Every system speaks.
Break the grid. Rebuild it louder.
import { city } from 'xity';
const grid = city.create({
name: 'downtown',
nodes: 128,
protocol: 'mesh'
});
// deploy without permission
grid.deploy();
The city is a circuit. Data flows through streets. APIs are intersections. Your code is the electricity that keeps the lights on.
ENTER THE CITY →