BOXY

Reference

Patterns

Whole layouts, each in the mode it belongs to. Every one of these is assembled from the same tokens and components — the difference is rhythm, density and display scale, not a different system.

01 / App shell — industrial

Dashboard

48px top bar, 256px sidebar, both separated by 1px rules. Compact density, sticky mono table headers, status as a square plus a word.

console.example.com/services
4 healthy us-east-1

Services

6 services across 3 regions

Requests / 24h

2.41M

p95 latency

88ms

Error rate

0.04%

Spend / mo

$1,284

ServiceRegionStatusp95Requests
edge-routerus-east-1Healthy41 ms2,410,882
api-gatewayeu-west-2Healthy88 ms1,092,441
image-proxyap-south-1Degraded612 ms318,204
webhook-fanoutus-east-1Failing0
cron-workereu-west-2Paused0

02 / Marketing — editorial

Landing

Split hero with a 1px rule between columns, a collapsed feature grid so the whole section reads as one ruled table, and exactly one inverted CTA band.

orbit.dev
ORBIT
Sign inStart free

Infrastructure

Ship to the edge in one command

310 locations, immutable builds, instant rollback. No YAML, no control plane to babysit.

Start building Read the docs

No credit card · 4,000 free builds

deploy.log
$ orbit deploy
✓ build 1.8s
✓ upload 0.4s
✓ propagate 2.1s
live at orbit.app → 310 pops

02 / Platform

Everything the team needs

Instant rollback

Every deploy is content-addressed. Roll back in under a second.

Edge routing

Requests terminate at the nearest of 310 locations, with failover.

Zero-config TLS

Certificates issued, renewed and stapled with no configuration.

Start shipping in under five minutes

Free for personal projects.

Create account Talk to us

03 / Documentation

Docs

Three columns separated by 1px rules. Prose constrained to 68ch, square code blocks with a mono language strip, an accent rule on the active heading.

orbit.dev/docs/routing

Guides / Routing

Routing

Requests are matched against your route table in order. The first match wins, so put specific patterns above catch-alls.

Defining routes

Routes live in orbit.toml at the root of your project.

orbit.toml12 lines
[[routes]]
pattern = "/api/*"
service = "api-gateway"
timeout = 30

[[routes]]
pattern = "/*"
service = "edge-router"

Order matters

A catch-all above a specific pattern will shadow it entirely.

04 / Flows

Auth and settings

A 400px auth card on a sunken canvas with a grid substrate, and a settings page where each row is a cell in a collapsed grid.

ORBIT

Sign in

Welcome back.

or
Forgot?

No account? Create one

Account / Settings

Settings

General

Auto-scale

Add instances when p95 exceeds 200ms.

Preview deploys

Build every pull request.

Region

Primary write region.

Danger zone

Delete project

Permanent. Requires typing the project name.