Skip to content
This repository was archived by the owner on Mar 5, 2026. It is now read-only.
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 12 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# OSCAL React Library

> [!IMPORTANT]
> **REPOSITORY STATUS: archived (read-only).** The ecosystem has shifted. With modern LLM-assisted development,
> many teams can build small, purpose-built OSCAL UIs quickly, and we have not seen sustained community demand to
> justify maintaining a standalone React component library over the long term.
>
> Easy Dynamics is a member of the [OSCAL Foundation](https://oscalfoundation.org/) and remains deeply committed to OSCAL. Ongoing development and support
> has moved to our maintained OSCAL Viewer application:
> https://github.com/EasyDynamics/oscal-viewer
>
> Please use the viewer repository for updates, issues, and contributions.

A library of React components and an [example application](/packages/oscal-viewer) that provides
a direct view into NIST's Open Security Controls Assessment Language ([OSCAL](https://pages.nist.gov/OSCAL/)) data
in JSON format.
Expand All @@ -22,7 +33,7 @@ in the manner that best fits their application.
Documentation for the React components, as well as an editable mockup of each component, can be found on our
[Storybook page](https://docs.oscal-react-library.msd.easydynamics.com/).

The [viewer appplication](./packages/oscal-viewer/) shows how those components can be assembled
The [viewer application](./packages/oscal-viewer/) shows how those components can be assembled
to create an OSCAL Viewer application.

## Setting Up
Expand Down
Loading