kratos

Introduction

kratos is a personal, self-hosted shadcn registry.

kratos hosts codenamed design systems as independent shadcn registries. Each codename is a fully self-contained component set you can install into any project with the shadcn CLI.

Codenames

  • Orion — the first design system.

Installing from a codename

Add the registry to your project's components.json:

{
  "registries": {
    "@kratos-orion": "https://<your-domain>/r/orion/{name}.json"
  }
}

Then install any item:

pnpm dlx shadcn@latest add @kratos-orion/button

On this page