# @seosiri/developer-ui-kit

> Universal white-label React UI kit & flexible licensing guard for enterprise software, SaaS dashboards, and developer tools.

Latest version **1.0.2** (published 2026-09-24) · MIT license · 0 weekly downloads

## Install

```sh
npm install @seosiri/developer-ui-kit
pnpm add @seosiri/developer-ui-kit
yarn add @seosiri/developer-ui-kit
bun add @seosiri/developer-ui-kit
```

## Health

**Score 65/100 (B)** — status: active.

Positive: has types; esm support; no vulnerabilities; recently updated; high maintenance score.

Warnings: low downloads.

## Facts

| | |
|---|---|
| Version | 1.0.2 |
| Published | 2026-09-24 |
| First published | 2026-09-23 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | bundled |
| Module format | ESM + CommonJS |
| Dependencies | 0 |
| Unpacked size | 24.9 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| Author | SEOSiri-Official |
| Maintainers | seosiri |
| Keywords | react, ui-kit, white-label, licensing-guard, saas-components, seosiri |

## Links

- npm: https://www.npmjs.com/package/@seosiri/developer-ui-kit
- Repository: https://github.com
- Homepage: https://www.seosiri.com/2026/09/developer-ui-kit.html
- npm.io page: https://npm.io/package/@seosiri/developer-ui-kit

## Alternatives

- [mobx-react](https://npm.io/package/mobx-react.md) — 2.8M weekly downloads
- [rc-tree](https://npm.io/package/rc-tree.md) — 2.6M weekly downloads
- [@react-oauth/google](https://npm.io/package/@react-oauth/google.md) — 1.3M weekly downloads
- [@wagmi/connectors](https://npm.io/package/@wagmi/connectors.md) — 877.0K weekly downloads
- [vee-validate](https://npm.io/package/vee-validate.md) — 836.4K weekly downloads

## Recent versions

- 1.0.2 (latest) — 2026-09-24
- 1.0.1 — 2026-09-23
- 1.0.0 — 2026-09-23

## README

# SEOSiri Universal Developer UI Kit (`@seosiri/developer-ui-kit`)

> 📖 **Official Architecture & Documentation:** [SEOSiri Developer Portal](https://developers.seosiri.com/) | [Deep-Dive Guide](https://www.seosiri.com/2026/09/developer-ui-kit.html) | [Corporate Gateway](https://seosiri.com/)

[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://github.com/SEOSiri-Official/developer-ui-kit/blob/main/LICENSE)

A lightweight, framework-agnostic white-label React UI kit and licensing guard designed for software developers building enterprise tools, AI assistants, and SaaS dashboards. Features built-in **Flexible Licensing Guard** support (`PRO_` / `ENT_` token validation) to protect commercial software tiers.

## Installation

```bash
npm install @seosiri/developer-ui-kit
```

## Quickstart

```tsx
import React from 'react';
import { UniversalSaaSWidget } from '@seosiri/developer-ui-kit';

export default function App() {
  return (
    <div style={{ padding: '40px' }}>
      <UniversalSaaSWidget 
        productName="My SaaS Dashboard"
        productVersion="1.2.0"
        accentColor="#2563eb"
        onProTask={() => alert('Pro feature executed!')}
      />
    </div>
  );
}
```

## Enterprise Features

* **Flexible Licensing Guard**: Instantly locks/unlocks premium features based on token prefixes (`PRO_` or `ENT_`).
* **Framework Agnostic**: Pure React with inline styling for zero-config compilation in Next.js, Vite, Electron, or custom web apps.
* **Enterprise Telemetry**: Built-in connection status telemetry and direct backlink routing to SEOSiri architecture hubs.

## License

Distributed under the MIT License.

---
_Source: https://npm.io/package/@seosiri/developer-ui-kit · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
