AltmanAI-Impact-Explorer is the public-facing window into the AltmanAI Impact Network (AINet) and the Proof-of-AI-Human-Impact (PAIHI) Registry.
AltmanAI by Altman Family Group builds human-first AI – useful assistants, open tools, and verifiable impact where humanity leads and intelligence follows. This repo turns that ethos into something you can browse, query, and verify.
This repo is a single fullstack app living at the root:
-
FastAPI backend (Python)
main.py– read-only API that exposes the AltmanAI Impact Explorer endpointsmodels.py– Pydantic models for artifacts and statsconfig.py– helpers for loading the registry index fromregistry_index.jsonregistry_index.json– sample PAIHI-style entries that mirror how we actually mint artifacts at AltmanAItest_health.py,test_artifacts.py– basic API tests usingpytest
-
React + Vite frontend (TypeScript)
index.html– HTML shellmain.tsx– React entrypointApp.tsx– layout + data loading from the APIArtifactTable.tsx– table view of all registry entriesArtifactDetails.tsx– detail view for a selected artifactpackage.json,tsconfig.json,vite.config.ts,favicon.svg– tooling and config
This repository does not store sensitive information. It is a public viewer on top of already-public or intentionally-published artifacts.
git clone https://github.com/altmanAI/AltmanAI-Impact-Explorer.git
cd AltmanAI-Impact-Explorer