Developer Center

Build without limits.
Deploy in milliseconds.

Everything you need to write, test, and run sovereign JavaScript applications on the Kitwork logic engine.

Kitwork CLI

The ultimate control deck for your machine. Scaffold new apps, run a local development workspace, and deploy to your cluster nodes.

Explore CLI Commands

Design System

Build user interfaces using the core visual language of Kitwork. Review colors, spacing utilities, layout templates, and mask icons.

View Design Specs

Playground

An interactive browser environment where you can type code, compile it down to engine bytecode, run gas estimates, and preview results.

Launch Sandbox

Native, Sandboxed JavaScript

Kitwork executes a modern, sandboxed dialect of JavaScript directly inside a lightweight stack-based Go VM. Enjoy clean es-import syntax, zero cold starts, and CPU/memory constraints designed for extreme multi-tenancy.

// app.kitwork.js endpoint handler
import { router, database } from "kitwork";
router.get("/api/v1/metrics").handle((req, res) => {
  const db = database.connection();
  const list = db.table("system_metrics")
    .sort("created_at desc")
    .take(10);
  return res.json({ list });
});
Kitwork

KITWORK.

Sovereign cloud infrastructure as one resilient runtime. Compute, data, edge, and clustering — one runtime, one philosophy.

Cloud infrastructure updates from Kitwork.

Platform

Solutions

Developers

Company

© 2026 Kitwork. AGPL-3.0 license.