AI-native design library

The design system
built for AI agents.

Fiord ships production-ready markup that agents discover via manifest, select by aesthetic, and copy-paste directly into any project. No packages. No props. No build step.

Discover

Agents fetch manifest.json to get the full catalog — 42 components across 8 categories, with every aesthetic listed and described.

Select

Each aesthetic ships a complete meta.json — palette, typography, spacing, borders, shadows. Agents read the design language to make informed choices.

Copy

Markup lives between FIORD:COMPONENT_START sentinel comments. Extract, paste, ship. Works in React, Vue, Svelte, Astro, or plain HTML.

Get Started

Add Fiord to your agent

One command installs the skill into your agent. It reads the manifest, picks an aesthetic, and fetches the markup it needs — no npm install, no configuration. Re-run anytime to get the latest version.

Claude Code

Adds Fiord to your global Claude Code instructions. Available in every project.

curl -fsSL https://raw.githubusercontent.com/bitfootco/fiord/main/skills/claude/SKILL.md \
  -o ~/.claude/fiord.md && printf '\n@~/.claude/fiord.md\n' >> ~/.claude/CLAUDE.md
View skill file →

Cursor

Places .cursorrules in your project root. Cursor picks it up automatically.

curl -fsSL https://raw.githubusercontent.com/bitfootco/fiord/main/skills/cursor/.cursorrules \
  -o .cursorrules
View skill file →

Other Agents

Paste this URL into your agent's system prompt or instruction file.

https://raw.githubusercontent.com/bitfootco/fiord/main/skills/generic/AGENT.md

Then just ask:

"Add a pricing section using Fiord / Pumice components"

How an agent uses Fiord

01

Read the manifest

Fetch /manifest.json to get the full component catalog, aesthetic list, and URL paths to every component page.

02

Choose an aesthetic

Read meta.json for the selected aesthetic to understand its design language — palette, fonts, spacing, and border treatment.

03

Extract and integrate

Fetch the component page, extract markup between sentinel comments, paste into the target codebase. Includes dark mode. Zero dependencies.

42 components · 4 aesthetics · MIT license

Slate, Pumice, Quartz, and Chalk available now. More aesthetics coming.