https://github.com/nealfennimore/stigui
STIGUI provides an intuitive and responsive interface for accessing and navigating DISA STIGs directly from your browser.
https://github.com/nealfennimore/stigui
cisa disa nist800-53 stig stig-compliance
Last synced: 6 months ago
JSON representation
STIGUI provides an intuitive and responsive interface for accessing and navigating DISA STIGs directly from your browser.
- Host: GitHub
- URL: https://github.com/nealfennimore/stigui
- Owner: nealfennimore
- Created: 2025-04-02T14:27:11.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-07-29T20:53:03.000Z (about 1 year ago)
- Last Synced: 2025-07-29T22:56:19.897Z (about 1 year ago)
- Topics: cisa, disa, nist800-53, stig, stig-compliance
- Language: TypeScript
- Homepage: https://stigui.com/
- Size: 1.78 GB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README

A simple web application for exploring and editing [DISA Security Technical Implementation Guides (STIGs)](https://public.cyber.mil/stigs/compilations/).

## Features
- **STIG:** Browse and search the full collection of DISA STIGs.
- **Export:** Download STIGs in CSV, JSON, and XML
- **Edit:** Modify STIGs similar to [STIG Viewer 3](https://www.cyber.mil/stigs/srg-stig-tools) with CKLB compatibility
- All edits are stored in the browser using IndexDB, and there are no external network requests to any 3rd party tracker or analytics services.
## Getting Started
Access the application at [stigui.com](https://stigui.com).
## Local Development
To run STIGUI locally:
```bash
git clone
cd stig
npm install
npm run dev
```
Your local instance should now be running at [http://localhost:3000](http://localhost:3000).
## Contributing
STIGUI is open-source, and contributions are welcome!
## License
This project is licensed under the MIT License - see the LICENSE file for details.