
Security News
Attackers Are Hunting High-Impact Node.js Maintainers in a Coordinated Social Engineering Campaign
Multiple high-impact npm maintainers confirm they have been targeted in the same social engineering campaign that compromised Axios.
A component-based design system built with TypeScript and LitElement that provides reusable UI components with built-in theming, internationalization, and accessibility features.
Build modern UIs with web components!
A component-based design system built with TypeScript and LitElement that provides reusable UI components with built-in theming, internationalization, and accessibility features.
DS one is a modern design system that provides a comprehensive set of reusable UI components built with Web Components. Think "Material Design meets Web Standards"—a simple, accessible component library that works with any framework or vanilla JavaScript.
📦 Now available on NPM! Install with bun add ds-one@alpha and start building today.
# Using bun (recommended)
bun add ds-one@alpha
# Using npm
npm install ds-one@alpha
# Using yarn
yarn add ds-one@alpha
Note: Currently published as alpha version 0.2.5-alpha.3. Use @alpha tag to install.
<!DOCTYPE html>
<html>
<head>
<!-- Load DS one CSS -->
<link
rel="stylesheet"
href="https://cdn.jsdelivr.net/npm/ds-one@alpha/DS1/1-root/one.css"
/>
<!-- Load DS one components -->
<script type="module">
import "https://cdn.jsdelivr.net/npm/ds-one@alpha/dist/ds-one.bundle.min.js";
</script>
</head>
<body>
<ds-button variant="primary">Get Started</ds-button>
<ds-text key="welcome">Welcome to DS one</ds-text>
</body>
</html>
Try DS one in your browser: dsone.dev (documentation slugs to be decided)
⚠️ Alpha Release: This is an early alpha version. The API may change as we refine the components and architecture.
DS one/
├── DS1/
│ ├── 0-face/ # Device and language detection
│ ├── 1-root/ # Core styles, fonts, and design tokens
│ ├── 2-core/ # Core components (buttons, text, etc.)
│ ├── 3-unit/ # Composite components
│ ├── 4-page/ # Page-level components
│ ├── x-utils/ # Shared utilities (language, theme, etc.)
│ └── x-icon/ # SVG icon library
├── dist/ # Built files for NPM
├── examples/ # HTML examples
└── docs/ # Documentation
# Clone the repository
git clone https://github.com/0001-labs/ds-one.git
cd ds-one
# Install dependencies
bun install
# Run tests
bun test
# Start development server
bun run dev
# Build components
bun run build
# Create a new alpha release (recommended for now)
bun run release:pre:alpha # Bumps alpha version (e.g., 0.2.5-alpha.3 → 0.2.5-alpha.3)
# Other release commands (for future use)
bun run release:patch # For patch releases
bun run release:minor # For minor releases
bun run release:major # For major releases
MIT © DS one
@alpha tagDS one - Build modern UIs with web components that work everywhere.
FAQs
A component-based design system built with TypeScript and LitElement that provides reusable UI components with built-in theming, internationalization, and accessibility features.
We found that ds-one demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Security News
Multiple high-impact npm maintainers confirm they have been targeted in the same social engineering campaign that compromised Axios.

Security News
Axios compromise traced to social engineering, showing how attacks on maintainers can bypass controls and expose the broader software supply chain.

Security News
Node.js has paused its bug bounty program after funding ended, removing payouts for vulnerability reports but keeping its security process unchanged.