From 91c40777c1d04cee5b23d97bf53301291f098c82 Mon Sep 17 00:00:00 2001 From: Tomas Carnecky Date: Fri, 10 Oct 2025 16:15:44 +0200 Subject: [PATCH 1/7] Add deprecation notice to the readme --- README.md | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/README.md b/README.md index 232c0f55..48388f13 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,21 @@ +> 🚧 **Project Deprecated** +> +> This repository has been deprecated and is no longer under active development or maintenance. +> Existing users may continue to use it at their own discretion, but no further updates or support will be provided. +> +> For new work, consider alternatives below (depending on your goals — component “playgrounds”, design-system docs, or UI documentation). + +| Tool | Focus / Strengths | +| ------------------------------------------ | ----------------------------------------------------------------------------------------------------------------------- | +| [**Storybook**](https://storybook.js.org/) | The most widely used UI component explorer with a rich ecosystem of addons. Great for React, Vue, and other frameworks. | +| [**Ladle**](https://ladle.dev/) | Lightweight, fast alternative to Storybook built on Vite. Minimal configuration, simple setup. | +| [**Docz**](https://github.com/doczjs/docz) | MDX-based documentation for React components. Lets you mix prose and live examples. | +| [**Pattern Lab**](https://patternlab.io/) | Strong focus on atomic design and pattern libraries. Works well for design systems and static documentation. | +| [**Zeroheight**](https://zeroheight.com/) | Design-system documentation platform used by designers; integrates tightly with Figma and design tokens. | +| [**Supernova**](https://supernova.io/) | Professional design-system management platform combining docs, tokens, and code. | + +--- + ![Catalog Logo](https://interactivethings.github.io/catalog/docs/assets/catalog_logo.svg) [![Travis](https://img.shields.io/travis/interactivethings/catalog.svg)](https://travis-ci.org/interactivethings/catalog/) [![Downloads](https://img.shields.io/npm/dm/catalog.svg)](https://www.npmjs.com/package/catalog) [![Version](https://img.shields.io/npm/v/catalog.svg)](https://www.npmjs.com/package/catalog) [![License](https://img.shields.io/npm/l/catalog.svg)]() From 85dd094163d0e8b05177279db35d68525d9a2a9e Mon Sep 17 00:00:00 2001 From: Tomas Carnecky Date: Fri, 10 Oct 2025 16:17:13 +0200 Subject: [PATCH 2/7] . --- README.md | 17 ++++++++--------- 1 file changed, 8 insertions(+), 9 deletions(-) diff --git a/README.md b/README.md index 48388f13..6724926b 100644 --- a/README.md +++ b/README.md @@ -4,15 +4,14 @@ > Existing users may continue to use it at their own discretion, but no further updates or support will be provided. > > For new work, consider alternatives below (depending on your goals — component “playgrounds”, design-system docs, or UI documentation). - -| Tool | Focus / Strengths | -| ------------------------------------------ | ----------------------------------------------------------------------------------------------------------------------- | -| [**Storybook**](https://storybook.js.org/) | The most widely used UI component explorer with a rich ecosystem of addons. Great for React, Vue, and other frameworks. | -| [**Ladle**](https://ladle.dev/) | Lightweight, fast alternative to Storybook built on Vite. Minimal configuration, simple setup. | -| [**Docz**](https://github.com/doczjs/docz) | MDX-based documentation for React components. Lets you mix prose and live examples. | -| [**Pattern Lab**](https://patternlab.io/) | Strong focus on atomic design and pattern libraries. Works well for design systems and static documentation. | -| [**Zeroheight**](https://zeroheight.com/) | Design-system documentation platform used by designers; integrates tightly with Figma and design tokens. | -| [**Supernova**](https://supernova.io/) | Professional design-system management platform combining docs, tokens, and code. | +> +> | Tool | Focus | +> | ------------------------------------------ | ----------------------------------------------------------------------------------------------------------------------- | +> | [**Storybook**](https://storybook.js.org/) | The most widely used UI component explorer with a rich ecosystem of addons. Great for React, Vue, and other frameworks. | +> | [**Ladle**](https://ladle.dev/) | Lightweight, fast alternative to Storybook built on Vite. Minimal configuration, simple setup. | +> | [**Pattern Lab**](https://patternlab.io/) | Strong focus on atomic design and pattern libraries. Works well for design systems and static documentation. | +> | [**Zeroheight**](https://zeroheight.com/) | Design-system documentation platform used by designers; integrates tightly with Figma and design tokens. | +> | [**Supernova**](https://supernova.io/) | Professional design-system management platform combining docs, tokens, and code. | --- From 9568630a2c8cc9955c9feb1a5f9ce58a233d3137 Mon Sep 17 00:00:00 2001 From: Tomas Carnecky Date: Fri, 10 Oct 2025 16:21:17 +0200 Subject: [PATCH 3/7] . --- README.md | 12 +++++------- 1 file changed, 5 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 6724926b..2bdfc2eb 100644 --- a/README.md +++ b/README.md @@ -5,13 +5,11 @@ > > For new work, consider alternatives below (depending on your goals — component “playgrounds”, design-system docs, or UI documentation). > -> | Tool | Focus | -> | ------------------------------------------ | ----------------------------------------------------------------------------------------------------------------------- | -> | [**Storybook**](https://storybook.js.org/) | The most widely used UI component explorer with a rich ecosystem of addons. Great for React, Vue, and other frameworks. | -> | [**Ladle**](https://ladle.dev/) | Lightweight, fast alternative to Storybook built on Vite. Minimal configuration, simple setup. | -> | [**Pattern Lab**](https://patternlab.io/) | Strong focus on atomic design and pattern libraries. Works well for design systems and static documentation. | -> | [**Zeroheight**](https://zeroheight.com/) | Design-system documentation platform used by designers; integrates tightly with Figma and design tokens. | -> | [**Supernova**](https://supernova.io/) | Professional design-system management platform combining docs, tokens, and code. | +> - [**Storybook**](https://storybook.js.org/) — The most widely used UI component explorer with a rich ecosystem of addons. Great for React, Vue, and other frameworks. +> - [**Ladle**](https://ladle.dev/) — Lightweight, fast alternative to Storybook built on Vite. Minimal configuration, simple setup. +> - [**Pattern Lab**](https://patternlab.io/) — Focused on atomic design and pattern libraries. Works well for design systems and static documentation. +> - [**Zeroheight**](https://zeroheight.com/) — Design-system documentation platform used by designers; integrates tightly with Figma and design tokens. +> - [**Supernova**](https://supernova.io/) — Professional design-system management platform combining docs, tokens, and code. --- From 144c78363abfcf9458f7adc680c6039b3ab30f9f Mon Sep 17 00:00:00 2001 From: Tomas Carnecky Date: Fri, 10 Oct 2025 16:23:39 +0200 Subject: [PATCH 4/7] . --- README.md | 26 ++++++++++++++------------ 1 file changed, 14 insertions(+), 12 deletions(-) diff --git a/README.md b/README.md index 2bdfc2eb..0fdeb54a 100644 --- a/README.md +++ b/README.md @@ -1,15 +1,17 @@ -> 🚧 **Project Deprecated** -> -> This repository has been deprecated and is no longer under active development or maintenance. -> Existing users may continue to use it at their own discretion, but no further updates or support will be provided. -> -> For new work, consider alternatives below (depending on your goals — component “playgrounds”, design-system docs, or UI documentation). -> -> - [**Storybook**](https://storybook.js.org/) — The most widely used UI component explorer with a rich ecosystem of addons. Great for React, Vue, and other frameworks. -> - [**Ladle**](https://ladle.dev/) — Lightweight, fast alternative to Storybook built on Vite. Minimal configuration, simple setup. -> - [**Pattern Lab**](https://patternlab.io/) — Focused on atomic design and pattern libraries. Works well for design systems and static documentation. -> - [**Zeroheight**](https://zeroheight.com/) — Design-system documentation platform used by designers; integrates tightly with Figma and design tokens. -> - [**Supernova**](https://supernova.io/) — Professional design-system management platform combining docs, tokens, and code. +
+

⚠️ Deprecation Notice ⚠️

+
+ +This repository has been deprecated and is no longer under active development or maintenance. +Existing users may continue to use it at their own discretion, but no further updates or support will be provided. + +For new work, consider alternatives below (depending on your goals — component “playgrounds”, design-system docs, or UI documentation). + +- [**Storybook**](https://storybook.js.org/) — The most widely used UI component explorer with a rich ecosystem of addons. Great for React, Vue, and other frameworks. +- [**Ladle**](https://ladle.dev/) — Lightweight, fast alternative to Storybook built on Vite. Minimal configuration, simple setup. +- [**Pattern Lab**](https://patternlab.io/) — Focused on atomic design and pattern libraries. Works well for design systems and static documentation. +- [**Zeroheight**](https://zeroheight.com/) — Design-system documentation platform used by designers; integrates tightly with Figma and design tokens. +- [**Supernova**](https://supernova.io/) — Professional design-system management platform combining docs, tokens, and code. --- From a61dc1aa7a74f42eea73b763b2684dae876a3962 Mon Sep 17 00:00:00 2001 From: Tomas Carnecky Date: Fri, 10 Oct 2025 16:24:13 +0200 Subject: [PATCH 5/7] . --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0fdeb54a..80e34aa7 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@

⚠️ Deprecation Notice ⚠️

-This repository has been deprecated and is no longer under active development or maintenance. +The **Catalog** project has been deprecated and is no longer under active development or maintenance. Existing users may continue to use it at their own discretion, but no further updates or support will be provided. For new work, consider alternatives below (depending on your goals — component “playgrounds”, design-system docs, or UI documentation). From ea20f136bba7be14e907158129d57a19c0ec8980 Mon Sep 17 00:00:00 2001 From: Tomas Carnecky Date: Fri, 10 Oct 2025 16:26:54 +0200 Subject: [PATCH 6/7] . --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index 80e34aa7..c723be7e 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,6 @@ For new work, consider alternatives below (depending on your goals — component - [**Storybook**](https://storybook.js.org/) — The most widely used UI component explorer with a rich ecosystem of addons. Great for React, Vue, and other frameworks. - [**Ladle**](https://ladle.dev/) — Lightweight, fast alternative to Storybook built on Vite. Minimal configuration, simple setup. -- [**Pattern Lab**](https://patternlab.io/) — Focused on atomic design and pattern libraries. Works well for design systems and static documentation. - [**Zeroheight**](https://zeroheight.com/) — Design-system documentation platform used by designers; integrates tightly with Figma and design tokens. - [**Supernova**](https://supernova.io/) — Professional design-system management platform combining docs, tokens, and code. From 774fae9b9f366184e7a369d0b27821b0232284f6 Mon Sep 17 00:00:00 2001 From: Tomas Carnecky Date: Fri, 10 Oct 2025 16:37:02 +0200 Subject: [PATCH 7/7] . --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index c723be7e..91e092f5 100644 --- a/README.md +++ b/README.md @@ -11,6 +11,8 @@ For new work, consider alternatives below (depending on your goals — component - [**Ladle**](https://ladle.dev/) — Lightweight, fast alternative to Storybook built on Vite. Minimal configuration, simple setup. - [**Zeroheight**](https://zeroheight.com/) — Design-system documentation platform used by designers; integrates tightly with Figma and design tokens. - [**Supernova**](https://supernova.io/) — Professional design-system management platform combining docs, tokens, and code. +- [**GitBook**](https://www.gitbook.com/) — Hosted documentation platform with excellent UX and collaboration features. Great for design system and product documentation. +- [**Docusaurus**](https://docusaurus.io/) — Open-source static site generator for documentation, built with React and Markdown. Excellent for technical or design system sites. ---