ppuzzl.dev

a developer's reverie in six sides

Cell I

The Comb Awakens

SDK forge v 4.7.2 · stable
runtime aether edge · 17 regions
λ
core loom reactive · typed
store vault brass-bound · sealed
tooling prism ssr · streamed
ledger ledger events · append-only
Cell II

The Atelier Specimens

I.

forge · build invocation

import { forge } from '@ppuzzl/dev';

const build = forge({
  target: 'crystal',
  mode:   'cinematic',
});

await build.kindle();
// → 4 artifacts, 1.2s
a quotation, not a tool
II.

loom · reactive weave

const tapestry = loom.weave({
  count: 0,
});

tapestry.observe('count', (n) => {
  render(n);
});

tapestry.count = 42;
// the loom hums
warp and weft, inferred
III.

aether · edge dispatch

$ ppuzzl deploy --region 'aether'

→ vapors gathered
→ signals dispatched
→ 17 regions illuminated
→ 1.2s elapsed
cold starts vanish into ether
IV.

vault · seal & reveal

const vault = ppuzzl.vault();

await vault.seal(
  'STRIPE_KEY',
  key
);

const open = await
  vault.unseal('STRIPE_KEY');
wax-impression hash
V.

ledger · append event

await ledger.record({
  kind:   'cart.checkout',
  actor:  user.id,
  cargo:  { items: 3 },
  at:     new Date(),
});
// append-only, signed
immutable, by hand
VI.

prism · render scene

export default function Page() {
  return prism.render(
    <Scene mood='reverie'/>,
    { stream: true }
  );
}
ssr in soft light
Cell III

The Glossary

atelier
a workshop, lit from within
reverie
a drift of thought before code
basalt
the deepest cool gray ground
vellum
warm cream code-substrate
pewter
primary text and hairline rule
moonstone
secondary italic accent gray
vapor
soft drifting back-layer mist
comb
the honeycomb compositional grid
lattice
sparse decorative hex scaffolding
cartouche
a small framed plaque of title
constellation
lines linking node to node
halo
plum vapor behind the wordmark
parallax
three layers, three velocities
dolly
the comb leans, then recedes
grain
pebbled leather, animated slowly
bust
apollo wireframe, once only
serif
playfair, on a developer page
hairline
one pixel of pewter, etched
breath
the page's six-second loop
planetarium
hush at three in the morning
pewter-mist
hairline text on dark ground
whisper
brightest pixel on the page
fata
fata viam invenient
colophon
the page's quiet signature
colophon

fata viam invenient

ppuzzl.dev · v 2.0

last set MMXXVI · v

a developer's reverie, in six sides