Fábrica Base is a high-performance, atomic component library built with Svelte 5. It serves as a "Pure Seed" for building scalable, green-coding-compliant design systems.
This repository is built on a "maximal-molecule, inline-organism" philosophy:
/factory/ core. They are headless, agnostic, and feature-maximal.utils/client-brand.css, keeping the component logic pure and daltonic./factory/: The core Atomic Design System./src/lib/components/: Atoms (primitives) and Molecules (compounds)./assets/icons/: Internal 1500+ icon collection (Phosphor). Use via virtual:icons/factory/[name]./governance/: "Steel Rails" for AI and Humans. Architecture, Style, and Green Coding rules./utils/: Identity bridge (CSS tokens, navigation config, theme settings).FABRICA_STATE_PLAYBOOK.md: The living memory and correction log of the factory state.# Validate Svelte 5 syntax and types
bun run check
# Start development environment
bun run dev
# Build for distribution
bun run build:lib
Before contributing, you are OBLIGATED to read the governance/ directory and the FABRICA_STATE_PLAYBOOK.md. Strictly follow the Atomic Evolution protocol (organisms are composed, not stored).