From 901882a894c7e802450696ebe2ea633ae63c5977 Mon Sep 17 00:00:00 2001 From: Oleg Isonen Date: Tue, 14 May 2024 14:39:43 +0200 Subject: [PATCH] Add status --- docs/intro.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/docs/intro.md b/docs/intro.md index bf0824559..ebb9dd9a1 100644 --- a/docs/intro.md +++ b/docs/intro.md @@ -1,3 +1,8 @@ +# Status +This project is no longer maintained. [I am](https://github.com/kof) working on a new tool called [Webstudio](https://github.com/webstudio-is/webstudio). It allows you to visually build and generate optimized CSS and React components along with a [Remix](https://remix.run/) app. Similar to Webflow, but open-source and goes beyond marketing sites. + + + # Introduction JSS is an authoring tool for CSS which allows you to use JavaScript to describe styles in a declarative, conflict-free and reusable way. It can compile in the browser, server-side or at build time in Node.