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: 2 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 (6 months ago)
- Default Branch: main
- Last Pushed: 2025-07-29T20:53:03.000Z (2 months ago)
- Last Synced: 2025-07-29T22:56:19.897Z (2 months 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
# STIGUI
A fast, simple, and open-source web application for exploring DISA Security Technical Implementation Guides (STIGs).
## Overview
STIGUI provides an intuitive and responsive interface for accessing and navigating [DISA STIGs](https://public.cyber.mil/stigs/compilations/) directly from your browser. Whether you're a cybersecurity professional, compliance analyst, or systems administrator, STIGUI simplifies your workflow by giving quick access to the latest STIGs without having to install software.
## Features
- **Comprehensive STIG Database:** Browse and search the full collection of DISA STIGs.
- **Version Control:** Clearly displayed STIG versions and publication dates.
- **Lightweight Interface:** Minimalist design ensures rapid loading and ease of use on any device.
- **Open Source:** Freely available and community-driven—contributions welcome!## Getting Started
### Online
Access the live web 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 warmly welcomed!
## License
This project is licensed under the MIT License - see the LICENSE file for details.