insigz documentation
The canonical model, the AI grounding contract, multi-tenancy, and the build plan.
What insigz is
insigz fuses live and open-tier feeds (AIS, aviation, sanctions, energy, weather, news, hazards, infrastructure, literature) into one canonical model and puts a Claude-grounded analyst chat over it, where every AI claim cites signed observations and a human approves anything customer-facing. See Data sources.
The canonical pipeline:
SOURCE -> OBSERVATION -> ENTITY -> EVENT -> CASE -> REPORTThe three repos
| Repo | Role |
|---|---|
insigz-app | Business plane (Next.js + Payload) + canonical data plane (raw-SQL Postgres) |
insigz-ai | Standalone AI service (Anthropic Claude) with the enforced citation-grounding validator |
insigz-docs | This site (Fumadocs) |
Start here
- Architecture — the two-plane design, RLS, and the AI grounding contract.
- Engineering — the build-out spec.