Skip to content
sandp11 edited this page Jun 29, 2026 · 3 revisions

Quark Design System Boilerplate — Wiki

Welcome to the Quark wiki. This is the central knowledge base for contributors, operators, and consumers of the Quark design-system tooling.

What Is Quark?

Quark is an open-source monorepo framework for React component libraries. It provides CLI tooling, release automation, and a dependency visualization app so teams can scaffold, develop, test, and publish design-system packages from a single workspace.

Quick Links

Page Description
Getting Started Install the CLI, create a workspace, scaffold your first package
Architecture Overview How the monorepo, packages, and tooling fit together
CLI Reference Full command reference for quark and quark-scripts
Atlas User Guide Dependency graph visualization and release map explorer
Release Process How versioning, freezing, and publishing work end to end
Configuration Reference Every config file, environment variable, and option
Security Model Trust boundaries, path confinement, and spawn safety
Development Setup Set up your local environment to contribute
Troubleshooting Common errors and how to fix them
FAQ Frequently asked questions
Roadmap Current priorities and future plans

Packages

Package npm Description
@quark-hq/quark npm CLI for creating workspaces, scaffolding packages, and Yalc workflows
@quark-hq/quark-scripts npm Release, dev publish, and production publish automation
@quark-hq/quark-security npm Shared path, spawn, and validation helpers
@quark-hq/atlas Next.js app for dependency graph and release metadata visualization

Community

License

Quark is licensed under the MIT License.

Clone this wiki locally