---
name: "@nordaun"
slug: "nordaun"
description: "A small personal registry of shadcn-extending components used daily by the Nordaun team, open-sourced for community use. Currently built on Base UI primitives (not Radix UI) — a noted distinction on the GitHub README. Components are described as clean, modular, and consistent extensions beyond the default shadcn/ui set. Free, MIT-licensed. Active development ongoing with Radix UI compatibility planned. Use for: projects already using Base UI that want additional clean, production-tested components installable via shadcn CLI."
category: "Component library (general)"
tags: ["audio", "components", "design-system", "hooks", "loaders", "maps", "media"]
framework: "react"
license: "MIT"
author: "nordaun"
website: "https://ui.nordaun.com"
github: "https://github.com/nordaun/ui"
registry: "https://ui.nordaun.com/r/registry.json"
pro: false
pro_url: null
github_stars: 6
component_count: 8
generated_at: "2026-07-28T08:59:05.895Z"
---

# @nordaun

A small personal registry of shadcn-extending components used daily by the Nordaun team, open-sourced for community use. Currently built on Base UI primitives (not Radix UI) — a noted distinction on the GitHub README. Components are described as clean, modular, and consistent extensions beyond the default shadcn/ui set. Free, MIT-licensed. Active development ongoing with Radix UI compatibility planned. Use for: projects already using Base UI that want additional clean, production-tested components installable via shadcn CLI.

## Links

- Website: https://ui.nordaun.com
- GitHub: https://github.com/nordaun/ui
- Registry JSON: https://ui.nordaun.com/r/registry.json
- Directory page: https://sh4dcn.vercel.app/registry/nordaun
- This file: https://sh4dcn.vercel.app/md/nordaun.md

## Install

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

## Components (8)

| name | type | description | install |
| --- | --- | --- | --- |
| audio | registry:block | An audio playback with extendable control modules already included such as volume and speed. | `npx shadcn@latest add https://ui.nordaun.com/r/audio.json` |
| file | registry:block | A context-based file uploader with customizable titles, descriptions and icons and a built-in workflow. | `npx shadcn@latest add https://ui.nordaun.com/r/file.json` |
| flag | registry:block | A simple flag display which renders a vector image of the selected country's flag by its country code. | `npx shadcn@latest add https://ui.nordaun.com/r/flag.json` |
| loading | registry:block | A simple loading component that can be useful when working with long loading components or fallbacks. | `npx shadcn@latest add https://ui.nordaun.com/r/loading.json` |
| map | registry:block | A modular context-based map with built in controls such as projection, zoom, rotation and fullscreen. | `npx shadcn@latest add https://ui.nordaun.com/r/map.json` |
| password | registry:block | A super simple password input component with a toggle options that hides or reveals your password. | `npx shadcn@latest add https://ui.nordaun.com/r/password.json` |
| phone | registry:block | A simple but clean phone input with a region selection so you dont have to worry about messing up. | `npx shadcn@latest add https://ui.nordaun.com/r/phone.json` |
| video | registry:block | A video playback with extendable control modules already included such as volume, speed and fullscreen. | `npx shadcn@latest add https://ui.nordaun.com/r/video.json` |

## For AI agents

```text
You are adding components from @nordaun to a shadcn-compatible project.
1. Read this file (https://sh4dcn.vercel.app/md/nordaun.md) for the component list.
2. Fetch the machine-readable index: https://ui.nordaun.com/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: nordaun).
```
