desingularity
developers · v0.2

Plug the system into anything.

The brand is enforceable in code. Drop the tokens into any project — they stay consistent across web, native, and design tools. The CSS file is canon; everything else mirrors it.

00The equation

One ratio governs every artifact in this system. a over b equals φ — the proportion that human eyes have been calling beautiful since Phidias chiseled the Parthenon. Nothing here was designed. Everything was composed.

CANON
a / b = φ
a
numerator
61.8%
machine
singularity
b
denominator
38.2%
human
de
φ
ratio of beauty
≈ 1.618
constant
phi
step 1
Assert.
Make claims directly, indicative mood. No hedging.
step 2
Specify.
After the claim, the number. 1,864 terms. 20 atoms. 38.2 / 61.8.
step 3
Restrain.
Then stop. No corollaries. No reassurance. No emoji.

06Tokens

The complete vocabulary as CSS custom properties or a JSON object. Spacing on the fibonacci ladder (3 → 233). Five durations, five eases — each derived from φ.

Drop 06-tokens/ds-tokens.css into any web project. Reference values via var(--s-3), var(--ease-phi), var(--phi).

For non-web pipelines (Figma plugins, native apps, theming systems), use the JSON.

/* spacing — fibonacci */
--s-0:  3px;   --s-3: 21px;   --s-6:  89px;
--s-1:  8px;   --s-4: 34px;   --s-7: 144px;
--s-2: 13px;   --s-5: 55px;   --s-8: 233px;

/* geometry · φ */
--phi:     61.8%;
--phi-inv: 38.2%;

/* motion */
--ease-phi:       cubic-bezier(0.382, 0, 0.618, 1);
--ease-phi-snap:  cubic-bezier(0.5, 1.6, 0.5, 1);
--ease-phi-glide: cubic-bezier(0.2, 0.8, 0.2, 1);

--d-1: 240ms;    /* flick */
--d-2: 382ms;    /* base */
--d-3: 618ms;    /* emph */
--d-5: 1618ms;   /* signature reveal */

13Install

Drop the tokens into any project. Web, native, design tool, batch render. The CSS file is the canonical reference; everything else mirrors it.

/* Drop into your stylesheet — every spacing, type, motion, geometry constant */
@import url("https://desingularity.com/06-tokens/ds-tokens.css");

/* Reference anywhere */
.btn {
  padding: var(--s-1) var(--s-3);
  background: var(--paprika);
  color: var(--black);
  transition: transform var(--d-1) var(--ease-phi);
}

14Bundles

Single-file HTML deliverables. Self-contained — every dependency inlined. Email, share, host anywhere.

04Roadmap

The kit ships in layers. Anything tagged shipped is on disk now. Soon means within weeks; planned is on the runway.

copied