Files
design-tokens/README.md
T
sharang 8507009898
ci / shared (pull_request) Failing after 5s
ci / test (pull_request) Failing after 2s
ci / e2e (pull_request) Has been skipped
ci / image (pull_request) Has been skipped
chore: relicense to proprietary, all rights reserved
Replaces the OSS license (MIT or Apache-2.0) with a strict proprietary
notice naming Sharang Parnerkar and Benjamin Boenisch as the sole
copyright holders. No third party gets a license to use, copy, modify,
or distribute the contents of this repo without prior written permission
from both founders.

Refs: M0.1
2026-05-18 21:13:18 +02:00

2.5 KiB

design-tokens

Shared CSS variables + fonts consumed by product web components.

Part of the Breakpilot Platform. For the big picture see platform/docs: Architecture · Infrastructure · Product Integration Spec · Implementation Plan

What this is

Shared CSS variables + fonts consumed by product web components. Scaffolded under milestone M5.1. See platform/docs for the full architecture context.

Plane: Control Owner: @sharang Status: pre-alpha Linked milestone: M5.1

Run locally

# prerequisites: see CONTRIBUTING.md for tooling once code lands
make dev          # starts dependencies + this service on http://localhost:3000
make test         # unit + integration
make e2e          # only if this repo ships user-facing flows

Local secrets come from .env.local (gitignored). Template at .env.example.

Endpoints / surface

{{For services: list the top-level routes or commands. For libraries: list the public API entry points. For IaC: list the make targets.}}

Deployment

Env URL How
dev http://localhost:3000 make dev
stage https://design-tokens.stage.yourplatform.com auto on merge to main
prod https://design-tokens.yourplatform.com manual: tag vX.Y.Z + sign-off

Rollback: orca rollout undo design-tokens --env={{env}}.

Observability

  • Traces, logs, metrics: SigNoz — service name design-tokens
  • Audit events: Tenant Registry /audit (Retraced-shape schema)
  • On-call: oncall@yourplatform.com · runbook at platform/docs/runbooks/design-tokens.md

Contributing

See CONTRIBUTING.md. TL;DR: branch from main, open a PR, 1 review + green CI, squash-merge.

License

Proprietary — all rights reserved. Copyright (c) 2026 Sharang Parnerkar and Benjamin Boenisch. See LICENSE.