A production component library·Now in private beta
stable Content

SDF Manifesto

Sticky left rail beside a numbered belief list with large ghost numerals and supporting copy.

Sign in to copy
  1. 01

    Small enough to hold.

    If one person can’t hold the system in their head, the system is too big. Legibility is the precondition for everything else.

  2. 02

    Document the why.

    Every non-obvious decision earns a paragraph. Future-you and the next person on the project will thank present-you.

  3. 03

    Ship narrower, more often.

    A small thing in production beats a big thing in planning. Cut scope first, learn, iterate, repeat.

  4. 04

    Show the seams.

    Honest interfaces beat magical ones. Expose the mechanics so people can reason about what they’re using.

  5. 05

    Standards before frameworks.

    The platform got remarkably good. Most of what we used to need a framework for is now one CSS property or a native element.

  6. 06

    No middle layer.

    Every project gets the same hands from first call to final ship. There’s no “senior” swapped out for “junior” after the contract is signed.

  7. 07

    Quiet beats loud.

    A well-built thing doesn’t need a pitch. Most of our work comes from referrals from people whose sites kept working when ours kept shipping.

BaselumenManifesto.tsx 61 lines · TypeScript

The full source is for members

Sign in and choose a plan to view and copy BaselumenManifesto.tsx. The live preview above is free to explore.

Sign in

How to use. Copy BaselumenManifesto.tsx into your project (it's self-contained — the styles ship with it and dedupe across instances in React 19). Theme it by setting --sdf-* tokens on any ancestor. No dependencies, no build step.

All React components
A Stacklumen Product