An open API service indexing awesome lists of open source software.

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.

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.