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

https://github.com/mizcausevic-dev/permit-package-readiness-hub

TypeScript control plane for permit packages, readiness blockers, inspection posture, and construction-safe submission operations.
https://github.com/mizcausevic-dev/permit-package-readiness-hub

b2b-saas construction-tech control-plane field-operations kinetic-gain permitting revops typescript workflow-automation

Last synced: 1 day ago
JSON representation

TypeScript control plane for permit packages, readiness blockers, inspection posture, and construction-safe submission operations.

Awesome Lists containing this project

README

          

# Permit Package Readiness Hub

[![CI](https://github.com/mizcausevic-dev/permit-package-readiness-hub/actions/workflows/ci.yml/badge.svg)](https://github.com/mizcausevic-dev/permit-package-readiness-hub/actions/workflows/ci.yml)
[![License: AGPL v3](https://img.shields.io/badge/License-AGPL_v3-blue.svg)](./LICENSE)
[![Dependabot](https://img.shields.io/badge/dependabot-enabled-025E8C?logo=dependabot&logoColor=white)](./.github/dependabot.yml)
[![Deploy](https://github.com/mizcausevic-dev/permit-package-readiness-hub/actions/workflows/pages.yml/badge.svg)](https://github.com/mizcausevic-dev/permit-package-readiness-hub/actions/workflows/pages.yml)

TypeScript control plane for permit packages, readiness blockers, inspection posture, and construction-safe submission operations.

## Why this exists

- Construction teams lose schedule trust when revision parity, utility sign-off, and inspection packets drift in different places at different speeds.
- Permit readiness needs a clear view of which packages are live, which blockers still need proof, and which inspection-facing packets should not move yet.
- Construction Tech buyers care whether submittal and inspection operations can stay safe without fragmenting PM, field, and jurisdiction-facing workflows.
- Operators want tooling that turns permit chaos into governed package lanes, named ownership, and measurable submission posture.

## Why this matters (KG Embedded tie-back)

This repo demonstrates the permit-readiness primitive for Construction Tech buyers: packages, blockers, and inspection-facing posture tied into one operator surface. A B2B SaaS buyer would care because permit, field, and readiness data often need to surface inside customer-facing products without exposing unsafe write paths or fragmented operational evidence. Kinetic Gain Embedded extends this into security-first in-product analytics for permit readiness, inspection cadence, and field workflows, see [kineticgain.com/embedded](https://kineticgain.com/embedded).

## Routes

- `/`
- `/permit-lane`
- `/readiness-risks`
- `/inspection-posture`
- `/verification`
- `/docs`

## API

- `/api/dashboard/summary`
- `/api/permit-lane`
- `/api/readiness-risks`
- `/api/inspection-posture`
- `/api/verification`
- `/api/sample`

## Screenshots

![Overview](./screenshots/01-overview-proof.png)
![Detail view 1](./screenshots/02-deal-lane-proof.png)
![Detail view 2](./screenshots/03-obligation-risks-proof.png)
![Detail view 3](./screenshots/04-launch-readiness-proof.png)

## Local Development

```powershell
cd permit-package-readiness-hub
npm install
npm run dev
```

Open:
- [http://127.0.0.1:5550/](http://127.0.0.1:5550/)
- [http://127.0.0.1:5550/permit-lane](http://127.0.0.1:5550/permit-lane)
- [http://127.0.0.1:5550/readiness-risks](http://127.0.0.1:5550/readiness-risks)
- [http://127.0.0.1:5550/inspection-posture](http://127.0.0.1:5550/inspection-posture)
- [http://127.0.0.1:5550/verification](http://127.0.0.1:5550/verification)

## Validation

- `npm run build`
- `npm run test`
- `npm run coverage`
- `npm run demo`
- `npm run smoke`
- `npm run prerender`
- `npm run render:assets`

## Production status

| Aspect | Status |
|--------|--------|
| CI | Node 20 + 22 matrix — lint · typecheck · coverage · build · demo · smoke · `npm audit` ([workflow](./.github/workflows/ci.yml)) |
| Test coverage | 100% statements on `src/services/` (gate: ≥ 60%) |
| License | [AGPL-3.0-or-later](./LICENSE) |
| Dependencies | Dependabot weekly (npm + GitHub Actions); `npm audit --audit-level=high` in CI |
| Security | [SECURITY.md](./SECURITY.md) — 0 known high/critical advisories at v1.0-prod |
| Deploy | Static prerender → **https://permits.kineticgain.com/** (GitHub Pages, [pages workflow](./.github/workflows/pages.yml)) |

## Docs

- [Architecture](./docs/architecture.md)
- [Origin](./docs/ORIGIN.md)
- [Kinetic Gain Embedded tie-back](./docs/KINETIC_GAIN_EMBEDDED.md)
- [Changelog](./CHANGELOG.md)

## Part of the Kinetic Gain Suite

Operator surface in the [Kinetic Gain Suite](https://suite.kineticgain.com/) — a portfolio of buyer-readable control planes spanning security posture, compliance evidence, data-platform governance, FinOps, and operator workflows. See the suite index for related surfaces. Apex: [kineticgain.com](https://kineticgain.com/).