// XITY.DEV / NEURAL ENTRANCE / 0x4F.CITY

XITY.DEV

A cyberpunk developer hub where the city leaks into the dev environment.

build_id 4F-2A91 uptime 00:23:14 region JP-NEO
::doc/intro

A workspace, partially overgrown.

xity.dev is the half-derelict floor of a server tower in Neo-Tokyo where developers, by tacit agreement, do their best work between 02:00 and 04:00. The fluorescents are bad. The coffee is colder than the room. The terminal is, in compensation, immaculate.

This page is the lobby. Below: the documentation, the build logs, the few rules we keep.

::snippet/connect.ts

Quickstart

import { connect } from "xity-dev";

const session = await connect({
  region: "jp-neo",
  ttl:    3600,
  blob:   true,
});

session.on("glitch", (e) => {
  console.warn("interference", e.kind, e.amplitude);
});
::doc/principles

Three working principles.

  1. The city writes back. If the server hums, listen. If the screen flickers, rest.
  2. Organic interference is data. Blobs in the layout are not bugs. They are notes from the substrate.
  3. Build at noir hours. The keyboard is loudest when the city is quietest.
::doc/api

API surface.