---
name: "@delego"
slug: "delego"
description: "Design-system registry for Delego — intent-bound action authorization for AI agents. Theme (OKLCH) plus signature components: decision pill, signed receipt, status badge, field."
category: "AI/chat UI"
tags: ["ai", "auth", "buttons", "pro-available", "theming"]
framework: "react"
license: "MIT"
author: "Delego-Dev"
website: "https://github.com/Delego-Dev/registry"
github: "https://github.com/Delego-Dev/registry"
registry: "https://raw.githubusercontent.com/Delego-Dev/registry/main/public/r/registry.json"
pro: true
pro_url: "https://github.com/enterprise/premium-support"
github_stars: 1
component_count: 6
generated_at: "2026-07-28T08:59:05.895Z"
---

# @delego

Design-system registry for Delego — intent-bound action authorization for AI agents. Theme (OKLCH) plus signature components: decision pill, signed receipt, status badge, field.

## Links

- Website: https://github.com/Delego-Dev/registry
- GitHub: https://github.com/Delego-Dev/registry
- Registry JSON: https://raw.githubusercontent.com/Delego-Dev/registry/main/public/r/registry.json
- Directory page: https://sh4dcn.vercel.app/registry/delego
- This file: https://sh4dcn.vercel.app/md/delego.md
- Pro / pricing: https://github.com/enterprise/premium-support

## Install

```sh
# add the whole registry (shadcn CLI)
npx shadcn@latest add https://raw.githubusercontent.com/Delego-Dev/registry/main/public/r/registry.json
pnpm dlx shadcn@latest add https://raw.githubusercontent.com/Delego-Dev/registry/main/public/r/registry.json
bunx shadcn@latest add https://raw.githubusercontent.com/Delego-Dev/registry/main/public/r/registry.json
# clone the source repo
git clone https://github.com/Delego-Dev/registry.git
# fetch the raw registry index
curl -s https://raw.githubusercontent.com/Delego-Dev/registry/main/public/r/registry.json
```

## Components (6)

| name | type | description | install |
| --- | --- | --- | --- |
| delego-theme | registry:theme | Delego design tokens mapped onto shadcn variables (OKLCH, light + dark). Electric-indigo primary, signal-mint accent, and the protocol decision palette (allow … | `npx shadcn@latest add https://raw.githubusercontent.com/Delego-Dev/registry/main/public/r/delego-theme.json` |
| button | registry:ui | Delego button — primary (indigo glow), secondary, ghost, outline, link, plus protocol-semantic allow/deny actions. | `npx shadcn@latest add https://raw.githubusercontent.com/Delego-Dev/registry/main/public/r/button.json` |
| status-badge | registry:ui | Mono pill with leading icon + status color. Variants: allow, approval, deny, indigo (principal/audit), neutral. | `npx shadcn@latest add https://raw.githubusercontent.com/Delego-Dev/registry/main/public/r/status-badge.json` |
| decision-pill | registry:ui | The signature Delego element: renders a Decision outcome (allow / needs_approval / deny) with its canonical icon, mono label, and color. | `npx shadcn@latest add https://raw.githubusercontent.com/Delego-Dev/registry/main/public/r/decision-pill.json` |
| signed-receipt | registry:ui | The ownable audit visual — one hash-chained, Ed25519-signed ledger record, with the signal bar, seal, and mono kv grid. | `npx shadcn@latest add https://raw.githubusercontent.com/Delego-Dev/registry/main/public/r/signed-receipt.json` |
| field | registry:ui | Labeled input with optional leading icon and mono hint, lit by the indigo focus halo. Drop-in over a native input. | `npx shadcn@latest add https://raw.githubusercontent.com/Delego-Dev/registry/main/public/r/field.json` |

## For AI agents

```text
You are adding components from @delego to a shadcn-compatible project.
1. Read this file (https://sh4dcn.vercel.app/md/delego.md) for the component list.
2. Fetch the machine-readable index: https://raw.githubusercontent.com/Delego-Dev/registry/main/public/r/registry.json
3. Install a single component with its install command from the table above.
4. Full structured record: https://sh4dcn.vercel.app/json (library slug: delego).
```
