Untitled.video.-.Made.with.Clipchamp.7.mp4
Seamlessly route, verify, and scale AI inference via a global network of decentralized GPUs.
MicroAPI Hub is the production-ready gateway to the AIDP Ecosystem. It transforms decentralized compute from a speculative asset into a reliable utility for developers. By abstracting the complexity of P2P routing and cryptographic verification, we provide a "calm infrastructure" experience that competes with centralized cloud providers on performance, cost, and reliability.
- Frontend: React 18 (Hooks/Context API), TypeScript, Vite.
- Styling: Vanilla CSS (Custom Variable-based Design System) + Framer Motion.
- Icons: Lucide React.
- Charts: Custom SVG visualizations.
- Backend: Node.js, Express, TS (Production API Gateway).
- Network: AIDP Decentralized Physical Infrastructure (DePIN).
- Blockchain: Solana ($AIDP Settlement).
- Authoritative Control Panel: A high-trust side-sheet for managing Identity, Security, and Billing.
- Cryptographic Proof Engine: Real-time PoR/PoD verification using SHA-256 traces.
- Usage Forecasting: Predictive spend analysis for developer budget management.
- Live Infrastructure Hub: Monitor global network vitals, latency clusters, and job timelines.
- Governance & Staking: Modular protocol views for community-led network growth.
The codebase follows the systematic AIDP 5-Layer Design for modular infrastructure:
graph TD
subgraph "Application Layer"
A[MicroAPI Hub Portal]
end
subgraph "Logic & Verification"
B[AIDP SDK] --> C[Verification Engine]
C --> D[PoR / PoD Proofs]
end
subgraph "P2P & Routing"
E[Orchestrator]
end
subgraph "Physical Layer"
F[GPU Provider Nodes]
end
A --> B
B --> E
E --> F
aidp-marketplace: The primary interaction layer for developers.aidp-sdk: Cryptographic libraries for PoR/PoD proof generation.aidp-orchestrator: Intelligent routing for decentralized inference.aidp-verification: The settlement engine for trustless work.aidp-node: Software for the physical GPU providers.
MicroAPI Hub is a flagship participation portal for the AIDP Ecosystem Campaign.
- BUILD Track: Integrate AIDP compute into your own AI applications.
- BRING Track: Refer new GPU nodes to the network.
- $AIDP Token:
PLNk8NUTBeptajEX9GzZrxsYPJ1psnw62dPnWkGcyai(SOL)
We provide specialized CLI tools to interact with the AIDP Hub gateway, enabling real-time GPU job orchestration and cryptographic status monitoring from any terminal.
npm run server# Deploys job to the AIDP network via the gateway
npm run submit:job -- --model=mistral-7b --prompt="Explain the DePIN fly-wheel effect."# Polls the network for execution logs and cryptographic verification
npm run check:job -- --jobId=<JOB_ID>- Cryptographic Identity: Manage signing keys for decentralized requests.
- Passkeys & 2FA: Standard-compliant security for developer accounts.
- Zero-Trust Monitoring: Every inference response is non-custodial and verifiable.
Built with ❤️ by 0xsupremedev for the AIDP Hackathon.